Class PersistenceManagedTypesScanner
java.lang.Object
org.springframework.orm.jpa.persistenceunit.PersistenceManagedTypesScanner
Scanner of
PersistenceManagedTypes.- Since:
- 6.0
- Author:
- Stephane Nicoll
-
Constructor Summary
ConstructorsConstructorDescriptionPersistenceManagedTypesScanner(org.springframework.core.io.ResourceLoader resourceLoader) -
Method Summary
Modifier and TypeMethodDescriptionScan the specified packages and return aPersistenceManagedTypesthat represents the result of the scanning.
-
Constructor Details
-
PersistenceManagedTypesScanner
public PersistenceManagedTypesScanner(org.springframework.core.io.ResourceLoader resourceLoader)
-
-
Method Details
-
scan
Scan the specified packages and return aPersistenceManagedTypesthat represents the result of the scanning.- Parameters:
packagesToScan- the packages to scan- Returns:
- the
PersistenceManagedTypesinstance
-