- withBigDecimalColumn(String, Function<ENTITY, BigDecimal>, BiConsumer<ENTITY, BigDecimal>) - Method in class org.hrorm.DaoBuilder
 
- 
Describes a numeric data element with a decimal part.
 
- withBigDecimalColumn(String, Function<ENTITY, BigDecimal>, BiConsumer<BUILDER, BigDecimal>) - Method in class org.hrorm.IndirectDaoBuilder
 
- 
Describes a numeric data element with a decimal part.
 
- withBooleanColumn(String, Function<ENTITY, Boolean>, BiConsumer<ENTITY, Boolean>) - Method in class org.hrorm.DaoBuilder
 
- 
Describes a data element that represents a true/false value.
 
- withBooleanColumn(String, Function<ENTITY, Boolean>, BiConsumer<BUILDER, Boolean>) - Method in class org.hrorm.IndirectDaoBuilder
 
- 
Describes a data element that represents a true/false value.
 
- withChildren(Function<ENTITY, List<U>>, BiConsumer<ENTITY, List<U>>, DaoDescriptor<U, UB>) - Method in class org.hrorm.DaoBuilder
 
- 
Describes a relationship between the object ENTITY and its several
 child objects of type U.
 
- withChildren(Function<ENTITY, List<CHILD>>, BiConsumer<BUILDER, List<CHILD>>, DaoDescriptor<CHILD, CHILDBUILDER>) - Method in class org.hrorm.IndirectDaoBuilder
 
- 
Describes a relationship between the object ENTITY and its several
 child objects of type U.
 
- withConvertingStringColumn(String, Function<ENTITY, E>, BiConsumer<ENTITY, E>, Converter<E, String>) - Method in class org.hrorm.DaoBuilder
 
- 
Describes a data element with a particular type (like an enumeration) that
 is persisted using a String representation.
 
- withConvertingStringColumn(String, Function<ENTITY, E>, BiConsumer<BUILDER, E>, Converter<E, String>) - Method in class org.hrorm.IndirectDaoBuilder
 
- 
Describes a data element with a particular type (like an enumeration) that
 is persisted using a String representation.
 
- withIntegerColumn(String, Function<ENTITY, Long>, BiConsumer<ENTITY, Long>) - Method in class org.hrorm.DaoBuilder
 
- 
Describes a numeric data element with no decimal or fractional part.
 
- withIntegerColumn(String, Function<ENTITY, Long>, BiConsumer<BUILDER, Long>) - Method in class org.hrorm.IndirectDaoBuilder
 
- 
Describes a numeric data element with no decimal or fractional part.
 
- withJoinColumn(String, Function<ENTITY, U>, BiConsumer<ENTITY, U>, DaoDescriptor<U, ?>) - Method in class org.hrorm.DaoBuilder
 
- 
Describes a data element that is represented by an Object of some
 other type U with its own table for persistence.
 
- withJoinColumn(String, Function<ENTITY, U>, BiConsumer<BUILDER, U>, DaoDescriptor<U, ?>) - Method in class org.hrorm.IndirectDaoBuilder
 
- 
Describes a data element that is represented by an Object of some
 other type U with its own table for persistence.
 
- withLocalDateTimeColumn(String, Function<ENTITY, LocalDateTime>, BiConsumer<ENTITY, LocalDateTime>) - Method in class org.hrorm.DaoBuilder
 
- 
Describes a data element that represents a time stamp.
 
- withLocalDateTimeColumn(String, Function<ENTITY, LocalDateTime>, BiConsumer<BUILDER, LocalDateTime>) - Method in class org.hrorm.IndirectDaoBuilder
 
- 
Describes a data element that represents a time stamp.
 
- withParentColumn(String, Function<ENTITY, P>, BiConsumer<ENTITY, P>) - Method in class org.hrorm.DaoBuilder
 
- 
Indicator that the column is a reference to an owning parent object.
 
- withParentColumn(String) - Method in class org.hrorm.DaoBuilder
 
- 
Indicator that the column is a reference to an owning parent object.
 
- withParentColumn(String, Function<ENTITY, P>, BiConsumer<BUILDER, P>) - Method in class org.hrorm.IndirectDaoBuilder
 
- 
Indicator that the column is a reference to an owning parent object.
 
- withParentColumn(String) - Method in class org.hrorm.IndirectDaoBuilder
 
- 
Indicator that the column is a reference to an owning parent object.
 
- withPrefix(String, Prefixer) - Method in interface org.hrorm.Column
 
- 
Make a new instance of the column, identical to this instance, except with a
 new prefix.
 
- withPrefix(String, Prefixer) - Method in class org.hrorm.DirectPrimaryKey
 
-  
 
- withPrefix(String, Prefixer) - Method in class org.hrorm.IndirectPrimaryKey
 
-  
 
- withPrefix(String, Prefixer) - Method in class org.hrorm.JoinColumn
 
-  
 
- withPrefix(String, Prefixer) - Method in class org.hrorm.NoBackReferenceParentColumn
 
-  
 
- withPrefix(String, Prefixer) - Method in class org.hrorm.ParentColumnImpl
 
-  
 
- withPrimaryKey(String, String, Function<ENTITY, Long>, BiConsumer<ENTITY, Long>) - Method in class org.hrorm.DaoBuilder
 
- 
Set data about the primary key of the table for this type.
 
- withPrimaryKey(String, String, Function<ENTITY, Long>, BiConsumer<BUILDER, Long>) - Method in class org.hrorm.IndirectDaoBuilder
 
- 
Set data about the primary key of the table for this type.
 
- withStringColumn(String, Function<ENTITY, String>, BiConsumer<ENTITY, String>) - Method in class org.hrorm.DaoBuilder
 
- 
Describes a text or string data element.
 
- withStringColumn(String, Function<ENTITY, String>, BiConsumer<BUILDER, String>) - Method in class org.hrorm.IndirectDaoBuilder
 
- 
Describes a text or string data element.