JBoss Metadata EJB 7.2.2.Final

org.jboss.metadata.ejb.spec
Interface EntityBeanMetaData

All Superinterfaces:
EnterpriseBeanMetaData, Environment, IdMetaData, RemoteEnvironment, Serializable
All Known Implementing Classes:
GenericBeanMetaData, JBossGenericBeanMetaData

public interface EntityBeanMetaData
extends EnterpriseBeanMetaData

EntityBeanMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 String getAbstractSchemaName()
          Get the abstractSchemaName.
 CMPFieldsMetaData getCmpFields()
          Get the cmpFields.
 String getCmpVersion()
          Get the cmpVersion.
 String getHome()
          Get the home.
 String getLocal()
          Get the local.
 String getLocalHome()
          Get the localHome.
 PersistenceType getPersistenceType()
          Get the persistenceType.
 String getPrimKeyClass()
          Get the primKeyClass.
 String getPrimKeyField()
          Get the primKeyField.
 QueriesMetaData getQueries()
          Get the queries.
 String getRemote()
          Get the remote.
 boolean isBMP()
          Is this bean managed persistence
 boolean isCMP()
          Is this container managed persistence
 boolean isCMP1x()
          Whether it is CMP1x
 boolean isReentrant()
          Get the reentrant.
 
Methods inherited from interface org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData
getAnnotatedEjbReferences, getAssemblyDescriptor, getContainerTransactions, getDataSourceByName, getDataSources, getDescriptionGroup, getEjbClass, getEjbJarMetaData, getEjbJarVersion, getEjbLocalReferenceByName, getEjbLocalReferences, getEjbName, getEjbReferenceByName, getEjbReferences, getEnterpriseBeansMetaData, getEnvironmentEntries, getEnvironmentEntryByName, getExcludeList, getJndiEnvironmentRefsGroup, getMappedName, getMessageDestinationReferenceByName, getMessageDestinationReferences, getMethodPermissions, getMethodTransactionType, getMethodTransactionType, getName, getPersistenceContextReferenceByName, getPersistenceContextRefs, getPersistenceUnitReferenceByName, getPersistenceUnitRefs, getPostConstructs, getPreDestroys, getResourceEnvironmentReferenceByName, getResourceEnvironmentReferences, getResourceReferenceByName, getResourceReferences, getSecurityIdentity, getSecurityRoleRefs, getServiceReferenceByName, getServiceReferences, getTransactionType, isBMT, isCMT, isEntity, isMessageDriven, isSession
 
Methods inherited from interface org.jboss.metadata.javaee.support.IdMetaData
getId, setId
 

Method Detail

getHome

String getHome()
Get the home.

Returns:
the home.

getRemote

String getRemote()
Get the remote.

Returns:
the remote.

getLocalHome

String getLocalHome()
Get the localHome.

Returns:
the localHome.

getLocal

String getLocal()
Get the local.

Returns:
the local.

isCMP

boolean isCMP()
Is this container managed persistence

Returns:
true for cmp

isBMP

boolean isBMP()
Is this bean managed persistence

Returns:
true for bmp

getPersistenceType

PersistenceType getPersistenceType()
Get the persistenceType.

Returns:
the persistenceType.

getPrimKeyClass

String getPrimKeyClass()
Get the primKeyClass.

Returns:
the primKeyClass.

isReentrant

boolean isReentrant()
Get the reentrant.

Returns:
the reentrant.

isCMP1x

boolean isCMP1x()
Whether it is CMP1x

Returns:
true for cmp1x

getCmpVersion

String getCmpVersion()
Get the cmpVersion.

Returns:
the cmpVersion.

getAbstractSchemaName

String getAbstractSchemaName()
Get the abstractSchemaName.

Returns:
the abstractSchemaName.

getPrimKeyField

String getPrimKeyField()
Get the primKeyField.

Returns:
the primKeyField.

getCmpFields

CMPFieldsMetaData getCmpFields()
Get the cmpFields.

Returns:
the cmpFields.

getQueries

QueriesMetaData getQueries()
Get the queries.

Returns:
the queries.

JBoss Metadata EJB 7.2.2.Final

Copyright © 2015 JBoss by Red Hat. All Rights Reserved.