|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceUnitRefType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 | Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd |
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 | Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.jboss51 | Provides the implementation classes as defined in the schema jboss_5_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 | Provides the implementation classes as defined in the schema jboss-common_5_1.xsd |
Uses of PersistenceUnitRefType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return PersistenceUnitRefType | |
---|---|
PersistenceUnitRefType<GenericBeanType<T>> |
GenericBeanType.persistenceUnitRef()
Returns the persistence-unit-ref element |
PersistenceUnitRefType<ServiceBeanType<T>> |
ServiceBeanType.persistenceUnitRef()
Returns the persistence-unit-ref element |
PersistenceUnitRefType<SessionBeanType<T>> |
SessionBeanType.persistenceUnitRef()
Returns the persistence-unit-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type PersistenceUnitRefType | |
---|---|
java.util.List<PersistenceUnitRefType<GenericBeanType<T>>> |
GenericBeanType.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<PersistenceUnitRefType<ServiceBeanType<T>>> |
ServiceBeanType.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<PersistenceUnitRefType<SessionBeanType<T>>> |
SessionBeanType.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
Uses of PersistenceUnitRefType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return PersistenceUnitRefType | |
---|---|
PersistenceUnitRefType<T> |
PersistenceUnitRefType.ignoreDependency()
|
PersistenceUnitRefType<T> |
PersistenceUnitRefType.removeAllDescription()
Removes the description element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.removeAllInjectionTarget()
Removes all injection-target elements |
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 |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.setDescription(java.lang.String description)
Creates a new description element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.setPersistenceUnitName(java.lang.String persistenceUnitName)
If not already created, a new persistence-unit-name element with the given value will be created. |
PersistenceUnitRefType<T> |
PersistenceUnitRefType.setPersistenceUnitRefName(java.lang.String persistenceUnitRefName)
If not already created, a new persistence-unit-ref-name element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return types with arguments of type PersistenceUnitRefType | |
---|---|
java.util.List<InjectionTargetType<PersistenceUnitRefType<T>>> |
PersistenceUnitRefType.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<PersistenceUnitRefType<T>> |
PersistenceUnitRefType.injectionTarget()
Returns the injection-target element |
Uses of PersistenceUnitRefType in org.jboss.shrinkwrap.descriptor.impl.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return PersistenceUnitRefType | |
---|---|
PersistenceUnitRefType<ServiceBeanType<T>> |
ServiceBeanTypeImpl.persistenceUnitRef()
Returns the persistence-unit-ref element |
PersistenceUnitRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.persistenceUnitRef()
Returns the persistence-unit-ref element |
PersistenceUnitRefType<GenericBeanType<T>> |
GenericBeanTypeImpl.persistenceUnitRef()
Returns the persistence-unit-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type PersistenceUnitRefType | |
---|---|
java.util.List<PersistenceUnitRefType<ServiceBeanType<T>>> |
ServiceBeanTypeImpl.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<PersistenceUnitRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<PersistenceUnitRefType<GenericBeanType<T>>> |
GenericBeanTypeImpl.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
Uses of PersistenceUnitRefType in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement PersistenceUnitRefType | |
---|---|
class |
PersistenceUnitRefTypeImpl<T>
This class implements the persistence-unit-refType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return PersistenceUnitRefType | |
---|---|
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.ignoreDependency()
|
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.removeAllDescription()
Removes the description element |
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.removeAllInjectionTarget()
Removes all injection-target elements |
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.removeJndiName()
Removes the jndi-name element |
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.removeMappedName()
Removes the mapped-name element |
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.removePersistenceUnitName()
Removes the persistence-unit-name element |
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.removePersistenceUnitRefName()
Removes the persistence-unit-ref-name element |
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.setPersistenceUnitName(java.lang.String persistenceUnitName)
If not already created, a new persistence-unit-name element with the given value will be created. |
PersistenceUnitRefType<T> |
PersistenceUnitRefTypeImpl.setPersistenceUnitRefName(java.lang.String persistenceUnitRefName)
If not already created, a new persistence-unit-ref-name element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return types with arguments of type PersistenceUnitRefType | |
---|---|
java.util.List<InjectionTargetType<PersistenceUnitRefType<T>>> |
PersistenceUnitRefTypeImpl.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<PersistenceUnitRefType<T>> |
PersistenceUnitRefTypeImpl.injectionTarget()
Returns the injection-target element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |