public abstract class StoreDataTypeMapper
extends java.lang.Object
StoreDataTypeMapper
maps BE data types to implemented store data types.Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.Object |
getBooleanType()
Returns the store type corresponding to java boolean type.
|
protected abstract java.lang.Object |
getDateTimeType()
Returns the store type corresponding to java Calendar type.
|
protected abstract java.lang.Object |
getDoubleType()
Returns the store type corresponding to java double type.
|
protected abstract java.lang.Object |
getFloatType()
Returns the store type corresponding to java float type.
|
protected abstract java.lang.Object |
getIntegerType()
Returns the store type corresponding to java integer type.
|
protected abstract java.lang.Object |
getLongType()
Returns the store type corresponding to java long type.
|
protected abstract java.lang.Object |
getObjectType()
Returns the store type corresponding to java object type.
|
protected abstract java.lang.Object |
getShortType()
Returns the store type corresponding to java short type.
|
protected abstract java.lang.Object |
getStringType()
Returns the store type corresponding to java string type.
|
protected void |
init()
Populates the end store data type against pre populated BE data type keys.
|
protected void init()
types
- map pre populated with BE data type keys.protected abstract java.lang.Object getShortType()
protected abstract java.lang.Object getObjectType()
protected abstract java.lang.Object getDateTimeType()
protected abstract java.lang.Object getBooleanType()
protected abstract java.lang.Object getStringType()
protected abstract java.lang.Object getDoubleType()
protected abstract java.lang.Object getFloatType()
protected abstract java.lang.Object getLongType()
protected abstract java.lang.Object getIntegerType()