Interface | Description |
---|---|
HollowCachedDelegate |
This is the extension of the
HollowRecordDelegate interface for cached delegates. |
HollowListDelegate<T> |
This is the extension of the
HollowRecordDelegate interface for LIST type records. |
HollowMapDelegate<K,V> |
This is the extension of the
HollowRecordDelegate interface for MAP type records. |
HollowObjectDelegate |
This is the extension of the
HollowRecordDelegate interface for OBJECT type records. |
HollowRecordDelegate |
A HollowRecordDelegate is used by a generated Hollow Objects API to access data from the data model.
|
HollowSetDelegate<T> |
This is the extension of the
HollowRecordDelegate interface for SET type records. |
Class | Description |
---|---|
HollowListCachedDelegate<T> |
This is the extension of the
HollowRecordDelegate interface for cached LIST type records. |
HollowListLookupDelegate<T> |
This is the extension of the
HollowRecordDelegate interface for lookup LIST type records. |
HollowMapCachedDelegate<K,V> |
This is the extension of the
HollowRecordDelegate interface for cached MAP type records. |
HollowMapLookupDelegate<K,V> |
This is the extension of the
HollowRecordDelegate interface for lookup MAP type records. |
HollowObjectAbstractDelegate |
Contains some basic convenience access methods for OBJECT record fields.
|
HollowObjectGenericDelegate |
A delegate used by the
GenericHollowObject of the Generic Hollow Object API. |
HollowSetCachedDelegate<T> |
This is the extension of the
HollowRecordDelegate interface for cached SET type records. |
HollowSetLookupDelegate<T> |
This is the extension of the
HollowRecordDelegate interface for lookup LIST type records. |