|
Spring Data JDBC Extensions Support | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatumMapper
Interface that defines mapping of an advanced data type to and from an object
| Method Summary | |
|---|---|
Object |
fromDatum(oracle.sql.Datum datum)
Extract the Datum content and return it in a domain class instance. |
oracle.sql.Datum |
toDatum(Object object,
Connection conn)
Create a Datum object based on the passed in object using the connection if necessary. |
| Method Detail |
|---|
oracle.sql.Datum toDatum(Object object,
Connection conn)
throws SQLException
Datum object based on the passed in object using the connection if necessary.
object - the object containing tha data to be usedconn - the database Connection that can be used to create database specific instances
SQLException
Object fromDatum(oracle.sql.Datum datum)
throws SQLException
Datum content and return it in a domain class instance.
datum - the Datum containing the data
Datum
SQLException
|
Spring Data JDBC Extensions Support | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||