| Modifier and Type | Class and Description | 
|---|---|
class  | 
DaoImpl<ENTITY,PARENT,BUILDER,PARENTBUILDER>
The  
Dao implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
Dao<ENTITY> | 
DaoBuilder.buildDao(Connection connection)
Creates a  
Dao for performing CRUD operations of type ENTITY. | 
Dao<ENTITY> | 
IndirectDaoBuilder.buildDao(Connection connection)
Creates a  
Dao for performing CRUD operations of type ENTITY. | 
| Constructor and Description | 
|---|
AssociationDaoImpl(Dao<Association<LEFT,RIGHT>> internalDao,
                  String leftColumnName,
                  String rightColumnName,
                  PrimaryKey<LEFT,LEFTBUILDER> leftPrimaryKey,
                  PrimaryKey<RIGHT,RIGHTBUILDER> rightPrimaryKey)  | 
Copyright © 2019. All rights reserved.