org.apache.openejb.assembler.classic
Class EntityBeanInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.EnterpriseBeanInfo
          extended by org.apache.openejb.assembler.classic.EntityBeanInfo
All Implemented Interfaces:
Serializable

public class EntityBeanInfo
extends EnterpriseBeanInfo

See Also:
Serialized Form

Field Summary
 String abstractSchemaName
           
 List<String> cmpFieldNames
           
 int cmpVersion
           
 List<CmrFieldInfo> cmrFields
           
 String persistenceType
           
 String primKeyClass
           
 String primKeyField
           
 List<QueryInfo> queries
           
 String reentrant
           
 
Fields inherited from class org.apache.openejb.assembler.classic.EnterpriseBeanInfo
aroundInvoke, businessLocal, businessRemote, codebase, concurrencyType, containerId, dependsOn, description, displayName, ejbClass, ejbDeploymentId, ejbName, ENTITY, home, jndiEnc, jndiNames, jndiNamess, largeIcon, loadOnStartup, local, localHome, MANAGED, MESSAGE, postConstruct, preDestroy, properties, remote, runAs, securityRoleReferences, serviceEndpoint, SINGLETON, smallIcon, STATEFUL, STATELESS, timeoutMethod, transactionType, type
 
Constructor Summary
EntityBeanInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abstractSchemaName

public String abstractSchemaName

primKeyClass

public String primKeyClass

primKeyField

public String primKeyField

persistenceType

public String persistenceType

reentrant

public String reentrant

cmpFieldNames

public final List<String> cmpFieldNames

cmrFields

public final List<CmrFieldInfo> cmrFields

cmpVersion

public int cmpVersion

queries

public final List<QueryInfo> queries
Constructor Detail

EntityBeanInfo

public EntityBeanInfo()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.