Uses of Interface
javax.jdo.Extent
Packages that use Extent
-
Uses of Extent in javax.jdo
Modifier and TypeMethodDescription<T> Extent<T> Equivalent togetExtent (persistenceCapableClass, true).<T> Extent<T> ThePersistenceManagermanages a collection of instances in the data store based on the class of the instances.Modifier and TypeMethodDescriptionCreate a newQuerywith theClassof the candidate instances and candidateExtent.Create a newQuerywith the candidateExtentand filter; the class is taken from theExtent.voidQuery.setCandidates(Extent pcs) Set the candidateExtentto query.