This type is a class for model objects.
* No description is available *
Package: ejbAttributes 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 |