@MappedSuperclass public abstract class AbstractJPAEntity<KeyType extends Serializable> extends Object implements Serializable, Identifiable<KeyType>
Identifiable.Default<IdType>| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJPAEntity() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDate |
_getFirstPersistedOn() |
ImmutableDate |
_getLastPersistedOn() |
int |
_getVersion() |
boolean |
_isMarkedAsDeleted() |
boolean |
_isNew() |
void |
_setMarkedAsDeleted(boolean isMarkedAsDeleted) |
boolean |
equals(Object obj) |
Object |
getIdRealm() |
int |
hashCode() |
CharSequence |
toDebugString() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic final ImmutableDate _getFirstPersistedOn()
public final ImmutableDate _getLastPersistedOn()
public final int _getVersion()
public final boolean _isMarkedAsDeleted()
public final boolean _isNew()
public void _setMarkedAsDeleted(boolean isMarkedAsDeleted)
public Object getIdRealm()
getIdRealm in interface Identifiable<KeyType extends Serializable>public CharSequence toDebugString()
Copyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.