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