spring-framework / org.springframework.orm.jpa.persistenceunit / SmartPersistenceUnitInfo / getManagedPackages

getManagedPackages

abstract fun getManagedPackages(): MutableList<String>

Return a list of managed Java packages, to be introspected by the persistence provider. Typically found through scanning but not exposable through #getManagedClassNames().

Return
a list of names of managed Java packages (potentially empty)

Since
4.1