Package | Description |
---|---|
org.jboss.as.cmp.ejbql | |
org.jboss.as.cmp.jdbc | |
org.jboss.as.cmp.jdbc.bridge | |
org.jboss.as.cmp.jdbc2.bridge |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMappedTypeFunction.setJDBCType(JDBCType jdbcType) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCTypeComplex
JDBCTypeComplex provides the mapping between a Java Bean (not an EJB)
and a set of columns.
|
class |
JDBCTypeSimple
This class provides a simple mapping of a Java type type to a single column.
|
Modifier and Type | Method and Description |
---|---|
JDBCType |
JDBCTypeFactory.getJDBCType(Class javaType) |
JDBCType |
JDBCTypeFactory.getJDBCType(JDBCCMPFieldMetaData cmpField) |
Modifier and Type | Method and Description |
---|---|
static String |
SQLUtil.getCreateTableColumnsClause(JDBCType type)
Returns columnName0 sqlType0
[, columnName1 sqlType0
[, columnName2 sqlType0 [...]]]
|
static StringBuffer |
SQLUtil.getWhereClause(JDBCType type,
String identifier,
StringBuffer buf)
Returns identifier.columnName0=?
[AND identifier.columnName1=?
[AND identifier.columnName2=? [...]]]
|
static StringBuffer |
SQLUtil.getWhereClause(JDBCType type,
String identifier,
String comparison,
StringBuffer buf)
Returns identifier.columnName0{comparison}?
[AND identifier.columnName1{comparison}?
[AND identifier.columnName2{comparison}? [...]]]
|
Constructor and Description |
---|
QueryParameter(int argNum,
JDBCType type) |
Modifier and Type | Method and Description |
---|---|
JDBCType |
JDBCAbstractCMPFieldBridge.getJDBCType() |
JDBCType |
JDBCCMRFieldBridge.getJDBCType() |
JDBCType |
JDBCFieldBridge.getJDBCType()
Gets the JDBC type of this field.
|
Constructor and Description |
---|
JDBCAbstractCMPFieldBridge(JDBCStoreManager manager,
JDBCCMPFieldMetaData metadata,
JDBCType jdbcType) |
JDBCAbstractCMPFieldBridge(JDBCStoreManager manager,
String fieldName,
Class fieldType,
JDBCType jdbcType,
boolean readOnly,
long readTimeOut,
Class primaryKeyClass,
Field primaryKeyField,
int jdbcContextIndex,
int tableIndex,
boolean checkDirtyAfterGet,
CMPFieldStateFactory stateFactory) |
JDBCCMP2xFieldBridge(JDBCStoreManager manager,
JDBCCMPFieldMetaData metadata,
JDBCType jdbcType)
This constructor creates a foreign key field.
|
JDBCCMP2xFieldBridge(JDBCStoreManager manager,
String fieldName,
Class fieldType,
JDBCType jdbcType,
boolean readOnly,
long readTimeOut,
Class primaryKeyClass,
Field primaryKeyField,
JDBCCMP2xFieldBridge cmpFieldIAmMappedTo,
JDBCCMRFieldBridge myCMRField,
String columnName)
This constructor is used to create a foreign key field instance that is
a part of primary key field.
|
Modifier and Type | Method and Description |
---|---|
JDBCType |
JDBCCMRFieldBridge2.getJDBCType() |
JDBCType |
JDBCCMPFieldBridge2.getJDBCType() |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.