Uses of Interface
jakarta.persistence.EntityManagerFactory
-
Packages that use EntityManagerFactory Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping.jakarta.persistence.spi SPI for Jakarta Persistence providersorg.hibernate.search.mapper.orm org.hibernate.search.mapper.orm.common.impl org.hibernate.search.mapper.orm.mapping org.hibernate.search.mapper.orm.mapping.impl -
-
Uses of EntityManagerFactory in jakarta.persistence
Methods in jakarta.persistence that return EntityManagerFactory Modifier and Type Method Description static EntityManagerFactoryPersistence. createEntityManagerFactory(String persistenceUnitName)Create and return an EntityManagerFactory for the named persistence unit.static EntityManagerFactoryPersistence. createEntityManagerFactory(String persistenceUnitName, Map properties)Create and return an EntityManagerFactory for the named persistence unit using the given properties.EntityManagerFactoryEntityManager. getEntityManagerFactory()Return the entity manager factory for the entity manager. -
Uses of EntityManagerFactory in jakarta.persistence.spi
Methods in jakarta.persistence.spi that return EntityManagerFactory Modifier and Type Method Description EntityManagerFactoryPersistenceProvider. createContainerEntityManagerFactory(PersistenceUnitInfo info, Map map)Called by the container when anEntityManagerFactoryis to be created.EntityManagerFactoryPersistenceProvider. createEntityManagerFactory(String emName, Map map)Called byPersistenceclass when anEntityManagerFactoryis to be created. -
Uses of EntityManagerFactory in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type EntityManagerFactory Modifier and Type Method Description static SearchMappingSearch. mapping(EntityManagerFactory entityManagerFactory)Retrieve theSearchMappingfrom a JPAEntityManagerFactory. -
Uses of EntityManagerFactory in org.hibernate.search.mapper.orm.common.impl
Methods in org.hibernate.search.mapper.orm.common.impl with parameters of type EntityManagerFactory Modifier and Type Method Description static org.hibernate.engine.spi.SessionFactoryImplementorHibernateOrmUtils. toSessionFactoryImplementor(EntityManagerFactory entityManagerFactory) -
Uses of EntityManagerFactory in org.hibernate.search.mapper.orm.mapping
Methods in org.hibernate.search.mapper.orm.mapping that return EntityManagerFactory Modifier and Type Method Description EntityManagerFactorySearchMapping. toEntityManagerFactory() -
Uses of EntityManagerFactory in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return EntityManagerFactory Modifier and Type Method Description EntityManagerFactoryHibernateOrmMapping. toEntityManagerFactory()
-