ObjectDB ObjectDB

getManagedClassNames() - JPA PersistenceUnitInfo's method

Method
javax.persistence.spi.PersistenceUnitInfo
List<String> getManagedClassNames()

Returns the list of the names of the classes that the persistence provider must add to its set of managed classes. Each name corresponds to a named class element in the persistence.xml file.
Returns:
the list of the names of the classes that the persistence provider must add to its set of managed classes
Since:
JPA 1.0