| java.lang.Object org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCDynamicQLQueryMetaData
JDBCDynamicQLQueryMetaData | final public class JDBCDynamicQLQueryMetaData implements JDBCQueryMetaData(Code) | | Immutable class which contains information about an DynamicQL query.
author: Dain Sundstrom version: $Revision: 57209 $ |
JDBCDynamicQLQueryMetaData | public JDBCDynamicQLQueryMetaData(JDBCDynamicQLQueryMetaData defaults, JDBCReadAheadMetaData readAhead, Class qlCompiler, boolean lazyResultSetLoading) throws DeploymentException(Code) | | Constructs a JDBCDynamicQLQueryMetaData with DynamicQL declared in the
jboss-ql elemnt and is invoked by the specified method.
Parameters: defaults - the metadata about this query |
JDBCDynamicQLQueryMetaData | public JDBCDynamicQLQueryMetaData(boolean resultTypeMappingLocal, Method method, JDBCReadAheadMetaData readAhead, Class compiler, boolean lazyResultSetLoading) throws DeploymentException(Code) | | Constructs a JDBCDynamicQLQueryMetaData with DynamicQL declared in the
jboss-ql elemnt and is invoked by the specified method.
|
equals | public boolean equals(Object o)(Code) | | Compares this JDBCDynamicQLQueryMetaData against the specified object.
Returns true if the objects are the same. Two JDBCDynamicQLQueryMetaData
are the same if they are both invoked by the same method.
Parameters: o - the reference object with which to compare true if this object is the same as the object argument;false otherwise |
getQLCompilerClass | public Class getQLCompilerClass()(Code) | | |
getReadAhead | public JDBCReadAheadMetaData getReadAhead()(Code) | | Gets the read ahead metadata for the query.
the read ahead metadata for the query. |
hashCode | public int hashCode()(Code) | | Returns a hashcode for this JDBCDynamicQLQueryMetaData. The hashcode is
computed by the method which invokes this query.
a hash code value for this object |
isLazyResultSetLoading | public boolean isLazyResultSetLoading()(Code) | | |
isResultTypeMappingLocal | public boolean isResultTypeMappingLocal()(Code) | | |
toString | public String toString()(Code) | | Returns a string describing this JDBCDynamicQLQueryMetaData. The exact
details of the representation are unspecified and subject to change, but
the following may be regarded as typical:
"[JDBCDynamicQLQueryMetaData: method=public org.foo.User
findByName(java.lang.String)]"
a string representation of the object |
|
|