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.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.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.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.ArchiveBuilder.ResourceDescriptor
- org.hibernate.beanvalidation.tck.util.shrinkwrap.ArchiveBuilder.ServiceProviderDescriptor
- org.jboss.arquillian.testng.Arquillian (implements org.testng.IHookable)
- 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.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.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.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.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.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.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.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.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.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.XmlDefinedTraversableResolver (implements javax.validation.TraversableResolver)
- 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.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.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
Enum Hierarchy
Copyright © 2008–2014. All rights reserved.