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.sessionFactoryContextHolder
Methods in io.github.blyznytsiaorg.bibernate.session that return BibernateSessionFactoryModifier and TypeMethodDescriptionstatic BibernateSessionFactory
BibernateContextHolder.getBibernateSessionFactory()
Methods in io.github.blyznytsiaorg.bibernate.session with parameters of type BibernateSessionFactoryModifier and TypeMethodDescriptionstatic void
BibernateContextHolder.setBibernateSessionFactory
(BibernateSessionFactory bibernateSessionFactory)