public class EntityBeanMetaData extends AbstractEnterpriseBeanMetaData
Constructor and Description |
---|
EntityBeanMetaData()
Create a new EntityBeanMetaData.
|
Modifier and Type | Method and Description |
---|---|
protected EntityBeanMetaData |
createMerged(AbstractEnterpriseBeanMetaData original) |
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.
|
void |
merge(AbstractEnterpriseBeanMetaData or,
AbstractEnterpriseBeanMetaData o)
Merge two EnterpriseBeanMetaDatas
|
void |
setAbstractSchemaName(String abstractSchemaName)
Set the abstractSchemaName.
|
void |
setCmpFields(CMPFieldsMetaData cmpFields)
Set the cmpFields.
|
void |
setCmpVersion(String cmpVersion)
Set the cmpVersion.
|
void |
setHome(String home)
Set the home.
|
void |
setLocal(String local)
Set the local.
|
void |
setLocalHome(String localHome)
Set the localHome.
|
void |
setPersistenceType(PersistenceType persistenceType)
Set the persistenceType.
|
void |
setPrimKeyClass(String primKeyClass)
Set the primKeyClass.
|
void |
setPrimKeyField(String primKeyField)
Set the primKeyField.
|
void |
setQueries(QueriesMetaData queries)
Set the queries.
|
void |
setReentrant(boolean reentrant)
Set the reentrant.
|
void |
setRemote(String remote)
Set the remote.
|
augment, getAnnotatedEjbReferences, getAssemblyDescriptor, getContainerTransactions, getDataSourceByName, getDataSources, getEjbClass, getEjbJarMetaData, getEjbJarVersion, getEjbLocalReferenceByName, getEjbLocalReferences, getEjbName, getEjbReferenceByName, getEjbReferences, getEjbType, getEnterpriseBeansMetaData, getEnvironmentEntries, getEnvironmentEntryByName, getExcludeList, getJndiEnvironmentRefsGroup, getMappedName, getMessageDestinationReferenceByName, getMessageDestinationReferences, getMethodPermissions, getMethodTransactionType, getMethodTransactionType, getPersistenceContextReferenceByName, getPersistenceContextRefs, getPersistenceUnitReferenceByName, getPersistenceUnitRefs, getPostConstructs, getPreDestroys, getResourceEnvironmentReferenceByName, getResourceEnvironmentReferences, getResourceReferenceByName, getResourceReferences, getSecurityIdentity, getSecurityRoleRefs, getServiceReferenceByName, getServiceReferences, getTransactionType, isBMT, isCMT, isEntity, isMessageDriven, isSession, newBean, setEjbClass, setEjbName, setEjbType, setEnterpriseBeansMetaData, setEnvironmentRefsGroup, setJndiEnvironmentRefsGroup, setMappedName, setSecurityIdentity, setSecurityRoleRefs
getDescriptionGroup, setDescriptionGroup
equals, getKey, getName, hashCode, setName, toString
clone, getId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
getDescriptionGroup, getName
getId, setId
getDescriptionGroup, getId, setDescriptionGroup
getKey
protected EntityBeanMetaData createMerged(AbstractEnterpriseBeanMetaData original)
createMerged
in class AbstractEnterpriseBeanMetaData
public void merge(AbstractEnterpriseBeanMetaData or, AbstractEnterpriseBeanMetaData o)
AbstractEnterpriseBeanMetaData
merge
in class AbstractEnterpriseBeanMetaData
public String getHome()
public void setHome(String home)
home
- the home.IllegalArgumentException
- for a null homepublic String getRemote()
public void setRemote(String remote)
remote
- the remote.IllegalArgumentException
- for a null remotepublic String getLocalHome()
public void setLocalHome(String localHome)
localHome
- the localHome.IllegalArgumentException
- for a null localHomepublic String getLocal()
public void setLocal(String local)
local
- the local.IllegalArgumentException
- for a null localpublic boolean isCMP()
public boolean isBMP()
public PersistenceType getPersistenceType()
public void setPersistenceType(PersistenceType persistenceType)
persistenceType
- the persistenceType.IllegalArgumentException
- for a null persistenceTypepublic String getPrimKeyClass()
public void setPrimKeyClass(String primKeyClass)
primKeyClass
- the primKeyClass.IllegalArgumentException
- for a null primKeyClasspublic boolean isReentrant()
public void setReentrant(boolean reentrant)
reentrant
- the reentrant.public boolean isCMP1x()
public String getCmpVersion()
public void setCmpVersion(String cmpVersion)
cmpVersion
- the cmpVersion.IllegalArgumentException
- for a null cmpVersionpublic String getAbstractSchemaName()
public void setAbstractSchemaName(String abstractSchemaName)
abstractSchemaName
- the abstractSchemaName.IllegalArgumentException
- for a null abstractSchemaNamepublic String getPrimKeyField()
public void setPrimKeyField(String primKeyField)
primKeyField
- the primKeyField.IllegalArgumentException
- for a null primKeyFieldpublic CMPFieldsMetaData getCmpFields()
public void setCmpFields(CMPFieldsMetaData cmpFields)
cmpFields
- the cmpFields.IllegalArgumentException
- for a null cmpFieldspublic QueriesMetaData getQueries()
public void setQueries(QueriesMetaData queries)
queries
- the queries.IllegalArgumentException
- for a null queriesCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.