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> |
ColumnCollection.getPrimaryKey() |
default PrimaryKey<ENTITY,ENTITYBUILDER> |
DaoDescriptor.primaryKey()
The primary key for objects of type
ENTITY |
PrimaryKey<Association<LEFT,RIGHT>,Association<LEFT,RIGHT>> |
AssociationDaoBuilder.primaryKey() |
Modifier and Type | Method and Description |
---|---|
static <E,B> List<Column<?,?,E,B>> |
ColumnCollection.nonJoinColumns(PrimaryKey<E,B> primaryKey,
ParentColumn<E,?,B,?> parentColumn,
List<Column<?,?,E,B>> dataColumns) |
void |
ParentColumn.setParentPrimaryKey(PrimaryKey<PARENT,PARENTBUILDER> parentPrimaryKey) |
void |
NoBackReferenceParentColumn.setParentPrimaryKey(PrimaryKey<PARENT,PARENTBUILDER> primaryKey) |
void |
ParentColumnImpl.setParentPrimaryKey(PrimaryKey<PARENT,PARENTBUILDER> parentPrimaryKey) |
void |
ColumnCollection.setPrimaryKey(PrimaryKey<ENTITY,BUILDER> primaryKey) |
Copyright © 2019. All rights reserved.