Uses of Class
de.hybris.platform.directpersistence.exception.ModelPersistenceException
-
Packages that use ModelPersistenceException Package Description de.hybris.platform.directpersistence de.hybris.platform.directpersistence.exception de.hybris.platform.directpersistence.impl -
-
Uses of ModelPersistenceException in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence that throw ModelPersistenceException Modifier and Type Method Description java.util.Collection<PersistResult>WritePersistenceGateway. persist(ChangeSet changeSet)Persists changes in persistence storage. -
Uses of ModelPersistenceException in de.hybris.platform.directpersistence.exception
Subclasses of ModelPersistenceException in de.hybris.platform.directpersistence.exception Modifier and Type Class Description classConcurrentModificationExceptionException thrown in case of optimistic locking failure.classUpdateRowExceptionException 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 ModelPersistenceException Modifier and Type Method Description java.util.Collection<PersistResult>DefaultWritePersistenceGateway. persist(ChangeSet changeSet)java.util.Collection<PersistResult>DefaultWritePersistenceGateway. persistInternal(ChangeSet changeSet)
-