| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Dao<ENTITY>A  Daois an interface that allows basic CRUD operations to be performed. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DaoImpl<ENTITY,PARENT,BUILDER,PARENTBUILDER>The  Daoimplementation. | 
| class  | KeylessDaoImpl<ENTITY,PARENT,BUILDER,PARENTBUILDER>The  KeylessDaoimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| KeylessDao<ENTITY> | IndirectKeylessDaoBuilder. buildDao(Connection connection)Creates a  Daofor performing CRUD operations of typeENTITY. | 
| KeylessDao<ENTITY> | IndirectDaoBuilder. buildKeylessDao(Connection connection)Creates a  Daofor performing CRUD operations of typeENTITY. | 
Copyright © 2019. All rights reserved.