Uses of Interface
com.blazebit.persistence.spi.EntityManagerFactoryIntegrator
| Package | Description |
|---|---|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
-
Uses of EntityManagerFactoryIntegrator in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return types with arguments of type EntityManagerFactoryIntegrator Modifier and Type Method Description List<EntityManagerFactoryIntegrator>CriteriaBuilderConfiguration. getEntityManagerIntegrators()Returns a list of registered entity manager enrichers.Methods in com.blazebit.persistence.spi with parameters of type EntityManagerFactoryIntegrator Modifier and Type Method Description CriteriaBuilderConfigurationCriteriaBuilderConfiguration. registerEntityManagerIntegrator(EntityManagerFactoryIntegrator entityManagerEnricher)Registers the given entity manager enricher in the configuration.