Package | Description |
---|---|
org.jboss.as.cmp.jdbc.bridge | |
org.jboss.as.cmp.jdbc.metadata |
Package description goes here.
|
org.jboss.as.cmp.jdbc2.bridge |
Modifier and Type | Method and Description |
---|---|
JDBCRelationshipRoleMetaData |
JDBCCMRFieldBridge.getMetaData()
Gets the metadata of the relationship role that this field represents.
|
abstract JDBCRelationshipRoleMetaData |
JDBCAbstractCMRFieldBridge.getMetaData() |
Constructor and Description |
---|
JDBCCMRFieldBridge(JDBCEntityBridge entity,
JDBCStoreManager manager,
JDBCRelationshipRoleMetaData metadata)
Creates a cmr field for the entity based on the metadata.
|
Modifier and Type | Method and Description |
---|---|
JDBCRelationshipRoleMetaData |
JDBCRelationMetaData.getLeftRelationshipRole()
Gets the left jdbc relationship role.
|
JDBCRelationshipRoleMetaData |
JDBCRelationMetaData.getOtherRelationshipRole(JDBCRelationshipRoleMetaData role)
Gets the relationship role related to the specified role.
|
JDBCRelationshipRoleMetaData |
JDBCRelationshipRoleMetaData.getRelatedRole()
Gets the related role's jdbc meta data.
|
JDBCRelationshipRoleMetaData |
JDBCRelationMetaData.getRightRelationshipRole()
Gets the right jdbc relationship role.
|
Modifier and Type | Method and Description |
---|---|
Collection<JDBCRelationshipRoleMetaData> |
JDBCEntityMetaData.getRelationshipRoles()
Get the relationship roles of this entity.
|
Collection<JDBCRelationshipRoleMetaData> |
JDBCApplicationMetaData.getRolesForEntity(String entityName)
Gets the relationship roles for the entity with the specified name.
|
Modifier and Type | Method and Description |
---|---|
JDBCRelationshipRoleMetaData |
JDBCRelationMetaData.getOtherRelationshipRole(JDBCRelationshipRoleMetaData role)
Gets the relationship role related to the specified role.
|
void |
JDBCRelationshipRoleMetaData.init(JDBCRelationshipRoleMetaData relatedRole) |
void |
JDBCRelationshipRoleMetaData.init(JDBCRelationshipRoleMetaData relatedRole,
ParsedRelationshipRole parsedRole) |
void |
JDBCRelationMetaData.setLeft(JDBCRelationshipRoleMetaData jdbcRelationshipRoleMetaData) |
void |
JDBCRelationMetaData.setRight(JDBCRelationshipRoleMetaData jdbcRelationshipRoleMetaData) |
Constructor and Description |
---|
JDBCRelationshipRoleMetaData(JDBCRelationMetaData relationMetaData,
JDBCApplicationMetaData application,
JDBCRelationshipRoleMetaData defaultValues) |
JDBCRelationshipRoleMetaData(JDBCRelationMetaData relationMetaData,
JDBCApplicationMetaData application,
ParsedRelationshipRole parsedRelationshipRole,
JDBCRelationshipRoleMetaData defaultValues) |
Modifier and Type | Method and Description |
---|---|
JDBCRelationshipRoleMetaData |
JDBCCMRFieldBridge2.getMetaData() |
Constructor and Description |
---|
JDBCCMRFieldBridge2(JDBCEntityBridge2 entityBridge,
JDBCStoreManager2 manager,
JDBCRelationshipRoleMetaData metadata) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.