Package | Description |
---|---|
org.jboss.as.cmp.jdbc | |
org.jboss.as.cmp.jdbc.bridge | |
org.jboss.as.cmp.jdbc.metadata |
Package description goes here.
|
Modifier and Type | Method and Description |
---|---|
JDBCReadAheadMetaData |
ReadAheadCache.EntityReadAheadInfo.getReadAhead() |
Modifier and Type | Method and Description |
---|---|
void |
ReadAheadCache.addFinderResults(List results,
JDBCReadAheadMetaData readahead) |
Modifier and Type | Method and Description |
---|---|
JDBCReadAheadMetaData |
JDBCCMRFieldBridge.getReadAhead()
Gets the read ahead meta data.
|
Modifier and Type | Method and Description |
---|---|
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.getLoadIterator(JDBCCMPFieldBridge requiredField,
JDBCReadAheadMetaData readahead,
CmpEntityBeanContext ctx) |
Modifier and Type | Field and Description |
---|---|
static JDBCReadAheadMetaData |
JDBCReadAheadMetaData.DEFAULT |
Modifier and Type | Method and Description |
---|---|
JDBCReadAheadMetaData |
JDBCJBossQLQueryMetaData.getReadAhead()
Gets the read ahead metadata for the query.
|
JDBCReadAheadMetaData |
JDBCDynamicQLQueryMetaData.getReadAhead()
Gets the read ahead metadata for the query.
|
JDBCReadAheadMetaData |
JDBCDeclaredQueryMetaData.getReadAhead()
Gets the read ahead metadata for the query.
|
JDBCReadAheadMetaData |
JDBCRawSqlQueryMetaData.getReadAhead()
Gets the read ahead metadata for the query.
|
JDBCReadAheadMetaData |
JDBCRelationshipRoleMetaData.getReadAhead()
Gets the read ahead meta data
|
JDBCReadAheadMetaData |
JDBCAutomaticQueryMetaData.getReadAhead()
Gets the read ahead metadata for the query.
|
JDBCReadAheadMetaData |
JDBCEntityMetaData.getReadAhead()
Gets the read ahead meta data for this entity.
|
JDBCReadAheadMetaData |
JDBCQlQueryMetaData.getReadAhead()
Gets the read ahead metadata for the query.
|
JDBCReadAheadMetaData |
JDBCQueryMetaData.getReadAhead()
Gets the read ahead metadata for the query.
|
Modifier and Type | Method and Description |
---|---|
JDBCQueryMetaData |
JDBCQueryMetaDataFactory.createJDBCQueryMetaData(JDBCQueryMetaData jdbcQueryMetaData,
JDBCReadAheadMetaData readAhead,
Class<?> qlCompiler) |
Constructor and Description |
---|
JDBCAutomaticQueryMetaData(Method method,
JDBCReadAheadMetaData readAhead,
Class qlCompiler,
boolean lazyResultSetLoading)
Constructs a JDBCAutomaticQueryMetaData which is invoked by the specified
method.
|
JDBCDeclaredQueryMetaData(boolean isResultTypeMappingLocal,
Method method,
JDBCReadAheadMetaData readAhead,
Class compiler,
boolean lazyResultSetLoading,
Map<String,String> props) |
JDBCDeclaredQueryMetaData(JDBCDeclaredQueryMetaData defaults,
JDBCReadAheadMetaData readAhead,
Class compiler,
boolean lazyResultSetLoading)
Constructs a JDBCDeclaredQueryMetaData which is defined by the
declared-sql xml element and is invoked by the specified method.
|
JDBCDynamicQLQueryMetaData(boolean resultTypeMappingLocal,
Method method,
JDBCReadAheadMetaData readAhead,
Class<?> compiler,
boolean lazyResultSetLoading)
Constructs a JDBCDynamicQLQueryMetaData with DynamicQL declared in the
jboss-ql element and is invoked by the specified method.
|
JDBCDynamicQLQueryMetaData(JDBCDynamicQLQueryMetaData defaults,
JDBCReadAheadMetaData readAhead,
Class<?> qlCompiler,
boolean lazyResultSetLoading)
Constructs a JDBCDynamicQLQueryMetaData with DynamicQL declared in the
jboss-ql element and is invoked by the specified method.
|
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.
|
JDBCQlQueryMetaData(JDBCQlQueryMetaData defaults,
JDBCReadAheadMetaData readAhead,
Class<?> compilerClass,
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
|
JDBCReadAheadMetaData(ParsedReadAhead parsed,
JDBCReadAheadMetaData defaultValue) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.