|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanValidationGroupsType | |
---|---|
org.jboss.resourceadapters.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.resourceadapters.impl | Provides the implementation classes as defined in the schema |
Uses of BeanValidationGroupsType in org.jboss.resourceadapters.api |
---|
Methods in org.jboss.resourceadapters.api that return BeanValidationGroupsType | |
---|---|
BeanValidationGroupsType<T> |
BeanValidationGroupsType.beanValidationGroup(String... values)
Creates for all String objects representing bean-validation-group elements,
a new bean-validation-group element |
BeanValidationGroupsType<ResourceAdapterType<T>> |
ResourceAdapterType.getOrCreateBeanValidationGroups()
If not already created, a new bean-validation-groups element with the given value will be created. |
BeanValidationGroupsType<T> |
BeanValidationGroupsType.removeAllBeanValidationGroup()
Removes the bean-validation-group element |
Uses of BeanValidationGroupsType in org.jboss.resourceadapters.impl |
---|
Classes in org.jboss.resourceadapters.impl that implement BeanValidationGroupsType | |
---|---|
class |
BeanValidationGroupsTypeImpl<T>
This class implements the bean-validation-groupsType xsd type |
Methods in org.jboss.resourceadapters.impl that return BeanValidationGroupsType | |
---|---|
BeanValidationGroupsType<T> |
BeanValidationGroupsTypeImpl.beanValidationGroup(String... values)
Creates for all String objects representing bean-validation-group elements,
a new bean-validation-group element |
BeanValidationGroupsType<ResourceAdapterType<T>> |
ResourceAdapterTypeImpl.getOrCreateBeanValidationGroups()
If not already created, a new bean-validation-groups element with the given value will be created. |
BeanValidationGroupsType<T> |
BeanValidationGroupsTypeImpl.removeAllBeanValidationGroup()
Removes the bean-validation-group element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |