JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
io.github.blyznytsiaorg.bibernate.dao.EntityDao
Packages that use
EntityDao
Package
Description
io.github.blyznytsiaorg.bibernate.session
Uses of
EntityDao
in
io.github.blyznytsiaorg.bibernate.session
Fields in
io.github.blyznytsiaorg.bibernate.session
declared as
EntityDao
Modifier and Type
Field
Description
private
EntityDao
BibernateSessionFactory.
entityDao
Methods in
io.github.blyznytsiaorg.bibernate.session
that return
EntityDao
Modifier and Type
Method
Description
private
EntityDao
BibernateSessionFactory.
entityDao
()
Creates a new EntityDao instance based on the configured database settings.