Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.hibernate.beanvalidation.tck.common
,
org.hibernate.beanvalidation.tck.tests.bootstrap
,
org.hibernate.beanvalidation.tck.tests.bootstrap.customprovider
,
org.hibernate.beanvalidation.tck.tests.constraints.application
,
org.hibernate.beanvalidation.tck.tests.constraints.application.method
,
org.hibernate.beanvalidation.tck.tests.constraints.builtinconstraints
,
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition
,
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.nestedconstraintcomposition
,
org.hibernate.beanvalidation.tck.tests.constraints.constraintdefinition
,
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter
,
org.hibernate.beanvalidation.tck.tests.constraints.customconstraint
,
org.hibernate.beanvalidation.tck.tests.constraints.groups
,
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion
,
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model
,
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service
,
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl
,
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequence
,
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation
,
org.hibernate.beanvalidation.tck.tests.constraints.groups.inheritance
,
org.hibernate.beanvalidation.tck.tests.constraints.inheritance
,
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations
,
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.model
,
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service
,
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl
,
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations
,
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.constraint
,
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.model
,
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service
,
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.impl
,
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions
,
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution
,
org.hibernate.beanvalidation.tck.tests.integration.cdi.defaultinjection
,
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable
,
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.global
,
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.globallydisabled
,
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority
,
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types
,
org.hibernate.beanvalidation.tck.tests.integration.cdi.factory
,
org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects
,
org.hibernate.beanvalidation.tck.tests.integration.ee
,
org.hibernate.beanvalidation.tck.tests.integration.ee.cdi
,
org.hibernate.beanvalidation.tck.tests.messageinterpolation
,
org.hibernate.beanvalidation.tck.tests.metadata
,
org.hibernate.beanvalidation.tck.tests.methodvalidation
,
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint
,
org.hibernate.beanvalidation.tck.tests.methodvalidation.model
,
org.hibernate.beanvalidation.tck.tests.methodvalidation.parameternameprovider
,
org.hibernate.beanvalidation.tck.tests.methodvalidation.service
,
org.hibernate.beanvalidation.tck.tests.traversableresolver
,
org.hibernate.beanvalidation.tck.tests.validation
,
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation
,
org.hibernate.beanvalidation.tck.tests.validation.groupconversion
,
org.hibernate.beanvalidation.tck.tests.validation.validatorcontext
,
org.hibernate.beanvalidation.tck.tests.validatorfactory
,
org.hibernate.beanvalidation.tck.tests.xmlconfiguration
,
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration
,
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.clazzlevel
,
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel
,
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.propertylevel
,
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdefinition
,
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation
,
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.groupconversion
,
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation
,
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning
,
org.hibernate.beanvalidation.tck.util
,
org.hibernate.beanvalidation.tck.util.shrinkwrap
Class Hierarchy
java.lang.
Object
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
A
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
B1
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
B2
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
B3
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.
AbstractCalendarService
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.impl.
CalendarServiceSubClass
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
AbstractCalendarService
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.
ImplementationOfCascadingInterfaceExtendingUncascadingSuperClass
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
YetAnotherCalendarService
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.
ImplementationOfConstrainedInterfaceExtendingUnconstrainedSuperClass
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
AnotherCalendarService
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.
SubClassAddingParameterConstraints
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.
SubClassMarkingParameterAsCascaded
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
AbstractOrderService
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.
OrderServiceSubClass
org.hibernate.beanvalidation.tck.tests.constraints.application.method.
Account
org.hibernate.beanvalidation.tck.tests.metadata.
Account
org.hibernate.beanvalidation.tck.tests.metadata.
AccountValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.
Actor
(implements org.hibernate.beanvalidation.tck.tests.validation.
Person
, org.hibernate.beanvalidation.tck.tests.validation.
PlayedWith
)
org.hibernate.beanvalidation.tck.tests.validation.
ActorArrayBased
org.hibernate.beanvalidation.tck.tests.validation.
ActorCollectionBased
org.hibernate.beanvalidation.tck.tests.validation.
ActorListBased
org.hibernate.beanvalidation.tck.tests.validation.
ActorLikesGenre.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.bootstrap.
Address
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Address
org.hibernate.beanvalidation.tck.tests.constraints.groups.
DefaultGroupRedefinitionTest.AddressWithDefaultInGroupSequence
org.hibernate.beanvalidation.tck.tests.constraints.groups.
DefaultGroupRedefinitionTest.AddressWithNoImplicitDefaultGroupSequence
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
Address
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
Address
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
FrenchAddress
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
GermanAddress
org.hibernate.beanvalidation.tck.tests.validation.
Address
org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
Address
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Address
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
Address
org.hibernate.beanvalidation.tck.tests.constraints.constraintdefinition.
AlwaysValid.StaticConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
Ambiguous.AmbiguousValidatorForDummy
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
Ambiguous.AmbiguousValidatorForSerializable
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Animal
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Animal
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Condor
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Elephant
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Zebra
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
AnimalCaretaker
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
AnnotatedCalendarService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
AnotherBookingService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
AnotherCalendarService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
AnotherDeliveryService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
AnotherShipmentService1stInHierarchyImpl
(implements org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
AnotherShipmentService1stInHierarchy
)
org.hibernate.beanvalidation.tck.util.shrinkwrap.
ArchiveBuilder
<T,A>
org.hibernate.beanvalidation.tck.util.shrinkwrap.
WebArchiveBuilder
org.hibernate.beanvalidation.tck.util.shrinkwrap.
ArchiveBuilder.ResourceDescriptor
org.hibernate.beanvalidation.tck.util.shrinkwrap.
ArchiveBuilder.ServiceProviderDescriptor
org.jboss.arquillian.testng.Arquillian (implements org.testng.IHookable)
org.hibernate.beanvalidation.tck.tests.metadata.
BeanDescriptorTest
org.hibernate.beanvalidation.tck.tests.bootstrap.
BootstrapConfigurationTest
org.hibernate.beanvalidation.tck.tests.bootstrap.
BootstrapConfigurationWithEmptyValidatedExecutableTypesTest
org.hibernate.beanvalidation.tck.tests.bootstrap.
BootstrapConfigurationWithoutValidationXmlTest
org.hibernate.beanvalidation.tck.tests.bootstrap.
BootstrapConfigurationWithValidatedExecutableTypesContainingALLAndNONETest
org.hibernate.beanvalidation.tck.tests.bootstrap.
BootstrapConfigurationWithValidatedExecutableTypesContainingALLTest
org.hibernate.beanvalidation.tck.tests.bootstrap.
BootstrapConfigurationWithValidatedExecutableTypesContainingNONETest
org.hibernate.beanvalidation.tck.tests.bootstrap.
BootstrapConfigurationWithValidatedExecutableTypesContainingSomeTest
org.hibernate.beanvalidation.tck.tests.bootstrap.customprovider.
BootstrapCustomProviderDefinedInServiceFileTest
org.hibernate.beanvalidation.tck.tests.bootstrap.customprovider.
BootstrapCustomProviderDefinedInValidationXmlTest
org.hibernate.beanvalidation.tck.tests.bootstrap.customprovider.
BootstrapNonAvailableValidationProviderTest
org.hibernate.beanvalidation.tck.tests.constraints.builtinconstraints.
BuiltinConstraintsTest
org.hibernate.beanvalidation.tck.tests.constraints.builtinconstraints.
BuiltinValidatorOverrideTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
CascadedValidationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
CascadedValidationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.clazzlevel.
ClassLevelOverridingTest
org.hibernate.beanvalidation.tck.tests.bootstrap.
ConfigurationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
ConfigurationViaXmlAndAnnotationsTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
ConfiguredBeanNotInClassPathTest
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ConstraintCompositionTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
ConstraintDeclarationTest
org.hibernate.beanvalidation.tck.tests.constraints.constraintdefinition.
ConstraintDefinitionsTest
org.hibernate.beanvalidation.tck.tests.metadata.
ConstraintDescriptorTest
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.
ConstraintInheritanceTest
org.hibernate.beanvalidation.tck.tests.validation.validatorcontext.
ConstraintValidatorContextTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
ConstraintValidatorFactorySpecifiedInValidationXmlTest
org.hibernate.beanvalidation.tck.tests.integration.ee.cdi.
ConstraintValidatorInjectionTest
org.hibernate.beanvalidation.tck.tests.integration.cdi.factory.
ConstraintValidatorInjectionTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
ConstructorValidationTest
org.hibernate.beanvalidation.tck.tests.metadata.
CrossParameterDescriptorTest
org.hibernate.beanvalidation.tck.tests.constraints.customconstraint.
CustomConstraintValidatorTest
org.hibernate.beanvalidation.tck.tests.validatorfactory.
CustomConstraintValidatorTest
org.hibernate.beanvalidation.tck.tests.bootstrap.
CustomMessageInterpolatorTest
org.hibernate.beanvalidation.tck.tests.validation.
CustomPropertyPathTest
org.hibernate.beanvalidation.tck.tests.validatorfactory.
DefaultConstraintValidatorFactoryTest
org.hibernate.beanvalidation.tck.tests.constraints.groups.
DefaultGroupRedefinitionTest
org.hibernate.beanvalidation.tck.tests.integration.ee.
DefaultInjectionTest
org.hibernate.beanvalidation.tck.tests.integration.cdi.defaultinjection.
DefaultInjectionTest
org.hibernate.beanvalidation.tck.tests.methodvalidation.parameternameprovider.
DefaultParameterNameProviderTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
DefaultProviderSpecifiedInValidationXmlTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
DefaultSequenceDefinedInXmlTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
DisabledCascadedValidationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
DisabledCascadedValidationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
DuplicateConfigurationTest
org.hibernate.beanvalidation.tck.tests.metadata.
ElementDescriptorTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel.
ExcludeFieldLevelAnnotationsDueToBeanDefaultsTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.propertylevel.
ExcludePropertyLevelAnnotationsDueToBeanDefaultsTest
org.hibernate.beanvalidation.tck.tests.metadata.
ExecutableDescriptorIgnoresValidatedExecutableAnnotationSettingsTest
org.hibernate.beanvalidation.tck.tests.metadata.
ExecutableDescriptorIgnoresValidatedExecutableXmlSettingsTest
org.hibernate.beanvalidation.tck.tests.metadata.
ExecutableDescriptorTest
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
ExecutableTypesTest
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.global.
ExecutableValidationBasedOnGlobalConfigurationTest
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.globallydisabled.
ExecutableValidationGloballyDisabledTest
org.hibernate.beanvalidation.tck.tests.methodvalidation.
ExecutableValidationIgnoresValidatedExecutableAnnotationSettingsTest
org.hibernate.beanvalidation.tck.tests.methodvalidation.
ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
ExecutableValidationTest
org.hibernate.beanvalidation.tck.tests.messageinterpolation.
ExpressionLanguageMessageInterpolationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel.
FieldLevelOverridingTest
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
GenericAndCrossParameterConstraintTest
org.hibernate.beanvalidation.tck.tests.validation.
GetterDefinitionTest
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
GraphNavigationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.groupconversion.
GroupConversionTest
org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
GroupConversionValidationTest
org.hibernate.beanvalidation.tck.tests.constraints.groups.inheritance.
GroupInheritanceTest
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
GroupSequenceIsolationTest
org.hibernate.beanvalidation.tck.tests.constraints.groups.
GroupTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
IgnoreAnnotationsInConstructorConfigurationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
IgnoreAnnotationsInMethodConfigurationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
IgnoreAnnotationsOnConstructorTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
IgnoreAnnotationsOnMethodTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel.
IncludeFieldLevelAnnotationsDueToBeanDefaultsTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.propertylevel.
IncludePropertyLevelAnnotationsDueToBeanDefaultsTest
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidConstraintDefinitionsTest
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
InvalidDeclarationOfGenericAndCrossParameterConstraintTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel.
InvalidGroupConversionInFieldLevelOverridingTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.propertylevel.
InvalidGroupConversionInPropertyLevelOverridingTest
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.
InvalidGroupDefinitionsTest
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.
InvalidMethodConstraintDeclarationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
InvalidXmlConfigurationTest
org.hibernate.beanvalidation.tck.tests.integration.ee.
JndiRetrievalTest
org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.
ManagedObjectsTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
MandatoryNameAttributeTest
org.hibernate.beanvalidation.tck.tests.messageinterpolation.
MessageInterpolationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
MessageInterpolatorSpecifiedInValidationXmlNoDefaultConstructorTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
MessageInterpolatorSpecifiedInValidationXmlTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
MethodAsGetterAndMethodNodeTest
org.hibernate.beanvalidation.tck.tests.constraints.application.method.
MethodValidationRequirementTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
MethodValidationTest
org.hibernate.beanvalidation.tck.tests.methodvalidation.
MethodValidationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
MissingClassNameOnBeanNodeTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
MissingMandatoryElementTest
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.nestedconstraintcomposition.
NestedConstraintCompositionTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
OptionalValidationXmlTest
org.hibernate.beanvalidation.tck.tests.metadata.
ParameterDescriptorTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
ParameterNameProviderSpecifiedInValidationXmlTest
org.hibernate.beanvalidation.tck.tests.methodvalidation.parameternameprovider.
ParameterNameProviderTest
org.hibernate.beanvalidation.tck.tests.metadata.
PropertyDescriptorTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.propertylevel.
PropertyLevelOverridingTest
org.hibernate.beanvalidation.tck.tests.validation.
PropertyPathTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
ReservedElementNameTest
org.hibernate.beanvalidation.tck.tests.metadata.
ReturnValueDescriptorTest
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequence.
SequenceResolutionTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
TraversableResolverSpecifiedInValidationXmlNoDefaultConstructorTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
TraversableResolverSpecifiedInValidationXmlTest
org.hibernate.beanvalidation.tck.tests.traversableresolver.
TraversableResolverTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
UnknownConstructorValidationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
UnknownMethodValidationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning.
UnknownVersionInMappingXmlTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning.
UnknownVersionInValidationXmlTest
org.hibernate.beanvalidation.tck.tests.methodvalidation.
ValidateConstructorParametersTest
org.hibernate.beanvalidation.tck.tests.methodvalidation.
ValidateConstructorReturnValueTest
org.hibernate.beanvalidation.tck.tests.methodvalidation.
ValidateParametersTest
org.hibernate.beanvalidation.tck.tests.validation.
ValidatePropertyTest
org.hibernate.beanvalidation.tck.tests.methodvalidation.
ValidateReturnValueTest
org.hibernate.beanvalidation.tck.tests.validation.
ValidateTest
org.hibernate.beanvalidation.tck.tests.validation.
ValidateValueTest
org.hibernate.beanvalidation.tck.tests.validation.
ValidateWithGroupsTest
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.
ValidationInterceptorPriorityTest
org.hibernate.beanvalidation.tck.tests.bootstrap.
ValidationProviderTest
org.hibernate.beanvalidation.tck.tests.constraints.application.
ValidationRequirementTest
org.hibernate.beanvalidation.tck.tests.validation.
ValidationTest
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.
ValidMethodConstraintDeclarationTest
org.hibernate.beanvalidation.tck.tests.validation.
ValueAccessStrategyTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning.
Version10InMappingXmlTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning.
Version10InValidationXmlTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning.
Version11InMappingXmlTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning.
Version11InValidationXmlTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel.
WrongFieldNameTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.propertylevel.
WrongPropertyNameTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
XmlConfigurationTest
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdefinition.
XmlConfiguredConstraintValidatorTest
org.hibernate.beanvalidation.tck.util.
ArtifactDumper
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Author
org.hibernate.beanvalidation.tck.tests.constraints.customconstraint.
Author
org.hibernate.beanvalidation.tck.tests.validation.
BadlyBehavedEntity
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
Bar
(implements org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
Dummy
, java.io.
Serializable
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
SerializableBarSubclass
(implements java.io.
Serializable
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
BaseClass
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
SubClassA
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
SubClassB
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Book
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
BookingService
org.hibernate.beanvalidation.tck.tests.bootstrap.customprovider.
BootstrapNonAvailableValidationProviderTest.DummyValidationProvider
(implements javax.validation.spi.ValidationProvider<T>)
org.hibernate.beanvalidation.tck.tests.bootstrap.customprovider.
BootstrapNonAvailableValidationProviderTest.DummyValidatorConfiguration
(implements javax.validation.Configuration<T>)
org.hibernate.beanvalidation.tck.tests.constraints.customconstraint.
BoundariesConstraintValidator
<T> (implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.customconstraint.
PositiveConstraintValidator
org.hibernate.beanvalidation.tck.tests.validation.
Boy
(implements org.hibernate.beanvalidation.tck.tests.validation.
Person
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.parameternameprovider.
BrokenCustomParameterNameProvider
(implements javax.validation.ParameterNameProvider)
org.hibernate.beanvalidation.tck.tests.constraints.application.
Building
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.impl.
BusinessCalendarServiceImplementation
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.
BusinessCalendarService
)
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
C
org.hibernate.beanvalidation.tck.tests.constraints.application.method.
CalendarEvent
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.model.
CalendarEvent
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
CalendarService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.globallydisabled.
CalendarService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
CalendarService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.global.
CalendarService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.
CalendarService
org.hibernate.beanvalidation.tck.tests.constraints.application.method.
CalendarService
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.impl.
CalendarServiceImplementation
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.
CalendarService
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
CalendarServiceWithCascadingReturnValue
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Car
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
Cascaded
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
Cascaded
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Child
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
ClassLevelAnnotatedCalendarService
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ComposedConstraint.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ComposedGenericAndCrossParameterConstraint.ObjectValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ComposedGenericAndCrossParameterConstraint.ParametersValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ComposingConstraintSupportingAnnotatedElement.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ComposingConstraintSupportingParameters.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
ConfigurationDefinedConstraintValidatorFactoryResolver
(implements javax.validation.ConstraintValidatorFactory)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
ConfigurationDefinedMessageInterpolator
(implements javax.validation.MessageInterpolator)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
ConfigurationDefinedTraversableResolver
(implements javax.validation.TraversableResolver)
org.hibernate.beanvalidation.tck.tests.constraints.application.method.
ConsistentDateParameterValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
ConsistentUserValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
CustomConsistentUserValidator
org.hibernate.beanvalidation.tck.tests.integration.ee.
ConstantMessageInterpolator
(implements javax.validation.MessageInterpolator)
org.hibernate.beanvalidation.tck.tests.integration.cdi.defaultinjection.
ConstantMessageInterpolator
(implements javax.validation.MessageInterpolator)
org.hibernate.beanvalidation.tck.tests.validation.validatorcontext.
ConstraintValidatorContextTest.CompatiblePersonsValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.
ConstraintValidatorFactoryUsingDependencyInjection
(implements javax.validation.ConstraintValidatorFactory)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
ConstraintWithObjectAndObjectArrayValidator.AnotherValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
ConstraintWithObjectAndObjectArrayValidator.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
ConstraintWithTwoCrossParameterValidators.AnotherValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
ConstraintWithTwoCrossParameterValidators.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
ConstraintWithTwoValidatorsForTheSameType.AnotherValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
ConstraintWithTwoValidatorsForTheSameType.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
Coordinate
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
CreditCard
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel.
CreditCard
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.propertylevel.
CreditCard
org.hibernate.beanvalidation.tck.tests.constraints.groups.
CreditCard
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
CreditCardValidationService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
CrossParameterConstraint.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
CrossParameterConstraint.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CrossParameterConstraintWithObjectArrayValidator.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CrossParameterConstraintWithObjectValidator.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CrossParameterConstraintWithoutValidator.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CrossParameterConstraintWithSeveralValidators.AnotherValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CrossParameterConstraintWithSeveralValidators.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
CrossParameterConstraintWithValidationAppliesTo.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
CrossRepositoryConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
CrossRepositoryConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.metadata.
CustomComposingConstraint.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.metadata.
CustomConstraint.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CustomConstraint.ValidatorBaseClass
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CustomConstraint.ValidatorForAnotherBaseClass
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CustomConstraint.ValidatorForAnotherSubClass
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CustomConstraint.ValidatorForCustomClass
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CustomConstraint.ValidatorForCustomInterface
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CustomConstraint.ValidatorForSubClassA
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CustomConstraint.ValidatorForSubClassB
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.
CustomConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.customconstraint.
CustomConstraintValidatorTest.Freezer
org.hibernate.beanvalidation.tck.tests.constraints.customconstraint.
CustomConstraintValidatorTest.OddShoe
org.hibernate.beanvalidation.tck.tests.constraints.customconstraint.
CustomConstraintValidatorTest.Shoe
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
Customer
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
Customer
org.hibernate.beanvalidation.tck.tests.validation.
Customer
(implements org.hibernate.beanvalidation.tck.tests.validation.
Person
)
org.hibernate.beanvalidation.tck.tests.metadata.
Customer
(implements org.hibernate.beanvalidation.tck.tests.metadata.
Person
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
Customer
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
CustomerRepository
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
CustomerRepository
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
CustomerRepository.ValidB2BRepositoryValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
CustomerRepository.ValidB2BRepositoryValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.metadata.
CustomerService
org.hibernate.beanvalidation.tck.tests.metadata.
CustomerServiceExtension
org.hibernate.beanvalidation.tck.tests.metadata.
CustomerService.InnerClass
org.hibernate.beanvalidation.tck.tests.metadata.
CustomerService.MyCrossParameterConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.metadata.
CustomerService.ValidCustomerServiceValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.bootstrap.
CustomMessageInterpolatorTest.Person
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
CustomParameterNameProvider
(implements javax.validation.ParameterNameProvider)
org.hibernate.beanvalidation.tck.tests.validation.
CustomParameterNameProvider
(implements javax.validation.ParameterNameProvider)
org.hibernate.beanvalidation.tck.tests.methodvalidation.parameternameprovider.
CustomParameterNameProvider
(implements javax.validation.ParameterNameProvider)
org.hibernate.beanvalidation.tck.tests.validation.
CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.
CustomPropertyPathTest.CrossParameterValidationAddingParameterBeanAndPropertyNodes.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.
CustomPropertyPathTest.FieldLevelValidationAddingParameterNode.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.
CustomPropertyPathTest.MyClassLevelValidation.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.
CustomPropertyPathTest.PropertyLevelValidationAddingBeanAndPropertyNodes.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
D1
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
Delivery
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
DeliveryService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
DeliveryServiceImpl
(implements org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
DeliveryService
)
org.hibernate.beanvalidation.tck.tests.validation.validatorcontext.
DummyBean
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning.
DummyMessageInterpolator
(implements javax.validation.MessageInterpolator)
org.hibernate.beanvalidation.tck.tests.validation.validatorcontext.
DummyValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
E
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.
EarlierInterceptor
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
Email
org.hibernate.beanvalidation.tck.tests.validation.
Employee
(implements org.hibernate.beanvalidation.tck.tests.validation.
Person
)
org.hibernate.beanvalidation.tck.tests.validation.
Engine
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
Error
(implements javax.validation.Payload)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
Event
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.globallydisabled.
Event
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
Event
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.global.
Event
org.hibernate.beanvalidation.tck.tests.traversableresolver.
ExceptionThrowingTraversableResolver
(implements javax.validation.TraversableResolver)
org.hibernate.beanvalidation.tck.tests.metadata.
Executables
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
ExplicitGenericConstraint.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.messageinterpolation.
ExpressionLanguageMessageInterpolationTest.ValidContinent.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.
ExtendedOrderServiceImplementation
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
ExtendedOrderService
)
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
F1
org.hibernate.beanvalidation.tck.tests.integration.ee.
Foo
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
Foo
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.
Foo
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.
Bar
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.
Fubar
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
FrenchZipcodeConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
Friend
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
GameReserve
<T>
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
GenericAndCrossParameterConstraint.CrossParameterValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
GenericAndCrossParameterConstraint.GenericValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
GenericAndCrossParameterConstraint.ObjectValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
GenericAndCrossParameterConstraint.ObjectValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
GenericAndCrossParameterConstraint.ParametersValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
GenericAndCrossParameterConstraint.ParametersValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
GenericAndCrossParameterConstraintWithOneValidator.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
GenericAndCrossParameterConstraintWithValidationAppliesToOfWrongType.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
GenericAndCrossParameterConstraintWithValidationAppliesToWithWrongDefaultValue.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
GenericConstraint.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
GenericConstraintWithValidationAppliesTo.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.traversableresolver.
Gentleman
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
GermanZipcode.GermanZipcodeConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.ee.cdi.
Greeter
org.hibernate.beanvalidation.tck.tests.integration.cdi.factory.
Greeter
org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.
Greeter
org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.
GreetingConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.ee.cdi.
GreetingConstraintValidatorForInteger
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.cdi.factory.
GreetingConstraintValidatorForInteger
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.ee.cdi.
GreetingConstraintValidatorForString
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.cdi.factory.
GreetingConstraintValidatorForString
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.groupconversion.
Groups
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Herd
<T> (implements java.lang.
Iterable
<T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
IgnoreAnnotations
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
IgnoreAnnotations
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
IgnoreAnnotations.CrossParameterConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
IgnoreAnnotations.CrossParameterConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.
ImplementationAddingParameterConstraints
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
CalendarService
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.
ImplementationMarkingParameterAsCascaded
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
CalendarService
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.
ImplementationOfCascadingAndNonCascadingInterfaces
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
CalendarService
, org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
YetAnotherCalendarService
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.
ImplementationOfConstrainedAndUnconstrainedInterfaces
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
AnotherCalendarService
, org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
CalendarService
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.impl.
ImplementationOfParallelInterfacesMarkingReturnValueAsCascaded
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.
AnotherInterfaceMarkingReturnValueAsCascaded
, org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.
InterfaceMarkingReturnValueAsCascaded
)
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl.
ImplementationOfParallelInterfacesWithGroupConversionOnParameter
(implements org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserWriteService
, org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserWriteServiceWithGroupConversionOnParameter
)
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl.
ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue
(implements org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserReadService
, org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserReadServiceWithGroupConversionOnReturnValue
)
org.hibernate.beanvalidation.tck.util.
IntegrationTestsMethodSelector
(implements org.testng.IMethodSelector)
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl.
InterfaceImplementationWithGroupConversionOnParameter
(implements org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserWriteService
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidConstraintDefinitionsTest.DummyEntityInvalidDefaultGroup
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidConstraintDefinitionsTest.DummyEntityInvalidDefaultPayload
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidConstraintDefinitionsTest.DummyEntityInvalidGroupsType
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidConstraintDefinitionsTest.DummyEntityInvalidMessageType
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidConstraintDefinitionsTest.DummyEntityInvalidPayloadClass
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidConstraintDefinitionsTest.DummyEntityNoGroups
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidConstraintDefinitionsTest.DummyEntityNoMessage
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidConstraintDefinitionsTest.DummyEntityNoPayload
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidConstraintDefinitionsTest.DummyEntityValidProperty
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidCrossParameterConstraint.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidDefaultGroup.InvalidDefaultGroupValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidDefaultPayload.DummyPayload
(implements javax.validation.Payload)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidDefaultPayload.InvalidDefaultGroupValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidGenericAndCrossParameterConstraint.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidGroupsType.InvalidDefaultGroupValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidMessageType.InvalidDefaultGroupValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidPayloadClass.InvalidDefaultGroupValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.builtinconstraints.
InvertedNotNullValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.
InvocationTracker
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
IsAdult.IsAdultValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.metadata.
Item
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
Item
org.hibernate.beanvalidation.tck.tests.traversableresolver.
Jacket
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.
LaterInterceptor
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdefinition.
LengthValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdefinition.
DummyLengthValidator
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
LineItem
org.hibernate.beanvalidation.tck.tests.metadata.
Man
(implements org.hibernate.beanvalidation.tck.tests.metadata.
Person
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.
MessageHolder
org.hibernate.beanvalidation.tck.tests.messageinterpolation.
MessageInterpolationTest.DummyEntity
org.hibernate.beanvalidation.tck.tests.messageinterpolation.
MessageInterpolationTest.Person
org.hibernate.beanvalidation.tck.tests.messageinterpolation.
MessageInterpolationTest.TestContext
(implements javax.validation.MessageInterpolator.Context)
org.hibernate.beanvalidation.tck.tests.messageinterpolation.
MessageInterpolationTest.ValidTestBean.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.
MessageInterpolatorUsingDependencyInjection
(implements javax.validation.MessageInterpolator)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
MinMax
org.hibernate.beanvalidation.tck.tests.validation.
Movie
org.hibernate.beanvalidation.tck.tests.validation.
MovieStudio
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
MultiCage
org.hibernate.beanvalidation.tck.tests.validatorfactory.
MyConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
MyCrossParameterConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validatorfactory.
MySecondConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdefinition.
Name
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
NameProducer
org.hibernate.beanvalidation.tck.tests.constraints.customconstraint.
NegativeConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
NoGroups.NoGroupsValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
NoMessage.NoMessageValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
NoPayload.NoGroupsValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
NotEmpty.NotEmptyValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.metadata.
NotEmpty.UnusedPayload
(implements javax.validation.Payload)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
OfflineCalendarService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
OnlineCalendarService
org.hibernate.beanvalidation.tck.tests.constraints.application.method.
OnlineCalendarServiceValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
Order
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
Order
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Order
(implements org.hibernate.beanvalidation.tck.tests.constraints.groups.
Auditable
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.model.
Order
org.hibernate.beanvalidation.tck.tests.validation.
Order
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Order
org.hibernate.beanvalidation.tck.tests.metadata.
Order
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
Order
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
OrderLine
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
OrderLine
org.hibernate.beanvalidation.tck.tests.metadata.
OrderLine
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
OrderLine
org.hibernate.beanvalidation.tck.tests.methodvalidation.service.
OrderService
org.hibernate.beanvalidation.tck.tests.methodvalidation.service.
ExtendedOrderService
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
OrderServiceImpl
(implements org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
OrderService
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.service.
OrderServiceImpl
(implements org.hibernate.beanvalidation.tck.tests.methodvalidation.service.
IOrderService
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.
OrderServiceImplementation
(implements org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
OrderService
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.service.
OrderServiceWithRedefinedDefaultGroupSequence
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
Package
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.clazzlevel.
Package
org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.
ParameterNameProviderUsingDependencyInjection
(implements javax.validation.ParameterNameProvider)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
ParameterProducer
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ParametersNotEmpty.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Parent
org.hibernate.beanvalidation.tck.util.
PathNodeKinds
(implements java.lang.
Comparable
<T>)
org.hibernate.beanvalidation.tck.util.
PathNodeNames
(implements java.lang.
Comparable
<T>)
org.hibernate.beanvalidation.tck.util.
PathUtil
org.hibernate.beanvalidation.tck.util.
PathUtil.PathExpectation
org.hibernate.beanvalidation.tck.tests.constraints.constraintdefinition.
Person
org.hibernate.beanvalidation.tck.tests.constraints.application.
Person
(implements org.hibernate.beanvalidation.tck.tests.constraints.application.
Citizen
)
org.hibernate.beanvalidation.tck.tests.constraints.application.
Woman
org.hibernate.beanvalidation.tck.tests.constraints.application.
SuperWoman
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.model.
Person
org.hibernate.beanvalidation.tck.tests.traversableresolver.
Person
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
PersonService
org.hibernate.beanvalidation.tck.tests.validation.
PropertyPathTest.SpecialValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
SafeEncryption.SafeEncryptionValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.application.
SecurityCheck.SecurityCheckValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
Severity
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
Severity.Error
(implements javax.validation.Payload)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
Severity.Info
(implements javax.validation.Payload)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
Severity.Warn
(implements javax.validation.Payload)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
Shipment
org.hibernate.beanvalidation.tck.tests.validation.
Shipment
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
ShipmentBase
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
ShipmentServiceSubClass
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
ShipmentServiceImpl
(implements org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
ShipmentService
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
Shoe
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
SingleCage
org.hibernate.beanvalidation.tck.tests.traversableresolver.
SnifferTraversableResolver
(implements javax.validation.TraversableResolver)
org.hibernate.beanvalidation.tck.tests.metadata.
StockItem
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
StockItem
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
Suburb
org.hibernate.beanvalidation.tck.tests.traversableresolver.
Suit
org.hibernate.beanvalidation.tck.tests.metadata.
SuperClass
org.hibernate.beanvalidation.tck.tests.metadata.
SubClass
org.hibernate.beanvalidation.tck.tests.metadata.
SuperConstraintValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.common.
TCKValidationProvider
(implements javax.validation.spi.ValidationProvider<T>)
org.hibernate.beanvalidation.tck.common.
TCKValidationProvider.DummyValidatorFactory
(implements javax.validation.ValidatorFactory)
org.hibernate.beanvalidation.tck.common.
TCKValidatorConfiguration
(implements javax.validation.Configuration<T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning.
TestEntity
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequence.
TestEntity
org.hibernate.beanvalidation.tck.util.
TestUtil
org.hibernate.beanvalidation.tck.util.
TestUtil.NodeImpl
(implements javax.validation.Path.Node)
org.hibernate.beanvalidation.tck.util.
TestUtil.PathImpl
(implements javax.validation.Path)
org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.
TraversableResolverUsingDependencyInjection
(implements javax.validation.TraversableResolver)
org.hibernate.beanvalidation.tck.tests.traversableresolver.
Trousers
org.hibernate.beanvalidation.tck.tests.metadata.
UnconstraintEntity
org.hibernate.beanvalidation.tck.tests.bootstrap.
User
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
User
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
SuperUser
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
User
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel.
User
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.propertylevel.
User
org.hibernate.beanvalidation.tck.tests.constraints.groups.
User
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
User
org.hibernate.beanvalidation.tck.tests.constraints.application.method.
User
org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
User
org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
EndUserImpl
(implements org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
EndUser
)
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
User
org.hibernate.beanvalidation.tck.tests.methodvalidation.parameternameprovider.
User
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
User
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserReadServiceBase
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl.
ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnReturnValue
(implements org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserReadServiceWithGroupConversionOnReturnValue
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
UserService
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
UserWithGroupConversionButWithoutValidAnnotationConstructorParameter
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
UserWithGroupConversionButWithoutValidAnnotationOnConstructorReturnValue
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
UserWithGroupConversionButWithoutValidAnnotationOnField
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
UserWithGroupConversionButWithoutValidAnnotationOnMethodParameter
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
UserWithGroupConversionButWithoutValidAnnotationOnMethodReturnValue
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
UserWithGroupConversionButWithoutValidAnnotationOnProperty
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
UserWithGroupConversionWithSequenceAsFrom
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
UserWithSeveralGroupConversionsForSameFrom
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserWriteServiceBase
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl.
ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter
(implements org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserWriteServiceWithGroupConversionOnParameter
)
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl.
SubClassWithGroupConversionOnParameter
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.constraint.
ValidAbstractCalendarServiceValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
ValidAnotherBookingService.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.
ValidateTest.ValidDirtBike.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.ee.
ValidationTestEjb
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
ValidatorResolutionTest
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.
ValidBar.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.constraint.
ValidBusinessCalendarEventValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidBusinessCustomerValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.constraint.
ValidCalendarEventValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.constraint.
ValidCalendarServiceSubClassValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidCustomerValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.
ValidFoo.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.
ValidFubar.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
ValidInPropertyName.ValidPropertyValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
ValidInteger.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidLineItem.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
ValidLong.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.
ValidMovieStudioValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
ValidObject.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidOrderServiceValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidOrderServiceValidatorForOrderServiceWithRedefinedDefaultGroupSequence
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidOrderValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
ValidPackage.ValidPackageValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.clazzlevel.
ValidPackage.ValidPackageValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
ValidPersonService.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidRetailOrderServiceValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidRetailOrderServiceValidatorForOrderServiceWithRedefinedDefaultGroupSequence
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidRetailOrderValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidStockItem.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidWarehouseItem.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.
ValueAccessStrategyTest.ValidFirstName.ValidFirstNameValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.
ValueAccessStrategyTest.ValidName.Validator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.
ValueAccessStrategyTest.ValidPerson.ValidPersonValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.constraints.application.
Visibility
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
WarehouseItem
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
XmlDefinedConstraintValidatorFactory
(implements javax.validation.ConstraintValidatorFactory)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
XmlDefinedMessageInterpolator
(implements javax.validation.MessageInterpolator)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
XmlDefinedMessageInterpolator.NoDefaultConstructorInterpolator
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
XmlDefinedTraversableResolver
(implements javax.validation.TraversableResolver)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
XmlDefinedTraversableResolver.NoDefaultConstructorResolver
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
YetAnotherCalendarService
org.hibernate.beanvalidation.tck.tests.constraints.groups.
ZipCodeCoherenceValidator
(implements javax.validation.ConstraintValidator<A,T>)
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Zoo
Interface Hierarchy
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Address.Complete
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Address.HighLevelCoherence
org.hibernate.beanvalidation.tck.tests.validation.
Address.Minimal
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
AnotherBookingService.IgnoredValidationGroup
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
AnotherCalendarService
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.
AnotherInterfaceMarkingReturnValueAsCascaded
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
AnotherShipmentService2stInHierarchy
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
AnotherShipmentService1stInHierarchy
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Auditable
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
BasicPostal
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
FullPostal
org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
BasicPostal
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Book.All
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
BookingService.IgnoredValidationGroup
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.
CalendarService
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.
BusinessCalendarService
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
CalendarService
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Car.Test
org.hibernate.beanvalidation.tck.tests.constraints.application.
Citizen
org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
Complex
org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
Complete
(also extends javax.validation.groups.Default)
org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
ComplexPostal
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.groupconversion.
ConvertA
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.groupconversion.
ConvertB
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.groupconversion.
ConvertC
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
Customer.Basic
org.hibernate.beanvalidation.tck.tests.metadata.
Customer.BasicChecks
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
Customer.Extended
org.hibernate.beanvalidation.tck.tests.metadata.
Customer.StrictChecks
org.hibernate.beanvalidation.tck.tests.metadata.
Customer.StrictCustomerChecks
org.hibernate.beanvalidation.tck.tests.metadata.
CustomerService.BasicChecks
org.hibernate.beanvalidation.tck.tests.metadata.
CustomerService.StrictChecks
org.hibernate.beanvalidation.tck.tests.metadata.
CustomerService.StrictCustomerServiceChecks
org.hibernate.beanvalidation.tck.tests.constraints.groups.
CyclicGroupSequence
org.hibernate.beanvalidation.tck.tests.constraints.groups.
CyclicGroupSequence1
org.hibernate.beanvalidation.tck.tests.constraints.groups.
CyclicGroupSequence2
javax.validation.groups.Default
org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
Complete
(also extends org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
Complex
)
org.hibernate.beanvalidation.tck.tests.constraints.groups.
User.BuyInOneClick
(also extends org.hibernate.beanvalidation.tck.tests.constraints.groups.
User.Billable
)
org.hibernate.beanvalidation.tck.tests.constraints.groups.
DefaultAlias
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
DeliveryService
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
Dummy
org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
EndUser
org.hibernate.beanvalidation.tck.tests.constraints.groups.
First
org.hibernate.beanvalidation.tck.tests.validation.
First
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
FrenchAddress.FullAddressCheck
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.
Fubar
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
IgnoreAnnotations.A
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
IgnoreAnnotations.A
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
IgnoreAnnotations.B
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
IgnoreAnnotations.B
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.
InterfaceMarkingReturnValueAsCascaded
org.hibernate.beanvalidation.tck.tests.methodvalidation.service.
IOrderService
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
Item.Basic
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Last
org.hibernate.beanvalidation.tck.tests.validation.
Last
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
NotEmpty.DummyGroup
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
Optional
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
Optional
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.clazzlevel.
Optional
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
OrderService
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
OrderService
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
ExtendedOrderService
org.hibernate.beanvalidation.tck.tests.methodvalidation.service.
OrderService.Basic
org.hibernate.beanvalidation.tck.tests.methodvalidation.service.
OrderService.Complex
org.hibernate.beanvalidation.tck.tests.methodvalidation.service.
OrderService.OrderServiceSequence
org.hibernate.beanvalidation.tck.tests.methodvalidation.service.
OrderServiceWithRedefinedDefaultGroupSequence.Basic
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Parent.ChildFirst
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Parent.ParentSecond
org.hibernate.beanvalidation.tck.tests.validation.graphnavigation.
Parent.ProperOrder
javax.validation.Payload
org.hibernate.beanvalidation.tck.tests.metadata.
Severity.Info
org.hibernate.beanvalidation.tck.tests.validation.
Person
org.hibernate.beanvalidation.tck.tests.metadata.
Person
org.hibernate.beanvalidation.tck.tests.metadata.
Person.PersonValidation
org.hibernate.beanvalidation.tck.tests.validation.
PlayedWith
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.
PostalSequence
org.hibernate.beanvalidation.tck.tests.validation.groupconversion.
PostalSequence
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
PrePosting
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.clazzlevel.
PrePosting
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
RepositoryGroup
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
RepositoryGroup
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Second
org.hibernate.beanvalidation.tck.tests.validation.
Second
org.hibernate.beanvalidation.tck.tests.metadata.
Severity
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
ShipmentService
org.hibernate.beanvalidation.tck.tests.metadata.
SubClass.DefaultGroup
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
TestGroup
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
User.Basic
org.hibernate.beanvalidation.tck.tests.constraints.groups.
User.Billable
org.hibernate.beanvalidation.tck.tests.constraints.groups.
User.BuyInOneClick
(also extends javax.validation.groups.Default)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel.
User.CreditRatingA
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.propertylevel.
User.CreditRatingA
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.fieldlevel.
User.CreditRatingAA
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.propertylevel.
User.CreditRatingAA
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.
User.Extended
org.hibernate.beanvalidation.tck.tests.constraints.groups.
User.Optional
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserReadService
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserReadServiceWithGroupConversionOnReturnValue
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserWriteService
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.
UserWriteServiceWithGroupConversionOnParameter
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.
YetAnotherCalendarService
Annotation Type Hierarchy
org.hibernate.beanvalidation.tck.util.
IntegrationTest
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.messageinterpolation.
ExpressionLanguageMessageInterpolationTest.ValidContinent
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.messageinterpolation.
MessageInterpolationTest.ValidTestBean
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.ee.cdi.
GreetingConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.factory.
GreetingConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
CrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
ValidAnotherBookingService
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
LongName
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.
ValidPersonService
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
ValidObject
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.
LongName
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.
CustomConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.
Late
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.
Early
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.
GreetingConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdefinition.
Length
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
ConsistentUserInformation
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
CustomerRepository.ValidB2BRepository
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
CrossRepositoryConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constructorvalidation.
IgnoreAnnotations.CrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.
ValidPackage
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.clazzlevel.
ValidPackage
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
CustomerRepository.ValidB2BRepository
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
CrossRepositoryConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.
IgnoreAnnotations.CrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintdefinition.
AlwaysValid
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
ValidInteger
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
Ambiguous
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CrossParameterConstraintWithObjectValidator
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
GenericAndCrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CustomConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CrossParameterConstraintWithoutValidator
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CrossParameterConstraintWithObjectArrayValidator
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
ValidLong
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
CrossParameterConstraintWithSeveralValidators
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
ConstraintWithTwoValidatorsForTheSameType
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.groups.
ZipCodeCoherenceChecker
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
SafeEncryption
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupsequenceisolation.
IsAdult
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
NoGroups
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidGenericAndCrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidCrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidGroupsType
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
NoMessage
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
GenericAndCrossParameterConstraintWithValidationAppliesToOfWrongType
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
GenericAndCrossParameterConstraintWithValidationAppliesToWithWrongDefaultValue
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
CrossParameterConstraintWithValidationAppliesTo
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidPayloadClass
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
NoPayload
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
ConstraintWithTwoCrossParameterValidators
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidMessageType
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
ConstraintWithObjectAndObjectArrayValidator
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
GenericConstraintWithValidationAppliesTo
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidDefaultGroup
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
ValidInPropertyName
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.invalidconstraintdefinitions.
InvalidDefaultPayload
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.application.
SecurityCheck
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.application.method.
ConsistentDateParameters
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.application.method.
OnlineCalendarService
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.customconstraint.
Positive
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.customconstraint.
Negative
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
CrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
GenericConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
GenericAndCrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
GenericAndCrossParameterConstraintWithOneValidator
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.crossparameter.
ExplicitGenericConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.
ValidBar
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.
ValidFoo
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.
ValidFubar
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.constraint.
ValidCalendarServiceSubClass
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.constraint.
ValidAbstractCalendarService
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.constraint.
ValidCalendarEvent
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.constraint.
ValidBusinessCalendarEvent
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
FrenchZipcodeWithInvalidOverride
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ComposedConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
GermanZipcode
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
GenericAndCrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
FrenchZipcode
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ComposingConstraintSupportingParameters
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
NotEmpty
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
Name
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ParametersNotEmpty
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ComposedGenericAndCrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.
ComposingConstraintSupportingAnnotatedElement
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.nestedconstraintcomposition.
NestedCompositeConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.nestedconstraintcomposition.
CompositeConstraint1
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.nestedconstraintcomposition.
CompositeConstraint3
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.nestedconstraintcomposition.
NestedConstraintSingleViolation
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.nestedconstraintcomposition.
CompositeConstraint4
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.constraints.constraintcomposition.nestedconstraintcomposition.
CompositeConstraint2
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
ValidateTest.ValidDirtBike
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
CustomPropertyPathTest.MyClassLevelValidation
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
CustomPropertyPathTest.ClassLevelValidationAddingPropertyNodes
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
CustomPropertyPathTest.PropertyLevelValidationAddingBeanAndPropertyNodes
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
CustomPropertyPathTest.CrossParameterValidationAddingParameterBeanAndPropertyNodes
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
CustomPropertyPathTest.FieldLevelValidationAddingParameterNode
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
ValueAccessStrategyTest.ValidPerson
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
ValueAccessStrategyTest.ValidFirstName
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
ValueAccessStrategyTest.ValidName
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
ActorLikesGenre
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
NotEmpty
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
ValidMovieStudio
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.
PropertyPathTest.Special
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.validatorcontext.
Dummy
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validation.validatorcontext.
ConstraintValidatorContextTest.CompatiblePersons
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validatorfactory.
MyConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.validatorfactory.
MySecondConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.metadata.
AccountChecker
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.metadata.
CustomerService.MyCrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.metadata.
CustomerService.ValidCustomerService
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.metadata.
CustomConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.metadata.
NotEmpty
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.metadata.
SuperConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.metadata.
CustomComposingConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidRetailOrderService
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidRetailOrderService.List
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidStockItem
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidOrder
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidOrder.List
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidWarehouseItem
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidLineItem
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
MyCrossParameterConstraint
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
MyCrossParameterConstraint.List
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidRetailOrder
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidRetailOrder.List
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidBusinessCustomer
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidBusinessCustomer.List
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidCustomer
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidCustomer.List
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidOrderService
(implements java.lang.annotation.
Annotation
)
org.hibernate.beanvalidation.tck.tests.methodvalidation.constraint.
ValidOrderService.List
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.
UserType
org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.
Suburb.Facility
org.hibernate.beanvalidation.tck.tests.constraints.groups.
Animal.Domain
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008-2013. All Rights Reserved.