Package | Description |
---|---|
org.jboss.as.cmp.jdbc | |
org.jboss.as.cmp.jdbc.bridge | |
org.jboss.as.cmp.jdbc.keygen |
Modifier and Type | Field and Description |
---|---|
protected JDBCCMPFieldBridge |
JDBCIdentityColumnCreateCommand.pkField |
Modifier and Type | Method and Description |
---|---|
protected JDBCCMPFieldBridge |
JDBCAbstractCreateCommand.getGeneratedPKField() |
protected JDBCCMPFieldBridge |
JDBCAbstractQueryCommand.getSelectField() |
Modifier and Type | Method and Description |
---|---|
void |
LockingStrategy.accessed(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
LockingStrategy.AbstractStrategy.accessed(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
LockingStrategy.changed(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
LockingStrategy.AbstractStrategy.changed(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
JDBCLoadEntityCommand.execute(JDBCCMPFieldBridge requiredField,
CmpEntityBeanContext ctx)
Loads entity or required field.
|
protected Collection |
JDBCAbstractQueryCommand.execute(String sql,
Object[] args,
int offset,
int limit,
JDBCEntityBridge selectEntity,
JDBCCMPFieldBridge selectField,
SelectFunction selectFunction,
JDBCStoreManager selectManager,
boolean[] eagerLoadMask,
List parameters,
List onFindCMRList,
JDBCQueryMetaData queryMetaData,
JDBCQueryCommand.EntityProxyFactory factory,
org.jboss.logging.Logger log) |
void |
LockingStrategy.loaded(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
LockingStrategy.AbstractStrategy.loaded(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
void |
JDBCStoreManager.loadField(JDBCCMPFieldBridge field,
CmpEntityBeanContext ctx) |
protected void |
JDBCAbstractQueryCommand.setSelectField(JDBCCMPFieldBridge selectField) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCAbstractCMPFieldBridge
JDBCAbstractCMPFieldBridge is the default implementation of
JDBCCMPFieldBridge.
|
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 |
JDBCKeyGenVersionFieldBridge |
class |
JDBCLongVersionFieldBridge |
class |
JDBCTimestampVersionFieldBridge |
Modifier and Type | Method and Description |
---|---|
JDBCCMPFieldBridge |
JDBCEntityBridge.getCMPFieldByName(String name) |
JDBCCMPFieldBridge |
JDBCEntityBridge.getCreatedPrincipalField() |
JDBCCMPFieldBridge |
JDBCEntityBridge.getCreatedTimeField() |
JDBCCMPFieldBridge |
JDBCEntityBridge.getUpdatedPrincipalField() |
JDBCCMPFieldBridge |
JDBCEntityBridge.getUpdatedTimeField() |
JDBCCMPFieldBridge |
JDBCEntityBridge.getVersionField() |
JDBCCMPFieldBridge |
JDBCEntityBridge.FieldIterator.next() |
Modifier and Type | Method and Description |
---|---|
JDBCEntityBridge.FieldIterator |
JDBCEntityBridge.getLoadIterator(JDBCCMPFieldBridge requiredField,
JDBCReadAheadMetaData readahead,
CmpEntityBeanContext ctx) |
Modifier and Type | Field and Description |
---|---|
protected JDBCCMPFieldBridge |
JDBCKeyGeneratorCreateCommand.pkField |
protected JDBCCMPFieldBridge |
JDBCPkSqlCreateCommand.pkField |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.