public interface JDBCQueryMetaData
Modifier and Type | Method and Description |
---|---|
Method |
getMethod()
Gets the method which invokes this query.
|
Class<?> |
getQLCompilerClass() |
JDBCReadAheadMetaData |
getReadAhead()
Gets the read ahead metadata for the query.
|
boolean |
isLazyResultSetLoading() |
boolean |
isResultTypeMappingLocal()
Is the result set of ejbSelect is mapped to local ejb objects or
remote ejb objects.
|
Method getMethod()
boolean isResultTypeMappingLocal()
JDBCReadAheadMetaData getReadAhead()
Class<?> getQLCompilerClass()
boolean isLazyResultSetLoading()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.