Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee6 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.javaee6 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PersistenceContextRefType<T> |
PersistenceContextRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
PersistenceContextRefType<T> |
PersistenceContextRefType.id(String id)
Sets the
id attribute |
PersistenceContextRefType<T> |
PersistenceContextRefType.mappedName(String mappedName)
Sets the
mapped-name element |
PersistenceContextRefType<T> |
PersistenceContextRefType.persistenceContextRefName(String persistenceContextRefName)
Sets the
persistence-context-ref-name element |
PersistenceContextRefType<T> |
PersistenceContextRefType.persistenceContextType(PersistenceContextTypeType persistenceContextType)
Sets the
persistence-context-type element |
PersistenceContextRefType<T> |
PersistenceContextRefType.persistenceContextType(String persistenceContextType)
Sets the
persistence-context-type element |
PersistenceContextRefType<T> |
PersistenceContextRefType.persistenceUnitName(String persistenceUnitName)
Sets the
persistence-unit-name element |
PersistenceContextRefType<T> |
PersistenceContextRefType.removeAllDescription()
Removes the
description element |
PersistenceContextRefType<T> |
PersistenceContextRefType.removeAllInjectionTarget()
Removes all
injection-target elements |
PersistenceContextRefType<T> |
PersistenceContextRefType.removeAllPersistenceProperty()
Removes all
persistence-property elements |
PersistenceContextRefType<T> |
PersistenceContextRefType.removeId()
Removes the
id attribute |
PersistenceContextRefType<T> |
PersistenceContextRefType.removeMappedName()
Removes the
mapped-name element |
PersistenceContextRefType<T> |
PersistenceContextRefType.removePersistenceContextRefName()
Removes the
persistence-context-ref-name element |
PersistenceContextRefType<T> |
PersistenceContextRefType.removePersistenceContextType()
Removes the
persistence-context-type attribute |
PersistenceContextRefType<T> |
PersistenceContextRefType.removePersistenceUnitName()
Removes the
persistence-unit-name element |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<PersistenceContextRefType<T>> |
PersistenceContextRefType.createInjectionTarget()
Creates a new
injection-target element |
PropertyType<PersistenceContextRefType<T>> |
PersistenceContextRefType.createPersistenceProperty()
Creates a new
persistence-property element |
List<InjectionTargetType<PersistenceContextRefType<T>>> |
PersistenceContextRefType.getAllInjectionTarget()
Returns all
injection-target elements |
List<PropertyType<PersistenceContextRefType<T>>> |
PersistenceContextRefType.getAllPersistenceProperty()
Returns all
persistence-property elements |
InjectionTargetType<PersistenceContextRefType<T>> |
PersistenceContextRefType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
PropertyType<PersistenceContextRefType<T>> |
PersistenceContextRefType.getOrCreatePersistenceProperty()
If not already created, a new
persistence-property element will be created and returned. |
Modifier and Type | Class and Description |
---|---|
class |
PersistenceContextRefTypeImpl<T>
This class implements the
persistence-context-refType xsd type |
Modifier and Type | Method and Description |
---|---|
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.id(String id)
Sets the
id attribute |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.mappedName(String mappedName)
Sets the
mapped-name element |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.persistenceContextRefName(String persistenceContextRefName)
Sets the
persistence-context-ref-name element |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.persistenceContextType(PersistenceContextTypeType persistenceContextType)
Sets the
persistence-context-type element |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.persistenceContextType(String persistenceContextType)
Sets the
persistence-context-type element |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.persistenceUnitName(String persistenceUnitName)
Sets the
persistence-unit-name element |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.removeAllDescription()
Removes the
description element |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.removeAllInjectionTarget()
Removes all
injection-target elements |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.removeAllPersistenceProperty()
Removes all
persistence-property elements |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.removeId()
Removes the
id attribute |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.removeMappedName()
Removes the
mapped-name element |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.removePersistenceContextRefName()
Removes the
persistence-context-ref-name element |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.removePersistenceContextType()
Removes the
persistence-context-type attribute |
PersistenceContextRefType<T> |
PersistenceContextRefTypeImpl.removePersistenceUnitName()
Removes the
persistence-unit-name element |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<PersistenceContextRefType<T>> |
PersistenceContextRefTypeImpl.createInjectionTarget()
Creates a new
injection-target element |
PropertyType<PersistenceContextRefType<T>> |
PersistenceContextRefTypeImpl.createPersistenceProperty()
Creates a new
persistence-property element |
List<InjectionTargetType<PersistenceContextRefType<T>>> |
PersistenceContextRefTypeImpl.getAllInjectionTarget()
Returns all
injection-target elements |
List<PropertyType<PersistenceContextRefType<T>>> |
PersistenceContextRefTypeImpl.getAllPersistenceProperty()
Returns all
persistence-property elements |
InjectionTargetType<PersistenceContextRefType<T>> |
PersistenceContextRefTypeImpl.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
PropertyType<PersistenceContextRefType<T>> |
PersistenceContextRefTypeImpl.getOrCreatePersistenceProperty()
If not already created, a new
persistence-property element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.