Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
-
Packages that use EntityManagerFactoryImpl Package Description org.eclipse.persistence.internal.jpa org.eclipse.persistence.jpa -
-
Uses of EntityManagerFactoryImpl in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa with parameters of type EntityManagerFactoryImpl Modifier and Type Method Description voidEntityManagerSetupImpl. preInitializeCanonicalMetamodel(EntityManagerFactoryImpl factory)INTERNAL: First phase of canonical metamodel initialization. -
Uses of EntityManagerFactoryImpl in org.eclipse.persistence.jpa
Methods in org.eclipse.persistence.jpa that return EntityManagerFactoryImpl Modifier and Type Method Description protected EntityManagerFactoryImplPersistenceProvider. createEntityManagerFactoryImpl(jakarta.persistence.spi.PersistenceUnitInfo puInfo, Map properties, boolean requiresConnection)Internal method to return the entity manager factory.static EntityManagerFactoryImplJpaHelper. getEntityManagerFactory(EntityManagerFactoryImpl emf)Deprecated.Methods in org.eclipse.persistence.jpa with parameters of type EntityManagerFactoryImpl Modifier and Type Method Description static EntityManagerFactoryImplJpaHelper. getEntityManagerFactory(EntityManagerFactoryImpl emf)Deprecated.
-