Uses of Interface
org.springframework.orm.jpa.persistenceunit.PersistenceManagedTypes
Packages that use PersistenceManagedTypes
Package
Description
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Internal support for managing JPA persistence units.
-
Uses of PersistenceManagedTypes in org.springframework.orm.jpa
Methods in org.springframework.orm.jpa with parameters of type PersistenceManagedTypesModifier and TypeMethodDescriptionvoidLocalContainerEntityManagerFactoryBean.setManagedTypes(PersistenceManagedTypes managedTypes) Set thePersistenceManagedTypesto use to build the list of managed types as an alternative to entity scanning. -
Uses of PersistenceManagedTypes in org.springframework.orm.jpa.persistenceunit
Methods in org.springframework.orm.jpa.persistenceunit that return PersistenceManagedTypesModifier and TypeMethodDescriptionstatic PersistenceManagedTypesCreate an instance using the specified managed class names.static PersistenceManagedTypesCreate an instance using the specified managed class names and packages.Scan the specified packages and return aPersistenceManagedTypesthat represents the result of the scanning.Methods in org.springframework.orm.jpa.persistenceunit with parameters of type PersistenceManagedTypesModifier and TypeMethodDescriptionvoidDefaultPersistenceUnitManager.setManagedTypes(PersistenceManagedTypes managedTypes) Set thePersistenceManagedTypesto use to build the list of managed types as an alternative to entity scanning.