Package de.hybris.platform.tx
Class CacheInfrastructureGlobalAndTxIsolationIntegrationTest.RelationCachePopulatorImpl
java.lang.Object
de.hybris.platform.tx.CacheInfrastructureGlobalAndTxIsolationIntegrationTest.RelationCachePopulatorImpl
- All Implemented Interfaces:
RelationCachePopulator
- Enclosing class:
- CacheInfrastructureGlobalAndTxIsolationIntegrationTest
public class CacheInfrastructureGlobalAndTxIsolationIntegrationTest.RelationCachePopulatorImpl
extends Object
implements RelationCachePopulator
-
Constructor Summary
ConstructorsConstructorDescriptionRelationCachePopulatorImpl(ModelService modelService, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
Method Summary
Modifier and TypeMethodDescriptioncreateTargetItem(PK sourcePK) booleandeleteItem(PK sourcePK) booleandeleteRelationInstanceNonPersistenceLayer(PK sourcePK, PK targetPK) booleandeleteRelationInstancePersistenceLayer(PK sourcePK, PK targetPK) booleandeleteTargetSideItems(PK sourcePK) getTargetSide(PK sourcePK)
-
Constructor Details
-
RelationCachePopulatorImpl
public RelationCachePopulatorImpl(ModelService modelService, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
-
Method Details
-
createSourceItem
- Specified by:
createSourceItemin interfaceRelationCachePopulator
-
createTargetItem
- Specified by:
createTargetItemin interfaceRelationCachePopulator
-
getTargetSide
- Specified by:
getTargetSidein interfaceRelationCachePopulator
-
deleteItem
- Specified by:
deleteItemin interfaceRelationCachePopulator
-
deleteTargetSideItems
- Specified by:
deleteTargetSideItemsin interfaceRelationCachePopulator
-
deleteRelationInstanceNonPersistenceLayer
- Specified by:
deleteRelationInstanceNonPersistenceLayerin interfaceRelationCachePopulator
-
deleteRelationInstancePersistenceLayer
- Specified by:
deleteRelationInstancePersistenceLayerin interfaceRelationCachePopulator
-