|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
insert(Object objectMappingKey, Object object)
, but
uses object.getClass() as the object mapping key.
insert(Object objectMappingKey, Object object, Connection connection)
, but
uses object.getClass() as the object mapping key.
insert(Object objectMappingKey, Object object)
, but
uses object.getClass() as the object mapping key.
insertBatch(Object objectMappingKey, Collection objects)
but uses
the class returned by the getClass() of the first element in the collection
as the object mapping key.
insertBatch(Object objectMappingKey, Collection objects, Connection connection)
the class returned by the getClass() of the first element in the collection
as the object mapping key.
insertBatch(Object objectMappingKey, Collection objects)
but uses
the class returned by the getClass() of the first element in the collection
as the object mapping key.
objects
collection into the table
they are mapped to, in the given object mapping.
PreparedStatement
as a statement parameter using the given index as index to what "?" in
the PreparedStatement
to insert the value for.
PreparedStatement
on the given index.
PreparedStatement
instance in the sequence their are returned by the collection's iterator.
PreparedStatement
instance in the sequence their are located in the array.
ResultSet
into the given object, by calling the
Method
instance associated with this setter method method
with the given object as target, and the extracted value as a parameter.
GetterMapping
capable of inserting a Integer
into
a PreparedStatement
.SetterMapping
capable of reading
an int
from a ResultSet
instance and insert it into a target object, by calling the target
object matching setter method.IObjectMappingCache
is a cache for object mappings.Method
instance is a getter, meaning
if it's name starts with "get" or "is", takes no parameters, and
returns a value.
public IKey IObjectMapping.getPrimaryKey()
method
to access the primary key of an object mapping's table.
Method
instance is a setter method,
meaning if the method name starts with "set" and it takes exactly
one parameter.
IKeyValue
instance against this key.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |