Interface LoadItemsChain
- All Known Implementing Classes:
LoadItemsChain.Abstract
,LoadItemsChain.ChannelHashing
,LoadItemsChain.Simple
public interface LoadItemsChain
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
LoadItemsChain.Abstract
static class
LoadItemsChain.ChannelHashing
static class
LoadItemsChain.Entry
static class
LoadItemsChain.Simple
-
Method Summary
Modifier and Type Method Description void
addLoadItem(long objectId)
void
clear()
boolean
containsLoadItem(long objectId)
PersistenceIdSet[]
getObjectIdSets()
boolean
isEmpty()
-
Method Details
-
containsLoadItem
boolean containsLoadItem(long objectId) -
addLoadItem
void addLoadItem(long objectId) -
isEmpty
boolean isEmpty() -
getObjectIdSets
PersistenceIdSet[] getObjectIdSets() -
clear
void clear()
-