ContainerManagedEntity


This type is a class for model objects.

* No description is available *

Package: ejb
Supertype: Entity

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  Query.entity
  RoleSource.entityBean

Collection attributes having this type:
  EJBCMPSequenceGroup.containerManagedEntities



Attributes Summary
version : EString Specifies the version of an entity bean with container-managed persistence. @invariant The cmp-version element must be one of the two following: 1.x , 2.x @default 2.x
abstractSchemaName : EString The abstract-schema-name element specifies the name of the abstract schema type of an entity bean with cmp-version 2.x. It is used in EJB QL queries. For example, the abstract-schema-name for an entity bean whose local interface is com.acme.commerce.Order might be Order.
persistentAttributes : CMPAttribute * * No description is available *
keyAttributes : CMPAttribute * * No description is available *
queries : Query * @version J2EE1.4 moved from CME The optional query elements must be present if the persistence-type is Container and the cmp-version is 2.x and query methods other than findByPrimaryKey have been defined for the entity bean. @invariant see description
CMPAttribute : CMPAttribute * * No description is available *
primKeyField : CMPAttribute @ * No description is available *



Attribute Details

version  -  Specifies the version of an entity bean with container-managed persistence. @invariant The cmp-version element must be one of the two following: 1.x , 2.x @default 2.x
    Data Type: EString
    Default value:  2.x
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

abstractSchemaName  -  The abstract-schema-name element specifies the name of the abstract schema type of an entity bean with cmp-version 2.x. It is used in EJB QL queries. For example, the abstract-schema-name for an entity bean whose local interface is com.acme.commerce.Order might be Order.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

persistentAttributes  -  * No description is available *
    Reference Type: CMPAttribute *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

keyAttributes  -  * No description is available *
    Reference Type: CMPAttribute *
    Containment:  false
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

queries  -  @version J2EE1.4 moved from CME The optional query elements must be present if the persistence-type is Container and the cmp-version is 2.x and query methods other than findByPrimaryKey have been defined for the entity bean. @invariant see description
    Reference Type: Query *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false
    Opposite: Query.entity

CMPAttribute  -  * No description is available *
    Reference Type: CMPAttribute *
    Containment:  false
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

primKeyField  -  * No description is available *
    Reference Type: CMPAttribute @
    Containment:  false
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006