Class DefaultPersistResult
java.lang.Object
de.hybris.platform.directpersistence.impl.DefaultPersistResult
- All Implemented Interfaces:
PersistResult
Result of operation performed by Generic DAO
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultPersistResult(CrudEnum operation, PK pk) DefaultPersistResult(CrudEnum operation, PK pk, Long persistenceVersion) DefaultPersistResult(CrudEnum operation, PK pk, Long persistenceVersion, String typeCode) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.directpersistence.PersistResult
getAdditionalInvalidationData
-
Constructor Details
-
DefaultPersistResult
-
DefaultPersistResult
-
DefaultPersistResult
-
-
Method Details
-
getOperation
- Specified by:
getOperationin interfacePersistResult
-
getPk
- Specified by:
getPkin interfacePersistResult
-
getPersistenceVersion
- Specified by:
getPersistenceVersionin interfacePersistResult
-
toString
-
getTypeCode
- Specified by:
getTypeCodein interfacePersistResult
-