Uses of Class
org.springframework.data.jpa.repository.aot.AotEntityManagerFactoryCreator
Packages that use AotEntityManagerFactoryCreator
Package
Description
Ahead-of-Time (AOT) generation for Spring Data JPA repositories.
-
Uses of AotEntityManagerFactoryCreator in org.springframework.data.jpa.repository.aot
Methods in org.springframework.data.jpa.repository.aot that return AotEntityManagerFactoryCreatorModifier and TypeMethodDescriptionAotEntityManagerFactoryCreator.from(jakarta.persistence.spi.PersistenceUnitInfo persistenceUnitInfo) Create aPersistenceUnitContextfrom the givenPersistenceUnitInfo.AotEntityManagerFactoryCreator.from(jakarta.persistence.spi.PersistenceUnitInfo persistenceUnitInfo, Map<String, Object> jpaProperties) Create aPersistenceUnitContextfrom the givenPersistenceUnitInfo.AotEntityManagerFactoryCreator.from(AotRepositoryContext repositoryContext) Create aPersistenceUnitContextfrom the givenAotRepositoryContextusing Jakarta Persistence-annotated classes.AotEntityManagerFactoryCreator.from(AotRepositoryContext repositoryContext, Map<String, Object> jpaProperties) Create aPersistenceUnitContextfrom the givenAotRepositoryContextusing Jakarta Persistence-annotated classes.AotEntityManagerFactoryCreator.from(PersistenceManagedTypes managedTypes) Create aPersistenceUnitContextfrom the givenPersistenceManagedTypes.AotEntityManagerFactoryCreator.from(PersistenceManagedTypes managedTypes, Map<String, Object> jpaProperties) Create aPersistenceUnitContextfrom the givenPersistenceManagedTypes.AotEntityManagerFactoryCreator.just(jakarta.persistence.EntityManagerFactory entityManagerFactory) Create aPersistenceUnitContextfrom the givenEntityManagerFactory.