@MappedSuperclass public abstract class BaseIdentityIdEntity extends BaseDbGeneratedIdEntity<java.lang.Long>
Instance.BeanPropertyPath, Instance.PropertyChangeEvent, Instance.PropertyChangeListener
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
id |
idProxy
__securityState, __state, dynamicAttributes
__propertyChangeListeners, PROPERTY_CHANGE_LISTENERS_INITIAL_CAPACITY
Constructor and Description |
---|
BaseIdentityIdEntity() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Long |
getDbGeneratedId() |
protected void |
setDbGeneratedId(java.lang.Long id) |
copySystemState, getId, setId
equals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValue, toString
addPropertyChangeListener, getInstanceName, getMethodsCache, getValueEx, getValueEx, propertyChanged, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueEx
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addPropertyChangeListener, getInstanceName, getValueEx, getValueEx, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueEx
protected void setDbGeneratedId(java.lang.Long id)
setDbGeneratedId
in class BaseDbGeneratedIdEntity<java.lang.Long>
protected java.lang.Long getDbGeneratedId()
getDbGeneratedId
in class BaseDbGeneratedIdEntity<java.lang.Long>