|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityBeanType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 | Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd |
Uses of EntityBeanType in org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return EntityBeanType | |
---|---|
EntityBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansType.entity()
Returns the entity element |
EntityBeanType<T> |
EntityBeanType.removeAbstractSchemaName()
Removes the abstract-schema-name element |
EntityBeanType<T> |
EntityBeanType.removeAllCmpField()
Removes all cmp-field elements |
EntityBeanType<T> |
EntityBeanType.removeAllDescription()
Removes the description element |
EntityBeanType<T> |
EntityBeanType.removeAllDisplayName()
Removes the display-name element |
EntityBeanType<T> |
EntityBeanType.removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
EntityBeanType<T> |
EntityBeanType.removeAllEjbRef()
Removes all ejb-ref elements |
EntityBeanType<T> |
EntityBeanType.removeAllEnvEntry()
Removes all env-entry elements |
EntityBeanType<T> |
EntityBeanType.removeAllIcon()
Removes all icon elements |
EntityBeanType<T> |
EntityBeanType.removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
EntityBeanType<T> |
EntityBeanType.removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
EntityBeanType<T> |
EntityBeanType.removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
EntityBeanType<T> |
EntityBeanType.removeAllPostConstruct()
Removes all post-construct elements |
EntityBeanType<T> |
EntityBeanType.removeAllPreDestroy()
Removes all pre-destroy elements |
EntityBeanType<T> |
EntityBeanType.removeAllQuery()
Removes all query elements |
EntityBeanType<T> |
EntityBeanType.removeAllResourceEnvRef()
Removes all resource-env-ref elements |
EntityBeanType<T> |
EntityBeanType.removeAllResourceRef()
Removes all resource-ref elements |
EntityBeanType<T> |
EntityBeanType.removeAllSecurityRoleRef()
Removes all security-role-ref elements |
EntityBeanType<T> |
EntityBeanType.removeAllServiceRef()
Removes all service-ref elements |
EntityBeanType<T> |
EntityBeanType.removeEjbClass()
Removes the ejb-class element |
EntityBeanType<T> |
EntityBeanType.removeEjbName()
Removes the ejb-name element |
EntityBeanType<T> |
EntityBeanType.removeHome()
Removes the home element |
EntityBeanType<T> |
EntityBeanType.removeLocal()
Removes the local element |
EntityBeanType<T> |
EntityBeanType.removeLocalHome()
Removes the local-home element |
EntityBeanType<T> |
EntityBeanType.removeMappedName()
Removes the mapped-name element |
EntityBeanType<T> |
EntityBeanType.removePrimKeyClass()
Removes the prim-key-class element |
EntityBeanType<T> |
EntityBeanType.removePrimkeyField()
Removes the primkey-field element |
EntityBeanType<T> |
EntityBeanType.removeReentrant()
Removes the reentrant element |
EntityBeanType<T> |
EntityBeanType.removeRemote()
Removes the remote element |
EntityBeanType<T> |
EntityBeanType.removeSecurityIdentity()
Removes the security-identity element |
EntityBeanType<T> |
EntityBeanType.setAbstractSchemaName(java.lang.String abstractSchemaName)
If not already created, a new abstract-schema-name element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setCmpVersion(CmpVersionType cmpVersion)
If not already created, a new cmp-version element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setCmpVersion(java.lang.String cmpVersion)
If not already created, a new cmp-version element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setDescription(java.lang.String description)
Creates a new description element |
EntityBeanType<T> |
EntityBeanType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EntityBeanType<T> |
EntityBeanType.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
EntityBeanType<T> |
EntityBeanType.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
EntityBeanType<T> |
EntityBeanType.setEjbClass(java.lang.String ejbClass)
If not already created, a new ejb-class element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setHome(java.lang.String home)
If not already created, a new home element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setLocal(java.lang.String local)
If not already created, a new local element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setLocalHome(java.lang.String localHome)
If not already created, a new local-home element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setPersistenceType(PersistenceTypeType persistenceType)
If not already created, a new persistence-type element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setPersistenceType(java.lang.String persistenceType)
If not already created, a new persistence-type element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setPrimKeyClass(java.lang.String primKeyClass)
If not already created, a new prim-key-class element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setPrimkeyField(java.lang.String primkeyField)
If not already created, a new primkey-field element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setReentrant(java.lang.Boolean reentrant)
If not already created, a new reentrant element with the given value will be created. |
EntityBeanType<T> |
EntityBeanType.setRemote(java.lang.String remote)
If not already created, a new remote element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type EntityBeanType | |
---|---|
CmpFieldType<EntityBeanType<T>> |
EntityBeanType.cmpField()
Returns the cmp-field element |
EjbLocalRefType<EntityBeanType<T>> |
EntityBeanType.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<EntityBeanType<T>> |
EntityBeanType.ejbRef()
Returns the ejb-ref element |
EnvEntryType<EntityBeanType<T>> |
EntityBeanType.envEntry()
Returns the env-entry element |
java.util.List<CmpFieldType<EntityBeanType<T>>> |
EntityBeanType.getCmpFieldList()
Returns all cmp-field elements |
java.util.List<EjbLocalRefType<EntityBeanType<T>>> |
EntityBeanType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<EntityBeanType<T>>> |
EntityBeanType.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EntityBeanType<EnterpriseBeansType<T>>> |
EnterpriseBeansType.getEntityList()
Returns all entity elements |
java.util.List<EnvEntryType<EntityBeanType<T>>> |
EntityBeanType.getEnvEntryList()
Returns all env-entry elements |
java.util.List<IconType<EntityBeanType<T>>> |
EntityBeanType.getIconList()
Returns all icon elements |
java.util.List<MessageDestinationRefType<EntityBeanType<T>>> |
EntityBeanType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<PersistenceContextRefType<EntityBeanType<T>>> |
EntityBeanType.getPersistenceContextRefList()
Returns all persistence-context-ref elements |
java.util.List<PersistenceUnitRefType<EntityBeanType<T>>> |
EntityBeanType.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<LifecycleCallbackType<EntityBeanType<T>>> |
EntityBeanType.getPostConstructList()
Returns all post-construct elements |
java.util.List<LifecycleCallbackType<EntityBeanType<T>>> |
EntityBeanType.getPreDestroyList()
Returns all pre-destroy elements |
java.util.List<QueryType<EntityBeanType<T>>> |
EntityBeanType.getQueryList()
Returns all query elements |
java.util.List<ResourceEnvRefType<EntityBeanType<T>>> |
EntityBeanType.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<EntityBeanType<T>>> |
EntityBeanType.getResourceRefList()
Returns all resource-ref elements |
java.util.List<SecurityRoleRefType<EntityBeanType<T>>> |
EntityBeanType.getSecurityRoleRefList()
Returns all security-role-ref elements |
java.util.List<ServiceRefType<EntityBeanType<T>>> |
EntityBeanType.getServiceRefList()
Returns all service-ref elements |
IconType<EntityBeanType<T>> |
EntityBeanType.icon()
Returns the icon element |
MessageDestinationRefType<EntityBeanType<T>> |
EntityBeanType.messageDestinationRef()
Returns the message-destination-ref element |
PersistenceContextRefType<EntityBeanType<T>> |
EntityBeanType.persistenceContextRef()
Returns the persistence-context-ref element |
PersistenceUnitRefType<EntityBeanType<T>> |
EntityBeanType.persistenceUnitRef()
Returns the persistence-unit-ref element |
LifecycleCallbackType<EntityBeanType<T>> |
EntityBeanType.postConstruct()
Returns the post-construct element |
LifecycleCallbackType<EntityBeanType<T>> |
EntityBeanType.preDestroy()
Returns the pre-destroy element |
QueryType<EntityBeanType<T>> |
EntityBeanType.query()
Returns the query element |
ResourceEnvRefType<EntityBeanType<T>> |
EntityBeanType.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<EntityBeanType<T>> |
EntityBeanType.resourceRef()
Returns the resource-ref element |
SecurityIdentityType<EntityBeanType<T>> |
EntityBeanType.securityIdentity()
If not already created, a new security-identity element will be created and returned. |
SecurityRoleRefType<EntityBeanType<T>> |
EntityBeanType.securityRoleRef()
Returns the security-role-ref element |
ServiceRefType<EntityBeanType<T>> |
EntityBeanType.serviceRef()
Returns the service-ref element |
Uses of EntityBeanType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return EntityBeanType | |
---|---|
EntityBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansTypeImpl.entity()
Returns the entity element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAbstractSchemaName()
Removes the abstract-schema-name element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllCmpField()
Removes all cmp-field elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllDescription()
Removes the description element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllDisplayName()
Removes the display-name element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllEjbRef()
Removes all ejb-ref elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllEnvEntry()
Removes all env-entry elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllIcon()
Removes all icon elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllPostConstruct()
Removes all post-construct elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllPreDestroy()
Removes all pre-destroy elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllQuery()
Removes all query elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllResourceEnvRef()
Removes all resource-env-ref elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllResourceRef()
Removes all resource-ref elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllSecurityRoleRef()
Removes all security-role-ref elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeAllServiceRef()
Removes all service-ref elements |
EntityBeanType<T> |
EntityBeanTypeImpl.removeEjbClass()
Removes the ejb-class element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeEjbName()
Removes the ejb-name element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeHome()
Removes the home element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeLocal()
Removes the local element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeLocalHome()
Removes the local-home element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeMappedName()
Removes the mapped-name element |
EntityBeanType<T> |
EntityBeanTypeImpl.removePrimKeyClass()
Removes the prim-key-class element |
EntityBeanType<T> |
EntityBeanTypeImpl.removePrimkeyField()
Removes the primkey-field element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeReentrant()
Removes the reentrant element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeRemote()
Removes the remote element |
EntityBeanType<T> |
EntityBeanTypeImpl.removeSecurityIdentity()
Removes the security-identity element |
EntityBeanType<T> |
EntityBeanTypeImpl.setAbstractSchemaName(java.lang.String abstractSchemaName)
If not already created, a new abstract-schema-name element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setCmpVersion(CmpVersionType cmpVersion)
If not already created, a new cmp-version element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setCmpVersion(java.lang.String cmpVersion)
If not already created, a new cmp-version element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
EntityBeanType<T> |
EntityBeanTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EntityBeanType<T> |
EntityBeanTypeImpl.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
EntityBeanType<T> |
EntityBeanTypeImpl.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
EntityBeanType<T> |
EntityBeanTypeImpl.setEjbClass(java.lang.String ejbClass)
If not already created, a new ejb-class element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setHome(java.lang.String home)
If not already created, a new home element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setLocal(java.lang.String local)
If not already created, a new local element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setLocalHome(java.lang.String localHome)
If not already created, a new local-home element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setPersistenceType(PersistenceTypeType persistenceType)
If not already created, a new persistence-type element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setPersistenceType(java.lang.String persistenceType)
If not already created, a new persistence-type element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setPrimKeyClass(java.lang.String primKeyClass)
If not already created, a new prim-key-class element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setPrimkeyField(java.lang.String primkeyField)
If not already created, a new primkey-field element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setReentrant(java.lang.Boolean reentrant)
If not already created, a new reentrant element with the given value will be created. |
EntityBeanType<T> |
EntityBeanTypeImpl.setRemote(java.lang.String remote)
If not already created, a new remote element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type EntityBeanType | |
---|---|
CmpFieldType<EntityBeanType<T>> |
EntityBeanTypeImpl.cmpField()
Returns the cmp-field element |
EjbLocalRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.ejbRef()
Returns the ejb-ref element |
EnvEntryType<EntityBeanType<T>> |
EntityBeanTypeImpl.envEntry()
Returns the env-entry element |
java.util.List<CmpFieldType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getCmpFieldList()
Returns all cmp-field elements |
java.util.List<EjbLocalRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EntityBeanType<EnterpriseBeansType<T>>> |
EnterpriseBeansTypeImpl.getEntityList()
Returns all entity elements |
java.util.List<EnvEntryType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getEnvEntryList()
Returns all env-entry elements |
java.util.List<IconType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getIconList()
Returns all icon elements |
java.util.List<MessageDestinationRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<PersistenceContextRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getPersistenceContextRefList()
Returns all persistence-context-ref elements |
java.util.List<PersistenceUnitRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<LifecycleCallbackType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getPostConstructList()
Returns all post-construct elements |
java.util.List<LifecycleCallbackType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getPreDestroyList()
Returns all pre-destroy elements |
java.util.List<QueryType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getQueryList()
Returns all query elements |
java.util.List<ResourceEnvRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getResourceRefList()
Returns all resource-ref elements |
java.util.List<SecurityRoleRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getSecurityRoleRefList()
Returns all security-role-ref elements |
java.util.List<ServiceRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getServiceRefList()
Returns all service-ref elements |
IconType<EntityBeanType<T>> |
EntityBeanTypeImpl.icon()
Returns the icon element |
MessageDestinationRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
PersistenceContextRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.persistenceContextRef()
Returns the persistence-context-ref element |
PersistenceUnitRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.persistenceUnitRef()
Returns the persistence-unit-ref element |
LifecycleCallbackType<EntityBeanType<T>> |
EntityBeanTypeImpl.postConstruct()
Returns the post-construct element |
LifecycleCallbackType<EntityBeanType<T>> |
EntityBeanTypeImpl.preDestroy()
Returns the pre-destroy element |
QueryType<EntityBeanType<T>> |
EntityBeanTypeImpl.query()
Returns the query element |
ResourceEnvRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.resourceRef()
Returns the resource-ref element |
SecurityIdentityType<EntityBeanType<T>> |
EntityBeanTypeImpl.securityIdentity()
If not already created, a new security-identity element will be created and returned. |
SecurityRoleRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.securityRoleRef()
Returns the security-role-ref element |
ServiceRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.serviceRef()
Returns the service-ref element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |