public class CollectionMapperHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionMapperHelper.CollectionInfoColValue |
class |
CollectionMapperHelper.CollectionItemColName |
| Constructor and Description |
|---|
CollectionMapperHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addColumnToCollection(CFMappingDef<?> cfMapDef,
Object obj,
String colName,
byte[] colValue) |
byte[] |
createCollectionInfoColValue(Collection<Object> coll) |
String |
createCollectionItemColName(String propName,
int order) |
Object |
deserializeCollectionValue(byte[] bytes) |
void |
instantiateCollection(Object obj,
HColumn<String,byte[]> col,
PropertyMappingDefinition md) |
CollectionMapperHelper.CollectionInfoColValue |
parseCollectionInfoColValue(byte[] val) |
CollectionMapperHelper.CollectionItemColName |
parseCollectionItemColName(String colName) |
byte[] |
serializeCollectionValue(Object obj) |
public CollectionMapperHelper.CollectionItemColName parseCollectionItemColName(String colName)
public byte[] createCollectionInfoColValue(Collection<Object> coll)
public CollectionMapperHelper.CollectionInfoColValue parseCollectionInfoColValue(byte[] val)
public void instantiateCollection(Object obj, HColumn<String,byte[]> col, PropertyMappingDefinition md)
public boolean addColumnToCollection(CFMappingDef<?> cfMapDef, Object obj, String colName, byte[] colValue)
public byte[] serializeCollectionValue(Object obj)
public Object deserializeCollectionValue(byte[] bytes)
Copyright © 2014. All Rights Reserved.