Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar13.api.ValidationType
Packages that use ValidationType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of ValidationType in org.jboss.jca.embedded.dsl.ironjacamar13.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar13.api that return ValidationTypeModifier and TypeMethodDescriptionValidationType.backgroundValidation(Boolean backgroundValidation) Sets thebackground-validationelementValidationType.backgroundValidationMillis(Integer backgroundValidationMillis) Sets thebackground-validation-milliselementConnectionDefinitionType.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationType.removeBackgroundValidation()Removes thebackground-validationelementValidationType.removeBackgroundValidationMillis()Removes thebackground-validation-milliselementValidationType.removeUseFastFail()Removes theuse-fast-failelementValidationType.removeValidateOnMatch()Removes thevalidate-on-matchelementValidationType.useFastFail(Boolean useFastFail) Sets theuse-fast-failelementValidationType.validateOnMatch(Boolean validateOnMatch) Sets thevalidate-on-matchelement -
Uses of ValidationType in org.jboss.jca.embedded.dsl.ironjacamar13.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar13.impl that implement ValidationTypeModifier and TypeClassDescriptionclassThis class implements thevalidationTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return ValidationTypeModifier and TypeMethodDescriptionValidationTypeImpl.backgroundValidation(Boolean backgroundValidation) Sets thebackground-validationelementValidationTypeImpl.backgroundValidationMillis(Integer backgroundValidationMillis) Sets thebackground-validation-milliselementConnectionDefinitionTypeImpl.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationTypeImpl.removeBackgroundValidation()Removes thebackground-validationelementValidationTypeImpl.removeBackgroundValidationMillis()Removes thebackground-validation-milliselementValidationTypeImpl.removeUseFastFail()Removes theuse-fast-failelementValidationTypeImpl.removeValidateOnMatch()Removes thevalidate-on-matchelementValidationTypeImpl.useFastFail(Boolean useFastFail) Sets theuse-fast-failelementValidationTypeImpl.validateOnMatch(Boolean validateOnMatch) Sets thevalidate-on-matchelement