Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
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.ignoreDependency()
Sets the
ignore-dependency element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.jndiName(String jndiName)
Sets the
jndi-name element |
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.removeIgnoreDependency()
Removes the
ignore-dependency element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.removeJndiName()
Removes the
jndi-name element |
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<JbossWebDescriptor> |
JbossWebDescriptor.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
PersistenceUnitRefType<JbossWebType<T>> |
JbossWebType.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
PersistenceUnitRefType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
PersistenceUnitRefType<JbossWebType<T>> |
JbossWebType.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<PersistenceUnitRefType<JbossWebDescriptor>> |
JbossWebDescriptor.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
List<PersistenceUnitRefType<JbossWebType<T>>> |
JbossWebType.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
Copyright © 2014 JBoss by Red Hat. All rights reserved.