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