| Modifier and Type | Class and Description | 
|---|---|
| class  | DirectPrimaryKey<ENTITY>Primary key for an entity whose construction is direct, i.e. | 
| class  | IndirectPrimaryKey<ENTITY,BUILDER>Primary key for an entity whose construction is indirect, i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
| PrimaryKey<ENTITY,BUILDER> | DaoImpl. primaryKey() | 
| PrimaryKey<ENTITY,ENTITYBUILDER> | DaoDescriptor. primaryKey()The primary key for objects of type  ENTITY | 
| PrimaryKey<ENTITY,ENTITYBUILDER> | RelativeDaoDescriptor. primaryKey() | 
| PrimaryKey<ENTITY,ENTITY> | DaoBuilder. primaryKey() | 
| PrimaryKey<ENTITY,BUILDER> | IndirectDaoBuilder. primaryKey() | 
| PrimaryKey<Association<LEFT,RIGHT>,Association<LEFT,RIGHT>> | AssociationDaoBuilder. primaryKey() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ParentColumn. setParentPrimaryKey(PrimaryKey<PARENT,PARENTBUILDER> parentPrimaryKey) | 
| void | NoBackReferenceParentColumn. setParentPrimaryKey(PrimaryKey<PARENT,PARENTBUILDER> primaryKey) | 
| void | ParentColumnImpl. setParentPrimaryKey(PrimaryKey<PARENT,PARENTBUILDER> parentPrimaryKey) | 
| Constructor and Description | 
|---|
| AssociationDaoImpl(Dao<Association<LEFT,RIGHT>> internalDao,
                  String leftColumnName,
                  String rightColumnName,
                  PrimaryKey<LEFT,LEFTBUILDER> leftPrimaryKey,
                  PrimaryKey<RIGHT,RIGHTBUILDER> rightPrimaryKey) | 
| AssociationDaoImpl(Dao<Association<LEFT,RIGHT>> internalDao,
                  String leftColumnName,
                  String rightColumnName,
                  PrimaryKey<LEFT,LEFTBUILDER> leftPrimaryKey,
                  PrimaryKey<RIGHT,RIGHTBUILDER> rightPrimaryKey) | 
| ChildrenDescriptor(Function<PARENT,List<CHILD>> getter,
                  BiConsumer<PARENTBUILDER,List<CHILD>> setter,
                  DaoDescriptor<CHILD,CHILDBUILDER> childDaoDescriptor,
                  PrimaryKey<PARENT,PARENTBUILDER> parentPrimaryKey,
                  Function<PARENTBUILDER,PARENT> parentBuildFunction) | 
| ParentColumnImpl(String name,
                String prefix,
                Function<CHILD,PARENT> getter,
                BiConsumer<CHILDBUILDER,PARENT> setter,
                PrimaryKey<PARENT,PARENTBUILDER> parentPrimaryKey,
                boolean nullable) | 
Copyright © 2019. All rights reserved.