Modifier and Type | Class and Description |
---|---|
class |
DaoImpl<ENTITY,PARENT,BUILDER,PARENTBUILDER>
The
Dao implementation. |
Modifier and Type | Method and Description |
---|---|
Dao<ENTITY> |
AbstractDaoBuilder.buildDao(Connection connection) |
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.