CHILD - The child entity typePARENT - The parent entity typeCHILDBUILDER - The class used to construct new CHILD instancesPARENTBUILDER - The class used to construct new PARENT instancespublic interface ParentColumn<CHILD,PARENT,CHILDBUILDER,PARENTBUILDER> extends Column<CHILD,CHILDBUILDER>
Most users of hrorm will have no need to directly use this.
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isParentColumn() |
void |
setParentPrimaryKey(PrimaryKey<PARENT,PARENTBUILDER> parentPrimaryKey) |
BiConsumer<CHILDBUILDER,PARENT> |
setter() |
getName, getPrefix, isPrimaryKey, notNull, populate, setValue, withPrefixvoid setParentPrimaryKey(PrimaryKey<PARENT,PARENTBUILDER> parentPrimaryKey)
BiConsumer<CHILDBUILDER,PARENT> setter()
default boolean isParentColumn()
isParentColumn in interface Column<CHILD,CHILDBUILDER>Copyright © 2018. All rights reserved.