|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCAutomaticQueryMetaData
This immutable class contains information about an automatically generated query. This class is a place holder used to make an automaticlly generated query look more like a user specified query. This class only contains a referance to the method used to invoke this query.
Constructor Summary | |
JDBCAutomaticQueryMetaData(java.lang.reflect.Method method,
JDBCReadAheadMetaData (src) readAhead,
java.lang.Class qlCompiler,
boolean lazyResultSetLoading)
Constructs a JDBCAutomaticQueryMetaData which is invoked by the specified method. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Compares this JDBCAutomaticQueryMetaData against the specified object. |
java.lang.reflect.Method |
getMethod()
Gets the method which invokes this query. |
java.lang.Class |
getQLCompilerClass()
|
JDBCReadAheadMetaData (src) |
getReadAhead()
Gets the read ahead metadata for the query. |
int |
hashCode()
Returns a hashcode for this JDBCAutomaticQueryMetaData. |
boolean |
isLazyResultSetLoading()
|
boolean |
isResultTypeMappingLocal()
Is the result set of ejbSelect is mapped to local ejb objects or remote ejb objects. |
java.lang.String |
toString()
Returns a string describing this JDBCAutomaticQueryMetaData. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JDBCAutomaticQueryMetaData(java.lang.reflect.Method method, JDBCReadAheadMetaData (src) readAhead, java.lang.Class qlCompiler, boolean lazyResultSetLoading)
method
- the method which invokes this queryMethod Detail |
public java.lang.reflect.Method getMethod()
JDBCQueryMetaData (src)
getMethod
in interface JDBCQueryMetaData (src)
public boolean isResultTypeMappingLocal()
JDBCQueryMetaData (src)
isResultTypeMappingLocal
in interface JDBCQueryMetaData (src)
public JDBCReadAheadMetaData (src) getReadAhead()
getReadAhead
in interface JDBCQueryMetaData (src)
public java.lang.Class getQLCompilerClass()
getQLCompilerClass
in interface JDBCQueryMetaData (src)
public boolean isLazyResultSetLoading()
isLazyResultSetLoading
in interface JDBCQueryMetaData (src)
public boolean equals(java.lang.Object o)
o
- the reference object with which to compare
public int hashCode()
public java.lang.String toString()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |