| Modifier and Type | Class and Description | 
|---|---|
| class  | NoBackReferenceParentColumn<ENTITY,PARENT,BUILDER,PARENTBUILDER>Represents a reference from a child entity to its parent where the
 child class has no reference to the parent. | 
| class  | ParentColumnImpl<CHILD,PARENT,CHILDBUILDER,PARENTBUILDER>Represents a reference from a child entity to its parent where
 the child class has a pointer back to the parent. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ParentColumn<ENTITY,PARENT,BUILDER,PARENTBUILDER> | KeylessDaoImpl. parentColumn | 
| Modifier and Type | Method and Description | 
|---|---|
| ParentColumn<ENTITY,PARENT,ENTITYBUILDER,?> | RelativeDaoDescriptor. parentColumn() | 
| ParentColumn<ENTITY,?,ENTITY,?> | DaoBuilder. parentColumn() | 
| ParentColumn<ENTITY,?,BUILDER,?> | IndirectKeylessDaoBuilder. parentColumn() | 
| ParentColumn<ENTITY,PARENT,BUILDER,PARENTBUILDER> | KeylessDaoImpl. parentColumn() | 
| ParentColumn<ENTITY,?,BUILDER,?> | IndirectDaoBuilder. parentColumn() | 
| ParentColumn<Association<LEFT,RIGHT>,?,Association<LEFT,RIGHT>,?> | AssociationDaoBuilder. parentColumn() | 
| <P,PB> ParentColumn<ENTITY,P,ENTITYBUILDER,PB> | KeylessDaoDescriptor. parentColumn() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <ENTITY,ENTITYBUILDER,P,PB> | KeylessDaoDescriptor. dataColumnsWithParent(List<Column<ENTITY,ENTITYBUILDER>> dataColumns,
                     ParentColumn<ENTITY,P,ENTITYBUILDER,PB> parentColumn,
                     boolean hasParent) | 
Copyright © 2019. All rights reserved.