|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistenceContextRefType<T>
This interface defines the contract for the persistence-context-refType
xsd type
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<InjectionTargetType<PersistenceContextRefType<T>>> |
getInjectionTargetList()
Returns all injection-target elements |
java.lang.String |
getJndiName()
Returns the jndi-name element |
java.lang.String |
getMappedName()
Returns the mapped-name element |
java.lang.String |
getPersistenceContextRefName()
Returns the persistence-context-ref-name element |
PersistenceContextTypeType |
getPersistenceContextType()
Returns the persistence-context-type element |
java.lang.String |
getPersistenceContextTypeAsString()
Returns the persistence-context-type element |
java.util.List<PropertyType<PersistenceContextRefType<T>>> |
getPersistencePropertyList()
Returns all persistence-property elements |
java.lang.String |
getPersistenceUnitName()
Returns the persistence-unit-name element |
PersistenceContextRefType<T> |
ignoreDependency()
|
InjectionTargetType<PersistenceContextRefType<T>> |
injectionTarget()
Returns the injection-target element |
java.lang.Boolean |
isIgnoreDependency()
|
PropertyType<PersistenceContextRefType<T>> |
persistenceProperty()
Returns the persistence-property element |
PersistenceContextRefType<T> |
removeAllDescription()
Removes the description element |
PersistenceContextRefType<T> |
removeAllInjectionTarget()
Removes all injection-target elements |
PersistenceContextRefType<T> |
removeAllPersistenceProperty()
Removes all persistence-property elements |
PersistenceContextRefType<T> |
removeJndiName()
Removes the jndi-name element |
PersistenceContextRefType<T> |
removeMappedName()
Removes the mapped-name element |
PersistenceContextRefType<T> |
removePersistenceContextRefName()
Removes the persistence-context-ref-name element |
PersistenceContextRefType<T> |
removePersistenceUnitName()
Removes the persistence-unit-name element |
PersistenceContextRefType<T> |
setDescription(java.lang.String description)
Creates a new description element |
PersistenceContextRefType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
PersistenceContextRefType<T> |
setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
PersistenceContextRefType<T> |
setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
PersistenceContextRefType<T> |
setPersistenceContextRefName(java.lang.String persistenceContextRefName)
If not already created, a new persistence-context-ref-name element with the given value will be created. |
PersistenceContextRefType<T> |
setPersistenceContextType(PersistenceContextTypeType persistenceContextType)
If not already created, a new persistence-context-type element with the given value will be created. |
PersistenceContextRefType<T> |
setPersistenceContextType(java.lang.String persistenceContextType)
If not already created, a new persistence-context-type element with the given value will be created. |
PersistenceContextRefType<T> |
setPersistenceUnitName(java.lang.String persistenceUnitName)
If not already created, a new persistence-unit-name element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
PersistenceContextRefType<T> setJndiName(java.lang.String jndiName)
jndi-name
element with the given value will be created.
Otherwise, the existing jndi-name
element will be updated with the given value.
PersistenceContextRefType
PersistenceContextRefType<T> removeJndiName()
jndi-name
element
PersistenceContextRefType
java.lang.String getJndiName()
jndi-name
element
jndi-name
PersistenceContextRefType<T> setMappedName(java.lang.String mappedName)
mapped-name
element with the given value will be created.
Otherwise, the existing mapped-name
element will be updated with the given value.
PersistenceContextRefType
PersistenceContextRefType<T> removeMappedName()
mapped-name
element
PersistenceContextRefType
java.lang.String getMappedName()
mapped-name
element
mapped-name
PersistenceContextRefType<T> removeAllInjectionTarget()
injection-target
elements
PersistenceContextRefType
InjectionTargetType<PersistenceContextRefType<T>> injectionTarget()
injection-target
element
injection-target
java.util.List<InjectionTargetType<PersistenceContextRefType<T>>> getInjectionTargetList()
injection-target
elements
injection-target
PersistenceContextRefType<T> ignoreDependency()
java.lang.Boolean isIgnoreDependency()
PersistenceContextRefType<T> setDescription(java.lang.String description)
description
element
PersistenceContextRefType
PersistenceContextRefType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
PersistenceContextRefType
PersistenceContextRefType<T> removeAllDescription()
description
element
PersistenceContextRefType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
PersistenceContextRefType<T> setPersistenceContextRefName(java.lang.String persistenceContextRefName)
persistence-context-ref-name
element with the given value will be created.
Otherwise, the existing persistence-context-ref-name
element will be updated with the given value.
PersistenceContextRefType
PersistenceContextRefType<T> removePersistenceContextRefName()
persistence-context-ref-name
element
PersistenceContextRefType
java.lang.String getPersistenceContextRefName()
persistence-context-ref-name
element
persistence-context-ref-name
PersistenceContextRefType<T> setPersistenceUnitName(java.lang.String persistenceUnitName)
persistence-unit-name
element with the given value will be created.
Otherwise, the existing persistence-unit-name
element will be updated with the given value.
PersistenceContextRefType
PersistenceContextRefType<T> removePersistenceUnitName()
persistence-unit-name
element
PersistenceContextRefType
java.lang.String getPersistenceUnitName()
persistence-unit-name
element
persistence-unit-name
PersistenceContextRefType<T> setPersistenceContextType(PersistenceContextTypeType persistenceContextType)
persistence-context-type
element with the given value will be created.
Otherwise, the existing persistence-context-type
element will be updated with the given value.
PersistenceContextRefType
PersistenceContextRefType<T> setPersistenceContextType(java.lang.String persistenceContextType)
persistence-context-type
element with the given value will be created.
Otherwise, the existing persistence-context-type
element will be updated with the given value.
PersistenceContextRefType
PersistenceContextTypeType getPersistenceContextType()
persistence-context-type
element
persistence-context-type
java.lang.String getPersistenceContextTypeAsString()
persistence-context-type
element
persistence-context-type
PersistenceContextRefType<T> removeAllPersistenceProperty()
persistence-property
elements
PersistenceContextRefType
PropertyType<PersistenceContextRefType<T>> persistenceProperty()
persistence-property
element
persistence-property
java.util.List<PropertyType<PersistenceContextRefType<T>>> getPersistencePropertyList()
persistence-property
elements
persistence-property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |