Uses of Class
de.hybris.platform.directpersistence.exception.ModelPersistenceException
Packages that use ModelPersistenceException
Package
Description
-
Uses of ModelPersistenceException in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence that throw ModelPersistenceExceptionModifier and TypeMethodDescriptionPersists changes in persistence storage. -
Uses of ModelPersistenceException in de.hybris.platform.directpersistence.exception
Subclasses of ModelPersistenceException in de.hybris.platform.directpersistence.exceptionModifier and TypeClassDescriptionclassException thrown in case of optimistic locking failure.classException thrown when row was expected to be updated but update was not executed due to missing target row. -
Uses of ModelPersistenceException in de.hybris.platform.directpersistence.impl
Methods in de.hybris.platform.directpersistence.impl that throw ModelPersistenceExceptionModifier and TypeMethodDescriptionDefaultWritePersistenceGateway.persistInternal(ChangeSet changeSet)