JPA Method
in jakarta.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.
Return:
the list of the names of the classes that the persistence provider must add to its set of managed classes
Since:
JPA 1.0