Uses of Class
org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
-
Packages that use DefaultSemanticValidator.TypeValidator Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of DefaultSemanticValidator.TypeValidator in org.eclipse.persistence.jpa.jpql.tools
Subclasses of DefaultSemanticValidator.TypeValidator in org.eclipse.persistence.jpa.jpql.tools Modifier and Type Class Description protected classDefaultSemanticValidator.BooleanTypeValidatorThis visitor validates expression that is a boolean literal to make sure the type is a Boolean.protected classDefaultSemanticValidator.NumericTypeValidatorThis visitor validates expression that is a numeric literal to make sure the type is an instance of Number.protected classDefaultSemanticValidator.StringTypeValidatorThis visitor validates that theExpressionis a string primary and to make sure the type is String.Fields in org.eclipse.persistence.jpa.jpql.tools with type parameters of type DefaultSemanticValidator.TypeValidator Modifier and Type Field Description protected Map<Class<? extends DefaultSemanticValidator.TypeValidator>,DefaultSemanticValidator.TypeValidator>DefaultSemanticValidator. validatorsTheTypeVlidatorsmapped to their Java class.protected Map<Class<? extends DefaultSemanticValidator.TypeValidator>,DefaultSemanticValidator.TypeValidator>DefaultSemanticValidator. validatorsTheTypeVlidatorsmapped to their Java class.Methods in org.eclipse.persistence.jpa.jpql.tools that return DefaultSemanticValidator.TypeValidator Modifier and Type Method Description protected DefaultSemanticValidator.TypeValidatorDefaultSemanticValidator. getValidator(Class<? extends DefaultSemanticValidator.TypeValidator> validatorClass)Method parameters in org.eclipse.persistence.jpa.jpql.tools with type arguments of type DefaultSemanticValidator.TypeValidator Modifier and Type Method Description protected DefaultSemanticValidator.TypeValidatorDefaultSemanticValidator. getValidator(Class<? extends DefaultSemanticValidator.TypeValidator> validatorClass)protected booleanDefaultSemanticValidator. isValid(Expression expression, Class<? extends DefaultSemanticValidator.TypeValidator> validatorClass)Determines whether the givenExpressionis of the correct type by using theDefaultSemanticValidator.TypeValidator.
-