Interface RelationCachePopulator

All Known Implementing Classes:
CacheInfrastructureGlobalAndTxIsolationIntegrationTest.RelationCachePopulatorImpl

public interface RelationCachePopulator
  • Method Details

    • createSourceItem

      PK createSourceItem()
    • createTargetItem

      PK createTargetItem(PK sourcePK)
    • getTargetSide

      List<PK> getTargetSide(PK sourcePK)
    • deleteItem

      boolean deleteItem(PK sourcePK)
    • deleteTargetSideItems

      boolean deleteTargetSideItems(PK sourcePK)
    • deleteRelationInstanceNonPersistenceLayer

      boolean deleteRelationInstanceNonPersistenceLayer(PK sourcePK, PK targetPK)
    • deleteRelationInstancePersistenceLayer

      boolean deleteRelationInstancePersistenceLayer(PK sourcePK, PK targetPK)