|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCQlQueryMetaData
Immutable class which contains information about an EJB QL query.
Constructor Summary | |
JDBCQlQueryMetaData(JDBCQlQueryMetaData defaults,
JDBCReadAheadMetaData readAhead,
Class compiler,
boolean lazyResultSetLoading)
Constructs a JDBCQlQueryMetaData with data from the jdbcQueryMetaData and additional data from the xml element |
|
JDBCQlQueryMetaData(JDBCQlQueryMetaData jdbcQueryMetaData,
Method method,
JDBCReadAheadMetaData readAhead)
Constructs a JDBCQlQueryMetaData with data from the jdbcQueryMetaData and additional data from the xml element |
|
JDBCQlQueryMetaData(QueryMetaData queryMetaData,
Method method,
Class qlCompiler,
boolean lazyResultSetLoading)
Constructs a JDBCQlQueryMetaData which is defined by the queryMetaData and is invoked by the specified method. |
Method Summary | |
boolean |
equals(Object o)
Compares this JDBCQlQueryMetaData against the specified object. |
String |
getEjbQl()
Gets the EJB QL query which will be invoked. |
Method |
getMethod()
Gets the method which invokes this query. |
Class |
getQLCompilerClass()
|
JDBCReadAheadMetaData |
getReadAhead()
Gets the read ahead metadata for the query. |
int |
hashCode()
Returns a hashcode for this JDBCQlQueryMetaData. |
boolean |
isLazyResultSetLoading()
|
boolean |
isResultTypeMappingLocal()
Is the result set of ejbSelect is mapped to local ejb objects or remote ejb objects. |
String |
toString()
Returns a string describing this JDBCQlQueryMetaData. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JDBCQlQueryMetaData(QueryMetaData queryMetaData, Method method, Class qlCompiler, boolean lazyResultSetLoading)
queryMetaData
- the metadata about this query which was loaded
from the ejb-jar.xml filemethod
- the method which invokes this querypublic JDBCQlQueryMetaData(JDBCQlQueryMetaData defaults, JDBCReadAheadMetaData readAhead, Class compiler, boolean lazyResultSetLoading)
public JDBCQlQueryMetaData(JDBCQlQueryMetaData jdbcQueryMetaData, Method method, JDBCReadAheadMetaData readAhead)
Method Detail |
public Method getMethod()
JDBCQueryMetaData
getMethod
in interface JDBCQueryMetaData
public Class getQLCompilerClass()
getQLCompilerClass
in interface JDBCQueryMetaData
public String getEjbQl()
public boolean isResultTypeMappingLocal()
JDBCQueryMetaData
isResultTypeMappingLocal
in interface JDBCQueryMetaData
public JDBCReadAheadMetaData getReadAhead()
getReadAhead
in interface JDBCQueryMetaData
public boolean isLazyResultSetLoading()
isLazyResultSetLoading
in interface JDBCQueryMetaData
public boolean equals(Object o)
o
- the reference object with which to compare
public int hashCode()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |