JPA Method
in jakarta.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.
Return:
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