Uses of Interface
io.github.blyznytsiaorg.bibernate.dao.Dao
Packages that use Dao
-
Uses of Dao in io.github.blyznytsiaorg.bibernate.dao
Classes in io.github.blyznytsiaorg.bibernate.dao that implement DaoModifier and TypeClassDescriptionclass
Data Access Object (DAO) implementation for managing entities in Bibernate. -
Uses of Dao in io.github.blyznytsiaorg.bibernate.session
Fields in io.github.blyznytsiaorg.bibernate.session declared as DaoMethods in io.github.blyznytsiaorg.bibernate.session that return DaoModifier and TypeMethodDescriptionBibernateFirstLevelCacheSession.getDao()
BibernateSecondLevelCacheSession.getDao()
Retrieves the DAO associated with this session.BibernateSession.getDao()
Gets the Data Access Object (DAO) associated with this session.CloseBibernateSession.getDao()
DefaultBibernateSession.getDao()
ValidatorBibernateSession.getDao()