Uses of Interface
io.github.blyznytsiaorg.bibernate.dao.Dao
-
Uses of Dao in io.github.blyznytsiaorg.bibernate.dao
Modifier and TypeClassDescriptionclass
Data Access Object (DAO) implementation for managing entities in Bibernate. -
Uses of Dao in io.github.blyznytsiaorg.bibernate.session
Modifier 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()