Package | Description |
---|---|
org.jboss.as.cmp.bridge | |
org.jboss.as.cmp.ejbql | |
org.jboss.as.cmp.jdbc.bridge | |
org.jboss.as.cmp.jdbc2.bridge |
Modifier and Type | Interface and Description |
---|---|
interface |
CMPFieldBridge |
interface |
CMRFieldBridge |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
EntityBridge.getFieldByName(String fieldName) |
Modifier and Type | Method and Description |
---|---|
List<FieldBridge> |
EntityBridge.getFields() |
Constructor and Description |
---|
EntityBridgeInvocationHandler.FieldGetInvoker(FieldBridge field) |
EntityBridgeInvocationHandler.FieldSetInvoker(FieldBridge field) |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
ASTPath.getField() |
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCCMPFieldBridge
JDBCCMPFieldBridge represents one CMP field.
|
interface |
JDBCFieldBridge |
Modifier and Type | Class and Description |
---|---|
class |
JDBCAbstractCMPFieldBridge
JDBCAbstractCMPFieldBridge is the default implementation of
JDBCCMPFieldBridge.
|
class |
JDBCAbstractCMRFieldBridge |
class |
JDBCCMP1xFieldBridge
JDBCCMP1xFieldBridge is a concrete implementation of JDBCCMPFieldBridge for
CMP version 1.x.
|
class |
JDBCCMP2xAutoUpdatedFieldBridge
The base class for all automatically updated fields such as audit and version.
|
class |
JDBCCMP2xFieldBridge
JDBCCMP2xFieldBridge is a concrete implementation of JDBCCMPFieldBridge for
CMP version 2.x.
|
class |
JDBCCMP2xUpdatedPrincipalFieldBridge
Audit updated principal field.
|
class |
JDBCCMP2xUpdatedTimeFieldBridge
Audit updated time field.
|
class |
JDBCCMP2xVersionFieldBridge
The base class for optimistic locking version fields (sequence and timestamp).
|
class |
JDBCCMRFieldBridge
JDBCCMRFieldBridge a bean relationship.
|
class |
JDBCKeyGenVersionFieldBridge |
class |
JDBCLongVersionFieldBridge |
class |
JDBCTimestampVersionFieldBridge |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
JDBCEntityBridge.getFieldByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<FieldBridge> |
JDBCEntityBridge.getFields()
This method is called only at deployment time, not called at runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCCMPFieldBridge2 |
class |
JDBCCMRFieldBridge2 |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
JDBCEntityBridge2.getFieldByName(String fieldName) |
Modifier and Type | Method and Description |
---|---|
List<FieldBridge> |
JDBCEntityBridge2.getFields()
hacky method needed at deployment time
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.