Uses of Interface
org.springframework.orm.jpa.persistenceunit.ManagedClassNameFilter
Packages that use ManagedClassNameFilter
Package
Description
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Internal support for managing JPA persistence units.
-
Uses of ManagedClassNameFilter in org.springframework.orm.jpa
Methods in org.springframework.orm.jpa with parameters of type ManagedClassNameFilterModifier and TypeMethodDescriptionvoidLocalContainerEntityManagerFactoryBean.setManagedClassNameFilter(ManagedClassNameFilter managedClassNameFilter) Set theManagedClassNameFilterto apply on entity classes discovered using classpath scanning. -
Uses of ManagedClassNameFilter in org.springframework.orm.jpa.persistenceunit
Methods in org.springframework.orm.jpa.persistenceunit with parameters of type ManagedClassNameFilterModifier and TypeMethodDescriptionvoidDefaultPersistenceUnitManager.setManagedClassNameFilter(ManagedClassNameFilter managedClassNameFilter) Set theManagedClassNameFilterto apply on entity classes discovered using classpath scanning.Constructors in org.springframework.orm.jpa.persistenceunit with parameters of type ManagedClassNameFilterModifierConstructorDescriptionPersistenceManagedTypesScanner(org.springframework.core.io.ResourceLoader resourceLoader, ManagedClassNameFilter managedClassNameFilter) Create a newPersistenceManagedTypesScannerfor the given resource loader.