public final class JDBCAutomaticQueryMetaData extends Object implements JDBCQueryMetaData
Constructor and Description |
---|
JDBCAutomaticQueryMetaData(Method method,
JDBCReadAheadMetaData readAhead,
Class qlCompiler,
boolean lazyResultSetLoading)
Constructs a JDBCAutomaticQueryMetaData which is invoked by the specified
method.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares this JDBCAutomaticQueryMetaData against the specified object.
|
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 JDBCAutomaticQueryMetaData.
|
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 JDBCAutomaticQueryMetaData.
|
public JDBCAutomaticQueryMetaData(Method method, JDBCReadAheadMetaData readAhead, Class qlCompiler, boolean lazyResultSetLoading)
method
- the method which invokes this querypublic Method getMethod()
JDBCQueryMetaData
getMethod
in interface JDBCQueryMetaData
public boolean isResultTypeMappingLocal()
JDBCQueryMetaData
isResultTypeMappingLocal
in interface JDBCQueryMetaData
public JDBCReadAheadMetaData getReadAhead()
getReadAhead
in interface JDBCQueryMetaData
public Class getQLCompilerClass()
getQLCompilerClass
in interface JDBCQueryMetaData
public boolean isLazyResultSetLoading()
isLazyResultSetLoading
in interface JDBCQueryMetaData
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.