|
||||||||||
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.JDBCJBossQLQueryMetaData
Immutable class which contains information about an JBossQL query.
Constructor Summary | |
JDBCJBossQLQueryMetaData(boolean resultTypeMappingLocal,
org.w3c.dom.Element element,
java.lang.reflect.Method method,
JDBCReadAheadMetaData (src) readAhead,
java.lang.Class compiler,
boolean lazyResultSetLoading)
Constructs a JDBCJBossQLQueryMetaData with JBossQL declared in the jboss-ql elemnt and is invoked by the specified method. |
|
JDBCJBossQLQueryMetaData(JDBCJBossQLQueryMetaData (src) defaults,
JDBCReadAheadMetaData (src) readAhead,
java.lang.Class qlCompiler,
boolean lazyResultSetLoading)
Constructs a JDBCJBossQLQueryMetaData with JBossQL declared in the jboss-ql elemnt and is invoked by the specified method. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Compares this JDBCJBossQLQueryMetaData against the specified object. |
java.lang.String |
getJBossQL()
Gets the JBossQL query which will be invoked. |
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 JDBCJBossQLQueryMetaData. |
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 JDBCJBossQLQueryMetaData. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JDBCJBossQLQueryMetaData(JDBCJBossQLQueryMetaData (src) defaults, JDBCReadAheadMetaData (src) readAhead, java.lang.Class qlCompiler, boolean lazyResultSetLoading) throws DeploymentException (src)
public JDBCJBossQLQueryMetaData(boolean resultTypeMappingLocal, org.w3c.dom.Element element, java.lang.reflect.Method method, JDBCReadAheadMetaData (src) readAhead, java.lang.Class compiler, boolean lazyResultSetLoading) throws DeploymentException (src)
Method Detail |
public java.lang.reflect.Method getMethod()
JDBCQueryMetaData (src)
getMethod
in interface JDBCQueryMetaData (src)
public java.lang.Class getQLCompilerClass()
getQLCompilerClass
in interface JDBCQueryMetaData (src)
public java.lang.String getJBossQL()
public boolean isResultTypeMappingLocal()
JDBCQueryMetaData (src)
isResultTypeMappingLocal
in interface JDBCQueryMetaData (src)
public JDBCReadAheadMetaData (src) getReadAhead()
getReadAhead
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 |