Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar13.api.BeanValidationGroupsType
-
Packages that use BeanValidationGroupsType Package Description org.jboss.jca.embedded.dsl.ironjacamar13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar13.impl Provides the implementation classes as defined in the schema -
-
Uses of BeanValidationGroupsType in org.jboss.jca.embedded.dsl.ironjacamar13.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar13.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<IronjacamarDescriptor>IronjacamarDescriptor. getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.BeanValidationGroupsType<IronjacamarType<T>>IronjacamarType. 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.ironjacamar13.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar13.impl that implement BeanValidationGroupsType Modifier and Type Class Description classBeanValidationGroupsTypeImpl<T>This class implements thebean-validation-groupsTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar13.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<IronjacamarDescriptor>IronjacamarDescriptorImpl. getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.BeanValidationGroupsType<IronjacamarType<T>>IronjacamarTypeImpl. getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.BeanValidationGroupsType<T>BeanValidationGroupsTypeImpl. removeAllBeanValidationGroup()Removes thebean-validation-groupelement
-