public interface ParentColumnI<T,PARENT> extends TypedColumn<T>
| 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.