ObjectDB ObjectDB

getCandidateClass() - JDO Extent's method

Method
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.
Returns:
the Class of instances of this Extent.
Since:
JDO 1.0