|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedParameterStatement | |
---|---|
org.hydrateframework | |
org.hydrateframework.sql |
Uses of NamedParameterStatement in org.hydrateframework |
---|
Methods in org.hydrateframework that return NamedParameterStatement | |
---|---|
NamedParameterStatement |
RequestContext.getStatement(ObjectContext ctx,
java.lang.Class cls,
java.lang.String dsName)
Retrieve a cached SQL statement for requesting or updating objects. |
NamedParameterStatement |
Assembler.getStatement(RequestContext rc)
Get the default query. |
NamedParameterStatement |
ObjectFactory.getStatement(RequestContext rc)
|
NamedParameterStatement |
ObjectRelationshipFactory.getStatement(RequestContext rc)
|
Methods in org.hydrateframework with parameters of type NamedParameterStatement | |
---|---|
void |
Constraint.constrainQuery(NamedParameterStatement stmt,
java.lang.String prmName)
|
void |
ObjectKey.constrainQuery(NamedParameterStatement stmt,
java.lang.String prmName)
Constrain a query according to the settings of this key. |
abstract void |
ObjectKey.Complex.constrainQuery(NamedParameterStatement stmt,
java.lang.String prmName)
This function should call setParam on the DataQuery
object provided to set whatever constraints are necessary to
get the data indicated by the alternate key. |
void |
SaveContext.deferReadKey(NamedParameterStatement stmt,
java.lang.Object obj)
Defer the reading of a database generated key. |
abstract void |
Assembler.delete(java.lang.Object obj,
NamedParameterStatement stmt,
java.lang.Class keyClass)
This method is overridden by class specific implementations of the assembler to use the results set retrieved from the given statement to delete this object's database representation. |
java.sql.ResultSet |
Assembler.getInsertResultSet(java.lang.Object obj,
NamedParameterStatement stmt)
This is a helper method that is used to create a results set that can be used to insert objects through this assembler into a database. |
java.sql.ResultSet |
Assembler.getUpdateResultSet(java.lang.Object obj,
NamedParameterStatement stmt,
java.lang.Class keyCls)
This is a helper method that is used to create a results set that can be used to update objects through this assembler into a database. |
abstract void |
Assembler.insert(java.lang.Object obj,
NamedParameterStatement stmt)
This method is overridden by class specific implementations of the assembler to write the internals of a given business object to the 'forUpdate' results set retrieved from the given statement, ready for creating a new object in the database. |
void |
ObjectFactory.readKeyBatch(SaveContext sc,
NamedParameterStatement stmt,
java.util.List objs)
Called to get database generated keys for objects that were updated in a batch. |
abstract void |
Assembler.update(java.lang.Object obj,
NamedParameterStatement stmt,
java.lang.Class keyClass)
This method is overridden by class specific implementations of the assembler to write the internals of a given business object to the 'forUpdate' results set retrieved from the given statement, ready for updating an existing object in the database. |
Uses of NamedParameterStatement in org.hydrateframework.sql |
---|
Subinterfaces of NamedParameterStatement in org.hydrateframework.sql | |
---|---|
interface |
MappedStatement
|
Classes in org.hydrateframework.sql that implement NamedParameterStatement | |
---|---|
class |
AbstractParameterStatement
|
class |
ParsedQuery
|
class |
QueryMap
|
class |
SimpleParameterStatement
|
Fields in org.hydrateframework.sql declared as NamedParameterStatement | |
---|---|
protected NamedParameterStatement |
RowUpdateBuffer.updStmt
|
Constructors in org.hydrateframework.sql with parameters of type NamedParameterStatement | |
---|---|
RowUpdateBuffer(java.sql.Statement stmt,
NamedParameterStatement updStmt)
Creates a new instance of RowUpdateBuffer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |