Interface DirectAccessRegion

All Superinterfaces:
Region
All Known Subinterfaces:
QueryResultsRegion, TimestampsRegion
All Known Implementing Classes:
DirectAccessRegionTemplate, QueryResultsRegionTemplate, TimestampsRegionTemplate

public interface DirectAccessRegion extends Region
Specialized Region whose data is accessed directly, without the need for key/item wrapping. Does not define a "remove" operation because Hibernate's query and timestamps caches only ever "get" and "put".