|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
update(Object objectMappingKey, Object object)
but uses the object.getClass() as the object mapping key.
update(Object objectMappingKey, Object object, Connection connection)
but uses the object.getClass() as the object mapping key.
update(Object objectMappingKey, Object object)
but uses the object.getClass() as the object mapping key.
IPersistenceConfiguration
.
updateBatch(Object objectMappingKey, Collection objects)
the class returned by the getClass() of the first element in the collection
as the object mapping key.
updateBatch(Object objectMappingKey, Collection objects, Connection connection)
the class returned by the getClass() of the first element in the collection
as the object mapping key.
updateBatch(Object objectMappingKey, Collection objects)
the class returned by the getClass() of the first element in the collection
as the object mapping key.
objects
.
objects
.
updateBatchByPrimaryKeys(Object objectMappingKey, Collection objects, Collection oldPrimaryKeys)
the class returned by the getClass() of the first element in the collection
as the object mapping key.
updateBatchByPrimaryKeys(Object objectMappingKey, Collection objects, Collection oldPrimaryKeys,
Connection connection)
but uses the class returned by the getClass() method of the first object
in the collection as the object mapping key.
updateBatchByPrimaryKeys(Object objectMappingKey, Collection objects, Collection oldPrimaryKeys)
the class returned by the getClass() of the first element in the collection
as the object mapping key.
updateByPrimaryKey(Object objectMappingKey, Object object, Object oldPrimaryKeyValue)
but uses the object.getClass() as the object mapping key.
updateByPrimaryKey(Object objectMappingKey, Object object, Object oldPrimaryKeyValue,
Connection connection)
but uses the object.getClass() as the object mapping key.
updateByPrimaryKey(Object objectMappingKey, Object object, Object oldPrimaryKeyValue)
but uses the object.getClass() as the object mapping key.
updateOptimistic(Object objectMappingKey, Object object, Object original)
but uses the object.getClass() as the object mapping key.
GetterMapping
capable of inserting a URL
into
a PreparedStatement
.SetterMapping
capable of reading
a URL
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 |