Package | Description |
---|---|
org.jboss.as.cmp.jdbc | |
org.jboss.as.cmp.jdbc.bridge | |
org.jboss.as.cmp.jdbc2 | |
org.jboss.as.cmp.jdbc2.bridge |
Modifier and Type | Method and Description |
---|---|
JDBCAbstractEntityBridge |
JDBCEntityPersistenceStore.getEntityBridge() |
JDBCAbstractEntityBridge |
JDBCStoreManager.getEntityBridge() |
JDBCAbstractEntityBridge |
QLCompiler.getSelectEntity() |
JDBCAbstractEntityBridge |
JDBCEJBQLCompiler.getSelectEntity() |
JDBCAbstractEntityBridge |
EJBQLToSQL92Compiler.getSelectEntity() |
Modifier and Type | Method and Description |
---|---|
static StringBuffer |
SQLUtil.appendColumnNamesClause(JDBCAbstractEntityBridge entity,
String eagerLoadGroup,
StringBuffer sb)
Returns ', columnName0 [, columnName1 [AND columnName2 [...]]]'
|
static StringBuffer |
SQLUtil.appendColumnNamesClause(JDBCAbstractEntityBridge entity,
String eagerLoadGroup,
String alias,
StringBuffer sb)
Returns ', columnName0 [, columnName1 [AND columnName2 [...]]]'
|
static List |
QueryParameter.createParameters(int argNum,
JDBCAbstractEntityBridge entity) |
static List |
QueryParameter.createPrimaryKeyParameters(int argNum,
JDBCAbstractEntityBridge entity) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCEntityBridge
JDBCEntityBridge follows the Bridge pattern [Gamma et.
|
Modifier and Type | Method and Description |
---|---|
abstract JDBCAbstractEntityBridge |
JDBCAbstractCMRFieldBridge.getEntity() |
JDBCAbstractEntityBridge |
JDBCCMRFieldBridge.getEntity()
Gets bridge for this entity.
|
Modifier and Type | Method and Description |
---|---|
JDBCAbstractEntityBridge |
JDBCStoreManager2.getEntityBridge() |
Modifier and Type | Class and Description |
---|---|
class |
JDBCEntityBridge2 |
Modifier and Type | Method and Description |
---|---|
JDBCAbstractEntityBridge |
JDBCCMRFieldBridge2.getEntity() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.