ObjectDB ObjectDB

excludeUnlistedClasses() - JPA PersistenceUnitInfo's method

Method
javax.persistence.spi.PersistenceUnitInfo
boolean excludeUnlistedClasses()

Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes. This value corresponds to the exclude-unlisted-classes element in the persistence.xml file.
Returns:
whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes
Since:
JPA 1.0