Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters13.api.ValidationType
-
Packages that use ValidationType Package Description org.jboss.jca.embedded.dsl.resourceadapters13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters13.impl Provides the implementation classes as defined in the schema -
-
Uses of ValidationType in org.jboss.jca.embedded.dsl.resourceadapters13.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters13.api that return ValidationType Modifier and Type Method Description ValidationType<T>ValidationType. backgroundValidation(Boolean backgroundValidation)Sets thebackground-validationelementValidationType<T>ValidationType. backgroundValidationMillis(Integer backgroundValidationMillis)Sets thebackground-validation-milliselementValidationType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationType<T>ValidationType. removeBackgroundValidation()Removes thebackground-validationelementValidationType<T>ValidationType. removeBackgroundValidationMillis()Removes thebackground-validation-milliselementValidationType<T>ValidationType. removeUseFastFail()Removes theuse-fast-failelementValidationType<T>ValidationType. removeValidateOnMatch()Removes thevalidate-on-matchelementValidationType<T>ValidationType. useFastFail(Boolean useFastFail)Sets theuse-fast-failelementValidationType<T>ValidationType. validateOnMatch(Boolean validateOnMatch)Sets thevalidate-on-matchelement -
Uses of ValidationType in org.jboss.jca.embedded.dsl.resourceadapters13.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters13.impl that implement ValidationType Modifier and Type Class Description classValidationTypeImpl<T>This class implements thevalidationTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters13.impl that return ValidationType Modifier and Type Method Description ValidationType<T>ValidationTypeImpl. backgroundValidation(Boolean backgroundValidation)Sets thebackground-validationelementValidationType<T>ValidationTypeImpl. backgroundValidationMillis(Integer backgroundValidationMillis)Sets thebackground-validation-milliselementValidationType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ValidationType<T>ValidationTypeImpl. removeBackgroundValidation()Removes thebackground-validationelementValidationType<T>ValidationTypeImpl. removeBackgroundValidationMillis()Removes thebackground-validation-milliselementValidationType<T>ValidationTypeImpl. removeUseFastFail()Removes theuse-fast-failelementValidationType<T>ValidationTypeImpl. removeValidateOnMatch()Removes thevalidate-on-matchelementValidationType<T>ValidationTypeImpl. useFastFail(Boolean useFastFail)Sets theuse-fast-failelementValidationType<T>ValidationTypeImpl. validateOnMatch(Boolean validateOnMatch)Sets thevalidate-on-matchelement
-