JDO Method
in javax.jdo.Extent

Class<E> getCandidateClass()


An Extent contains all instances of a particular class or interface in the data store; this method returns the Class of the instances represented by this Extent.
Return:
the Class of instances of this Extent.
Since:
JDO 1.0