|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
GetterMapping
capable of inserting a java.util.Date
into
a PreparedStatement
.SetterMapping
capable of reading
a java.util.Date
from a ResultSet
instance and insert it into a target object, by calling the target
object matching setter method.delete(Object objectMappingKey, Object object)
but uses
the object.getClass() as the object mapping key.
delete(Object objectMappingKey, Object object, Connection connection)
but uses
the object.getClass() as the object mapping key.
delete(Object objectMappingKey, Object object)
but uses
the object.getClass() as the object mapping key.
deleteBatch(Object objectMappingKey, Collection objects)
but uses the class returned by the getClass() method of the first object
in the collection, as returned by the collection iterator, as the
object mapping key.
deleteBatch(Object objectMappingKey, Collection objects, Connection connection)
but uses the class returned by the getClass() method of the first object
in the collection, as returned by the collection iterator, as the
object mapping key.
deleteBatch(Object objectMappingKey, Collection objects)
but uses the class returned by the getClass() method of the first object
in the collection, as returned by the collection iterator, as the
object mapping key.
GetterMapping
capable of inserting a Double
into
a PreparedStatement
.SetterMapping
capable of reading
a double
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 |