Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application6 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee6 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PersistenceUnitRefType<ApplicationDescriptor> |
ApplicationDescriptor.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
PersistenceUnitRefType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<PersistenceUnitRefType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
Modifier and Type | Method and Description |
---|---|
PersistenceUnitRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
PersistenceUnitRefType<InterceptorType<T>> |
InterceptorType.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
PersistenceUnitRefType<EntityBeanType<T>> |
EntityBeanType.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
PersistenceUnitRefType<SessionBeanType<T>> |
SessionBeanType.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
PersistenceUnitRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
PersistenceUnitRefType<InterceptorType<T>> |
InterceptorType.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-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. |
PersistenceUnitRefType<SessionBeanType<T>> |
SessionBeanType.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<PersistenceUnitRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
List<PersistenceUnitRefType<InterceptorType<T>>> |
InterceptorType.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
List<PersistenceUnitRefType<EntityBeanType<T>>> |
EntityBeanType.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
List<PersistenceUnitRefType<SessionBeanType<T>>> |
SessionBeanType.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
Modifier and Type | Method and Description |
---|---|
PersistenceUnitRefType<T> |
PersistenceUnitRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.id(String id)
Sets the
id attribute |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.mappedName(String mappedName)
Sets the
mapped-name element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.persistenceUnitName(String persistenceUnitName)
Sets the
persistence-unit-name element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.persistenceUnitRefName(String persistenceUnitRefName)
Sets the
persistence-unit-ref-name element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.removeAllDescription()
Removes the
description element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.removeAllInjectionTarget()
Removes all
injection-target elements |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.removeId()
Removes the
id attribute |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.removeMappedName()
Removes the
mapped-name element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.removePersistenceUnitName()
Removes the
persistence-unit-name element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.removePersistenceUnitRefName()
Removes the
persistence-unit-ref-name element |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<PersistenceUnitRefType<T>> |
PersistenceUnitRefType.createInjectionTarget()
Creates a new
injection-target element |
List<InjectionTargetType<PersistenceUnitRefType<T>>> |
PersistenceUnitRefType.getAllInjectionTarget()
Returns all
injection-target elements |
InjectionTargetType<PersistenceUnitRefType<T>> |
PersistenceUnitRefType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
PersistenceUnitRefType<WebAppDescriptor> |
WebAppDescriptor.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
PersistenceUnitRefType<WebAppDescriptor> |
WebAppDescriptor.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<PersistenceUnitRefType<WebAppDescriptor>> |
WebAppDescriptor.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
Modifier and Type | Method and Description |
---|---|
PersistenceUnitRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
PersistenceUnitRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<PersistenceUnitRefType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
Copyright © 2019 JBoss by Red Hat. All rights reserved.