com.ontotext.ordi.mapper.model
Interface DataHandler

All Known Subinterfaces:
CompositeDataHandler
All Known Implementing Classes:
LiteralImpl, ResourceImpl

public interface DataHandler


Method Summary
 void initialize(Map<String,String> config)
           
 Value[] sqlToValue(Object object)
           
 Object valueToSql(Value value)
           
 

Method Detail

initialize

void initialize(Map<String,String> config)

sqlToValue

Value[] sqlToValue(Object object)

valueToSql

Object valueToSql(Value value)


Copyright © 2008. All Rights Reserved.