| Modifier and Type | Class and Description | 
|---|---|
| class  | DaoImpl<ENTITY,PARENT,BUILDER,PARENTBUILDER>The  Daoimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| Dao<ENTITY> | DaoBuilder. buildDao(Connection connection)Creates a  Daofor performing CRUD operations of typeENTITY. | 
| Dao<ENTITY> | IndirectDaoBuilder. buildDao(Connection connection)Creates a  Daofor performing CRUD operations of typeENTITY. | 
| 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.