Uses of Class
io.github.blyznytsiaorg.bibernate.session.BibernateSessionFactory
Packages that use BibernateSessionFactory
- 
Uses of BibernateSessionFactory in io.github.blyznytsiaorg.bibernate
Methods in io.github.blyznytsiaorg.bibernate that return BibernateSessionFactoryModifier and TypeMethodDescriptionBibernateEntityManagerFactory.getBibernateSessionFactory()Retrieves the BibernateSessionFactory associated with this EntityManagerFactory.EntityManagerFactory.getBibernateSessionFactory()Retrieves the BibernateSessionFactory associated with this EntityManagerFactory. - 
Uses of BibernateSessionFactory in io.github.blyznytsiaorg.bibernate.session
Fields in io.github.blyznytsiaorg.bibernate.session with type parameters of type BibernateSessionFactoryModifier and TypeFieldDescriptionprivate static final ThreadLocal<BibernateSessionFactory> BibernateContextHolder.sessionFactoryContextHolderMethods in io.github.blyznytsiaorg.bibernate.session that return BibernateSessionFactoryModifier and TypeMethodDescriptionstatic BibernateSessionFactoryBibernateContextHolder.getBibernateSessionFactory()Methods in io.github.blyznytsiaorg.bibernate.session with parameters of type BibernateSessionFactoryModifier and TypeMethodDescriptionstatic voidBibernateContextHolder.setBibernateSessionFactory(BibernateSessionFactory bibernateSessionFactory)