Class AbstractEntityRecord
java.lang.Object
de.hybris.platform.directpersistence.record.impl.AbstractEntityRecord
- All Implemented Interfaces:
EntityRecord,Record
- Direct Known Subclasses:
AbstractModificationRecord,DeleteRecord
Abstract record implementing PK and table name.
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.directpersistence.record.EntityRecord
EntityRecord.EntityRecordVisitor<V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.directpersistence.record.EntityRecord
accept
-
Field Details
-
INITIAL_VERSION
protected static final long INITIAL_VERSION- See Also:
-
-
Constructor Details
-
AbstractEntityRecord
-
-
Method Details
-
getPK
Description copied from interface:EntityRecordReturns PK of changed model.- Specified by:
getPKin interfaceEntityRecord
-
getType
Description copied from interface:EntityRecordReturns type code of changed model.- Specified by:
getTypein interfaceEntityRecord
-
getVersion
public long getVersion()Description copied from interface:EntityRecordReturns version for optimistic counter.- Specified by:
getVersionin interfaceEntityRecord- Returns:
- version for optimistic counter
-