T - The child entity typePARENT - The type of the parentpublic interface ParentColumn<T,PARENT> extends TypedColumn<T>
Most users of hrorm will have no need to directly use this.
| Modifier and Type | Method and Description |
|---|---|
void |
setParentPrimaryKey(PrimaryKey<PARENT> parentPrimaryKey) |
BiConsumer<T,PARENT> |
setter() |
getName, getPrefix, isPrimaryKey, notNull, populate, setValue, withPrefixvoid setParentPrimaryKey(PrimaryKey<PARENT> parentPrimaryKey)
BiConsumer<T,PARENT> setter()
Copyright © 2018. All rights reserved.