|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
public IKey IObjectMapping.getPrimaryKey()
method
to access the primary key of an object mapping's table.
GetterMapping
capable of inserting a Short
into
a PreparedStatement
.SetterMapping
capable of reading
a short
from a ResultSet
instance and insert it into a target object, by calling the target
object matching setter method.GetterMapping
capable of inserting a java.sql.Date
into
a PreparedStatement
.SetterMapping
capable of reading
a java.sql.Date
from a ResultSet
instance and insert it into a target object, by calling the target
object matching setter method.IPersistenceConfiguration
by given key.
GetterMapping
capable of inserting a String
into
a PreparedStatement
.SetterMapping
capable of reading
a String
from a ResultSet
instance and insert it into a target object, by calling the target
object matching setter method.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |