Interface IListMapping2
- All Superinterfaces:
IFeatureMapping,IListMapping
- All Known Subinterfaces:
IListMapping3
Extension interface to
IListMapping.- Since:
- 4.1
- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddRangedChunkWhere(IDBStoreAccessor accessor, CDOID cdoid, StringBuilder builder, int fromIndex, int toIndex) voidaddSimpleChunkWhere(IDBStoreAccessor accessor, CDOID cdoid, StringBuilder builder, int index) default ITypeMappingMethods inherited from interface org.eclipse.emf.cdo.server.db.mapping.IListMapping
getDBTables, getDBType, getFeature, getField, objectDetached, queryXRefs, readChunks, readValues, writeValues
-
Method Details
-
getTypeMapping
- Specified by:
getTypeMappingin interfaceIFeatureMapping- Specified by:
getTypeMappingin interfaceIListMapping- Returns:
- The type mapping which is used for this feature mapping.
- Since:
- 4.14
-
addSimpleChunkWhere
-
addRangedChunkWhere
void addRangedChunkWhere(IDBStoreAccessor accessor, CDOID cdoid, StringBuilder builder, int fromIndex, int toIndex)
-