|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectReferenceStatementBuilder | |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
wt.query | Provides generic support for defining SQL queries
(see
QuerySpec and the various things
that can be appended to it) in a database
inedependent manner that should be used with the
PersistenceManager . |
Uses of ObjectReferenceStatementBuilder in wt.pds |
Fields in wt.pds declared as ObjectReferenceStatementBuilder | |
private ObjectReferenceStatementBuilder |
ObjectReferenceCursor.inflateStatementBuilder
|
private ObjectReferenceStatementBuilder |
InflateSpec.statementBuilder
|
Methods in wt.pds that return ObjectReferenceStatementBuilder | |
ObjectReferenceStatementBuilder |
ObjectReferenceCursor.getInflateStatementBuilder()
Gets the object for the association that plays role: inflateStatementBuilder. |
Methods in wt.pds with parameters of type ObjectReferenceStatementBuilder | |
protected boolean |
ObjectReferenceStatementBuilder.readVersion(ObjectReferenceStatementBuilder thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
ObjectReferenceCursor.setInflateStatementBuilder(ObjectReferenceStatementBuilder a_InflateStatementBuilder)
Sets the object for the association that plays role: inflateStatementBuilder. |
private void |
ObjectReferenceCursor.inflateStatementBuilderValidate(ObjectReferenceStatementBuilder a_InflateStatementBuilder)
|
Uses of ObjectReferenceStatementBuilder in wt.query |
Fields in wt.query declared as ObjectReferenceStatementBuilder | |
private ObjectReferenceStatementBuilder |
ObjectReferenceSpec.inflateStatementBuilder
Deprecated. |
Methods in wt.query that return ObjectReferenceStatementBuilder | |
ObjectReferenceStatementBuilder |
ObjectReferenceSpec.getInflateStatementBuilder()
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |