Class EntityBean

  • All Implemented Interfaces:
    EnterpriseBean, JndiConsumer, Lifecycle, RemoteBean

    public class EntityBean
    extends Object
    implements RemoteBean
    ejb-jar_3_1.xsd

    Java class for entity-beanType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="entity-beanType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
             <element name="ejb-name" type="{http://java.sun.com/xml/ns/javaee}ejb-nameType"/>
             <element name="mapped-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
             <element name="home" type="{http://java.sun.com/xml/ns/javaee}homeType" minOccurs="0"/>
             <element name="remote" type="{http://java.sun.com/xml/ns/javaee}remoteType" minOccurs="0"/>
             <element name="local-home" type="{http://java.sun.com/xml/ns/javaee}local-homeType" minOccurs="0"/>
             <element name="local" type="{http://java.sun.com/xml/ns/javaee}localType" minOccurs="0"/>
             <element name="ejb-class" type="{http://java.sun.com/xml/ns/javaee}ejb-classType"/>
             <element name="persistence-type" type="{http://java.sun.com/xml/ns/javaee}persistence-typeType"/>
             <element name="prim-key-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
             <element name="reentrant" type="{http://java.sun.com/xml/ns/javaee}true-falseType"/>
             <element name="cmp-version" type="{http://java.sun.com/xml/ns/javaee}cmp-versionType" minOccurs="0"/>
             <element name="abstract-schema-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType" minOccurs="0"/>
             <element name="cmp-field" type="{http://java.sun.com/xml/ns/javaee}cmp-fieldType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="primkey-field" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
             <group ref="{http://java.sun.com/xml/ns/javaee}jndiEnvironmentRefsGroup"/>
             <element name="security-role-ref" type="{http://java.sun.com/xml/ns/javaee}security-role-refType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="security-identity" type="{http://java.sun.com/xml/ns/javaee}security-identityType" minOccurs="0"/>
             <element name="query" type="{http://java.sun.com/xml/ns/javaee}queryType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>