public static interface Entity.Key extends ValueMap<ColumnProperty,java.lang.Object>, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String propertyId) |
java.lang.String |
getEntityId() |
ColumnProperty |
getFirstProperty() |
java.lang.Object |
getFirstValue() |
java.util.List<ColumnProperty> |
getProperties() |
int |
getPropertyCount() |
boolean |
isCompositeKey() |
boolean |
isNotNull(java.lang.String propertyId)
Returns true if a non-null value is mapped to the given property.
|
boolean |
isNull() |
boolean |
isNull(java.lang.String propertyId)
Returns true if a null value is mapped to the given property or no mapping exists.
|
boolean |
isSingleIntegerKey() |
java.lang.Object |
put(java.lang.String propertyId,
java.lang.Object value) |
addValueListener, clear, containsKey, getAsString, getCopy, getModifiedObserver, getOriginal, getOriginalCopy, getValueObserver, isModified, isModified, isNotNull, isNull, keySet, newInstance, originalKeySet, put, remove, removeValueListener, revert, revertAll, save, saveAll, setAs, size
get
values
java.lang.String getEntityId()
java.util.List<ColumnProperty> getProperties()
int getPropertyCount()
boolean isNull()
boolean isNull(java.lang.String propertyId)
propertyId
- the propertyIdboolean isNotNull(java.lang.String propertyId)
propertyId
- the propertyIdboolean isSingleIntegerKey()
boolean isCompositeKey()
ColumnProperty getFirstProperty()
java.lang.Object getFirstValue()
java.lang.Object put(java.lang.String propertyId, java.lang.Object value)
propertyId
- the propertyIdvalue
- the value to associate with the propertyjava.lang.Object get(java.lang.String propertyId)
propertyId
- the propertyId