E
- The type of the container classT
- The type of the value of the propertypublic abstract class SingularProperty<E,T> extends Property<E,T>
Constructor and Description |
---|
SingularProperty(AttributeAccessor attribute)
Creates a new instance of a SingularProperty.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
getColumn()
The name of the associated column.
|
boolean |
isTableColumn()
Indicates that this property maps to a column from the parent table.
|
addInsertExpression, createPostInsertStatements, createPreInsertStatements, failIfRequired, findReferencedEntities, generatePendingStatements, getExpression, getName, getPredicate, getValue, isRequired, setValue, toString
public SingularProperty(AttributeAccessor attribute)
attribute
- access to the represented attributepublic abstract String getColumn()
public boolean isTableColumn()
Property
isTableColumn
in class Property<E,T>
true
if Property.addInsertExpression(Object, InsertStatement)
will add the corresponding value to
the given statementCopyright © 2016 fastnate.org. All rights reserved.