Uses of Interface
de.hybris.platform.directpersistence.PersistResult
Packages that use PersistResult
Package
Description
-
Uses of PersistResult in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence that return types with arguments of type PersistResultModifier and TypeMethodDescriptiondefault Collection<PersistResult>ChangeSet.getResultsToInvalidate(Set<PersistResult> results) Persists changes in persistence storage.Method parameters in de.hybris.platform.directpersistence with type arguments of type PersistResultModifier and TypeMethodDescriptiondefault Collection<PersistResult>ChangeSet.getResultsToInvalidate(Set<PersistResult> results) voidCacheInvalidator.invalidate(Collection<PersistResult> results) -
Uses of PersistResult in de.hybris.platform.directpersistence.impl
Classes in de.hybris.platform.directpersistence.impl that implement PersistResultModifier and TypeClassDescriptionclassResult of operation performed by Generic DAOclassMethods in de.hybris.platform.directpersistence.impl that return types with arguments of type PersistResultModifier and TypeMethodDescriptionDefaultWritePersistenceGateway.persistInternal(ChangeSet changeSet) Method parameters in de.hybris.platform.directpersistence.impl with type arguments of type PersistResultModifier and TypeMethodDescriptionvoidDefaultCacheInvalidator.invalidate(Collection<PersistResult> results) voidDummyCacheInvalidator.invalidate(Collection<PersistResult> results) Constructors in de.hybris.platform.directpersistence.impl with parameters of type PersistResultModifierConstructorDescription -
Uses of PersistResult in de.hybris.platform.directpersistence.record.visitor
Methods in de.hybris.platform.directpersistence.record.visitor that return types with arguments of type PersistResultModifier and TypeMethodDescriptionRecordVisitorFactory.createEntityRecordVisitor(BatchCollector batchCollector, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, LocalizationService localizationService, Config.DatabaseName databaseName) DefaultEntityRecordVisitor.visit(DeleteRecord record) DefaultEntityRecordVisitor.visit(InsertRecord record) DefaultEntityRecordVisitor.visit(UpdateRecord record) -
Uses of PersistResult in de.hybris.platform.directpersistence.statement
Fields in de.hybris.platform.directpersistence.statement with type parameters of type PersistResultModifier and TypeFieldDescriptionprotected Set<PersistResult>AbstractStoreStatementsBuilder.persistResultsMethods in de.hybris.platform.directpersistence.statement that return types with arguments of type PersistResult