ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.EntityBeanType

Packages that use EntityBeanType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of EntityBeanType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return EntityBeanType
 EntityBeanType<T> EntityBeanType.abstractSchemaName(String abstractSchemaName)
          Sets the abstract-schema-name element
 EntityBeanType<T> EntityBeanType.cmpVersion(CmpVersionType cmpVersion)
          Sets the cmp-version element
 EntityBeanType<T> EntityBeanType.cmpVersion(String cmpVersion)
          Sets the cmp-version element
 EntityBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createEntity()
          Creates a new entity element
 EntityBeanType<T> EntityBeanType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 EntityBeanType<T> EntityBeanType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 EntityBeanType<T> EntityBeanType.ejbClass(String ejbClass)
          Sets the ejb-class element
 EntityBeanType<T> EntityBeanType.ejbName(String ejbName)
          Sets the ejb-name element
 EntityBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateEntity()
          If not already created, a new entity element will be created and returned.
 EntityBeanType<T> EntityBeanType.home(String home)
          Sets the home element
 EntityBeanType<T> EntityBeanType.local(String local)
          Sets the local element
 EntityBeanType<T> EntityBeanType.localHome(String localHome)
          Sets the local-home element
 EntityBeanType<T> EntityBeanType.mappedName(String mappedName)
          Sets the mapped-name element
 EntityBeanType<T> EntityBeanType.persistenceType(PersistenceTypeType persistenceType)
          Sets the persistence-type element
 EntityBeanType<T> EntityBeanType.persistenceType(String persistenceType)
          Sets the persistence-type element
 EntityBeanType<T> EntityBeanType.primKeyClass(String primKeyClass)
          Sets the prim-key-class element
 EntityBeanType<T> EntityBeanType.primkeyField(String primkeyField)
          Sets the primkey-field element
 EntityBeanType<T> EntityBeanType.reentrant(Boolean reentrant)
          Sets the reentrant element
 EntityBeanType<T> EntityBeanType.remote(String remote)
          Sets the remote element
 EntityBeanType<T> EntityBeanType.removeAbstractSchemaName()
          Removes the abstract-schema-name element
 EntityBeanType<T> EntityBeanType.removeAllCmpField()
          Removes all cmp-field elements
 EntityBeanType<T> EntityBeanType.removeAllDataSource()
          Removes all data-source 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.removeCmpVersion()
          Removes the cmp-version attribute
 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.removePersistenceType()
          Removes the persistence-type attribute
 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
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type EntityBeanType
 CmpFieldType<EntityBeanType<T>> EntityBeanType.createCmpField()
          Creates a new cmp-field element
 DataSourceType<EntityBeanType<T>> EntityBeanType.createDataSource()
          Creates a new data-source element
 EjbLocalRefType<EntityBeanType<T>> EntityBeanType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbRefType<EntityBeanType<T>> EntityBeanType.createEjbRef()
          Creates a new ejb-ref element
 EnvEntryType<EntityBeanType<T>> EntityBeanType.createEnvEntry()
          Creates a new env-entry element
 IconType<EntityBeanType<T>> EntityBeanType.createIcon()
          Creates a new icon element
 MessageDestinationRefType<EntityBeanType<T>> EntityBeanType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 PersistenceContextRefType<EntityBeanType<T>> EntityBeanType.createPersistenceContextRef()
          Creates a new persistence-context-ref element
 PersistenceUnitRefType<EntityBeanType<T>> EntityBeanType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.createPreDestroy()
          Creates a new pre-destroy element
 QueryType<EntityBeanType<T>> EntityBeanType.createQuery()
          Creates a new query element
 ResourceEnvRefType<EntityBeanType<T>> EntityBeanType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceRefType<EntityBeanType<T>> EntityBeanType.createResourceRef()
          Creates a new resource-ref element
 SecurityRoleRefType<EntityBeanType<T>> EntityBeanType.createSecurityRoleRef()
          Creates a new security-role-ref element
 ServiceRefType<EntityBeanType<T>> EntityBeanType.createServiceRef()
          Creates a new service-ref element
 List<CmpFieldType<EntityBeanType<T>>> EntityBeanType.getAllCmpField()
          Returns all cmp-field elements
 List<DataSourceType<EntityBeanType<T>>> EntityBeanType.getAllDataSource()
          Returns all data-source elements
 List<EjbLocalRefType<EntityBeanType<T>>> EntityBeanType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbRefType<EntityBeanType<T>>> EntityBeanType.getAllEjbRef()
          Returns all ejb-ref elements
 List<EntityBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllEntity()
          Returns all entity elements
 List<EnvEntryType<EntityBeanType<T>>> EntityBeanType.getAllEnvEntry()
          Returns all env-entry elements
 List<IconType<EntityBeanType<T>>> EntityBeanType.getAllIcon()
          Returns all icon elements
 List<MessageDestinationRefType<EntityBeanType<T>>> EntityBeanType.getAllMessageDestinationRef()
          Returns all message-destination-ref elements
 List<PersistenceContextRefType<EntityBeanType<T>>> EntityBeanType.getAllPersistenceContextRef()
          Returns all persistence-context-ref elements
 List<PersistenceUnitRefType<EntityBeanType<T>>> EntityBeanType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<LifecycleCallbackType<EntityBeanType<T>>> EntityBeanType.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<EntityBeanType<T>>> EntityBeanType.getAllPreDestroy()
          Returns all pre-destroy elements
 List<QueryType<EntityBeanType<T>>> EntityBeanType.getAllQuery()
          Returns all query elements
 List<ResourceEnvRefType<EntityBeanType<T>>> EntityBeanType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceRefType<EntityBeanType<T>>> EntityBeanType.getAllResourceRef()
          Returns all resource-ref elements
 List<SecurityRoleRefType<EntityBeanType<T>>> EntityBeanType.getAllSecurityRoleRef()
          Returns all security-role-ref elements
 List<ServiceRefType<EntityBeanType<T>>> EntityBeanType.getAllServiceRef()
          Returns all service-ref elements
 CmpFieldType<EntityBeanType<T>> EntityBeanType.getOrCreateCmpField()
          If not already created, a new cmp-field element will be created and returned.
 DataSourceType<EntityBeanType<T>> EntityBeanType.getOrCreateDataSource()
          If not already created, a new data-source element will be created and returned.
 EjbLocalRefType<EntityBeanType<T>> EntityBeanType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbRefType<EntityBeanType<T>> EntityBeanType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 EnvEntryType<EntityBeanType<T>> EntityBeanType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 IconType<EntityBeanType<T>> EntityBeanType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 MessageDestinationRefType<EntityBeanType<T>> EntityBeanType.getOrCreateMessageDestinationRef()
          If not already created, a new message-destination-ref element will be created and returned.
 PersistenceContextRefType<EntityBeanType<T>> EntityBeanType.getOrCreatePersistenceContextRef()
          If not already created, a new persistence-context-ref element will be created and returned.
 PersistenceUnitRefType<EntityBeanType<T>> EntityBeanType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 QueryType<EntityBeanType<T>> EntityBeanType.getOrCreateQuery()
          If not already created, a new query element will be created and returned.
 ResourceEnvRefType<EntityBeanType<T>> EntityBeanType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceRefType<EntityBeanType<T>> EntityBeanType.getOrCreateResourceRef()
          If not already created, a new resource-ref element will be created and returned.
 SecurityIdentityType<EntityBeanType<T>> EntityBeanType.getOrCreateSecurityIdentity()
          If not already created, a new security-identity element with the given value will be created.
 SecurityRoleRefType<EntityBeanType<T>> EntityBeanType.getOrCreateSecurityRoleRef()
          If not already created, a new security-role-ref element will be created and returned.
 ServiceRefType<EntityBeanType<T>> EntityBeanType.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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