Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters12.api.BeanValidationGroupsType
-
Packages that use BeanValidationGroupsType Package Description org.jboss.jca.embedded.dsl.resourceadapters12.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters12.impl Provides the implementation classes as defined in the schema -
-
Uses of BeanValidationGroupsType in org.jboss.jca.embedded.dsl.resourceadapters12.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters12.api that return BeanValidationGroupsType Modifier and Type Method Description BeanValidationGroupsType<T>BeanValidationGroupsType. beanValidationGroup(String... values)Creates for all String objects representingbean-validation-groupelements, a newbean-validation-groupelementBeanValidationGroupsType<ResourceAdapterType<T>>ResourceAdapterType. getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.BeanValidationGroupsType<T>BeanValidationGroupsType. removeAllBeanValidationGroup()Removes thebean-validation-groupelement -
Uses of BeanValidationGroupsType in org.jboss.jca.embedded.dsl.resourceadapters12.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters12.impl that implement BeanValidationGroupsType Modifier and Type Class Description classBeanValidationGroupsTypeImpl<T>This class implements thebean-validation-groupsTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters12.impl that return BeanValidationGroupsType Modifier and Type Method Description BeanValidationGroupsType<T>BeanValidationGroupsTypeImpl. beanValidationGroup(String... values)Creates for all String objects representingbean-validation-groupelements, a newbean-validation-groupelementBeanValidationGroupsType<ResourceAdapterType<T>>ResourceAdapterTypeImpl. getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.BeanValidationGroupsType<T>BeanValidationGroupsTypeImpl. removeAllBeanValidationGroup()Removes thebean-validation-groupelement
-