Package | Description |
---|---|
oracle.jbo.server |
Contains the implementation of middle tier components.
|
oracle.jbo.server.ejb.facade |
Modifier and Type | Method and Description |
---|---|
protected static EntityAssociation |
ObjectBuilderFromTables.createAssociation(java.lang.String pkName,
oracle.jbo.server.ObjectBuilderFromTables.EntityHelper pkEOh,
oracle.jbo.server.ObjectBuilderFromTables.EntityHelper fkEOh,
oracle.jbo.server.ObjectBuilderFromTables.KeyHelper pkh,
oracle.jbo.server.ObjectBuilderFromTables.KeyHelper fkh,
java.util.List newAssocs) |
static EntityAssociation |
EntityAssociation.findDefObject(java.lang.String assocName) |
static EntityAssociation |
EntityAssociation.findDefObjectNoSub(java.lang.String assocName) |
static EntityAssociation |
EntityAssociation.findEntityAssociation(java.lang.String entityAssocName)
Finds the named entity association from the statically maintained list
of metaobjects.
|
EntityAssociation |
ViewLinkDefImpl.getEntityAssociation() |
EntityAssociation |
AssociationDefImpl.getEntityAssociation() |
Modifier and Type | Method and Description |
---|---|
protected ViewObjectImpl |
AssociationDefImpl.createAssociationAccessorVO(ApplicationModuleImpl am,
java.lang.String voName,
EntityAssociation eoAssoc) |
protected ViewObjectImpl |
ProgrammaticEntityImpl.createAssociationAccessorVO(AssociationDefImpl assocDef,
java.lang.String voName,
EntityAssociation eoAssoc) |
protected ViewObjectImpl |
EntityImpl.createAssociationAccessorVO(AssociationDefImpl assocDef,
java.lang.String voName,
EntityAssociation eoAssoc) |
protected static ViewLinkDefImpl |
ObjectBuilderFromTables.createViewLink(java.lang.String pkName,
EntityAssociation assoc,
java.util.List<MetaObject> newObjects,
java.lang.String linkName) |
protected ViewObjectImpl |
EntityImpl.findAssociationAccessorVO(AssociationDefImpl assocDef,
java.lang.String voName,
EntityAssociation eoAssoc) |
protected static java.lang.String |
ObjectBuilderFromTables.getViewLinkNameFromAssoc(EntityAssociation assoc) |
Modifier and Type | Method and Description |
---|---|
protected ViewObjectImpl |
CmrAccessorDefImpl.createAssociationAccessorVO(ApplicationModuleImpl am,
java.lang.String voName,
EntityAssociation eoAssoc) |