Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PersistenceContextRefType<ApplicationDescriptor> |
ApplicationDescriptor.createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceContextRefType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<PersistenceContextRefType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
Modifier and Type | Method and Description |
---|---|
PersistenceContextRefType<SessionBeanType<T>> |
SessionBeanType.createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceContextRefType<EntityBeanType<T>> |
EntityBeanType.createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceContextRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceContextRefType<InterceptorType<T>> |
InterceptorType.createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceContextRefType<SessionBeanType<T>> |
SessionBeanType.getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-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. |
PersistenceContextRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
PersistenceContextRefType<InterceptorType<T>> |
InterceptorType.getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<PersistenceContextRefType<SessionBeanType<T>>> |
SessionBeanType.getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
List<PersistenceContextRefType<EntityBeanType<T>>> |
EntityBeanType.getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
List<PersistenceContextRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
List<PersistenceContextRefType<InterceptorType<T>>> |
InterceptorType.getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
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.persistenceContextSynchronization(PersistenceContextSynchronizationType persistenceContextSynchronization)
Sets the
persistence-context-synchronization element |
PersistenceContextRefType<T> |
PersistenceContextRefType.persistenceContextSynchronization(String persistenceContextSynchronization)
Sets the
persistence-context-synchronization 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.removePersistenceContextSynchronization()
Removes the
persistence-context-synchronization attribute |
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 | Method and Description |
---|---|
PersistenceContextRefType<WebAppDescriptor> |
WebAppDescriptor.createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceContextRefType<WebAppDescriptor> |
WebAppDescriptor.getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<PersistenceContextRefType<WebAppDescriptor>> |
WebAppDescriptor.getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
Modifier and Type | Method and Description |
---|---|
PersistenceContextRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceContextRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<PersistenceContextRefType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
Copyright © 2023 JBoss by Red Hat. All rights reserved.