public final class JDBCJBossQLQueryMetaData extends Object implements JDBCQueryMetaData
| Constructor and Description |
|---|
JDBCJBossQLQueryMetaData(boolean resultTypeMappingLocal,
String query,
Method method,
JDBCReadAheadMetaData readAhead,
Class<?> qlCompiler,
boolean lazyResultSetLoading) |
JDBCJBossQLQueryMetaData(JDBCJBossQLQueryMetaData defaults,
JDBCReadAheadMetaData readAhead,
String query,
Class<?> qlCompiler,
boolean lazyResultSetLoading)
Constructs a JDBCJBossQLQueryMetaData with JBossQL declared in the
jboss-ql element and is invoked by the specified method.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compares this JDBCJBossQLQueryMetaData against the specified object.
|
String |
getJBossQL()
Gets the JBossQL 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 JDBCJBossQLQueryMetaData.
|
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 JDBCJBossQLQueryMetaData.
|
public JDBCJBossQLQueryMetaData(JDBCJBossQLQueryMetaData defaults, JDBCReadAheadMetaData readAhead, String query, Class<?> qlCompiler, boolean lazyResultSetLoading)
public JDBCJBossQLQueryMetaData(boolean resultTypeMappingLocal,
String query,
Method method,
JDBCReadAheadMetaData readAhead,
Class<?> qlCompiler,
boolean lazyResultSetLoading)
public Method getMethod()
JDBCQueryMetaDatagetMethod in interface JDBCQueryMetaDatapublic Class getQLCompilerClass()
getQLCompilerClass in interface JDBCQueryMetaDatapublic String getJBossQL()
public boolean isResultTypeMappingLocal()
JDBCQueryMetaDataisResultTypeMappingLocal in interface JDBCQueryMetaDatapublic JDBCReadAheadMetaData getReadAhead()
getReadAhead in interface JDBCQueryMetaDatapublic boolean isLazyResultSetLoading()
isLazyResultSetLoading in interface JDBCQueryMetaDatapublic boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.