| Modifier and Type | Method and Description | 
|---|---|
TypedColumn<T> | 
ParentColumn.withPrefix(String prefix,
          Prefixer prefixer)  | 
TypedColumn<T> | 
StringColumn.withPrefix(String prefix,
          Prefixer prefixer)  | 
TypedColumn<T> | 
BigDecimalColumn.withPrefix(String prefix,
          Prefixer prefixer)  | 
TypedColumn<T> | 
TypedColumn.withPrefix(String newPrefix,
          Prefixer prefixer)
Make a new instance of the column, identical to this instance, except with a
 new prefix. 
 | 
TypedColumn<T> | 
NoBackReferenceParentColumn.withPrefix(String newPrefix,
          Prefixer prefixer)  | 
TypedColumn<T> | 
LocalDateTimeColumn.withPrefix(String prefix,
          Prefixer prefixer)  | 
JoinColumn<T,J> | 
JoinColumn.withPrefix(String newPrefix,
          Prefixer prefixer)  | 
TypedColumn<T> | 
PrimaryKeyImpl.withPrefix(String prefix,
          Prefixer prefixer)  | 
TypedColumn<T> | 
LongColumn.withPrefix(String prefix,
          Prefixer prefixer)  | 
TypedColumn<T> | 
StringConverterColumn.withPrefix(String prefix,
          Prefixer prefixer)  | 
| Constructor and Description | 
|---|
JoinColumn(String name,
          String joinedTablePrefix,
          Prefixer prefixer,
          Function<T,J> getter,
          BiConsumer<T,J> setter,
          DaoDescriptor<J> daoDescriptor,
          boolean nullable)  | 
RelativeDaoDescriptor(DaoDescriptor<T> originalDaoDescriptor,
                     String newPrefix,
                     Prefixer prefixer)  | 
Copyright © 2018. All rights reserved.