Uses of Interface
javax.jdo.Extent
-
Packages that use Extent Package Description javax.jdo This package contains the JDO specification interfaces and classes. -
-
Uses of Extent in javax.jdo
Methods in javax.jdo that return Extent Modifier and Type Method Description <T> Extent<T>PersistenceManager. getExtent(java.lang.Class<T> persistenceCapableClass)Equivalent togetExtent (persistenceCapableClass, true).<T> Extent<T>PersistenceManager. getExtent(java.lang.Class<T> persistenceCapableClass, boolean subclasses)ThePersistenceManagermanages a collection of instances in the data store based on the class of the instances.Methods in javax.jdo with parameters of type Extent Modifier and Type Method Description QueryPersistenceManager. newQuery(Extent cln)Create a newQuerywith theClassof the candidate instances and candidateExtent.QueryPersistenceManager. newQuery(Extent cln, java.lang.String filter)Create a newQuerywith the candidateExtentand filter; the class is taken from theExtent.voidQuery. setCandidates(Extent pcs)Set the candidateExtentto query.
-