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> ThePersistenceManager
manages a collection of instances in the data store based on the class of the instances.Modifier and TypeMethodDescriptionCreate a newQuery
with theClass
of the candidate instances and candidateExtent
.Create a newQuery
with the candidateExtent
and filter; the class is taken from theExtent
.void
Query.setCandidates
(Extent pcs) Set the candidateExtent
to query.