Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
-
Packages that use ITypeDeclaration Package Description org.eclipse.persistence.jpa.jpql.tools org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query.org.eclipse.persistence.jpa.jpql.tools.resolver org.eclipse.persistence.jpa.jpql.tools.spi The Hermes SPI defines how the parser and its related features can retrieve information about the JPA managed types from the application. -
-
Uses of ITypeDeclaration in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return ITypeDeclaration Modifier and Type Method Description ITypeDeclaration[]GenericSemanticValidatorHelper. getMethodParameterTypeDeclarations(Object constructor)ITypeDeclarationGenericSemanticValidatorHelper. getTypeDeclaration(Expression expression)ITypeDeclarationJPQLQueryContext. getTypeDeclaration(Expression expression)Returns theITypeDeclarationof the field handled by thisResolver.ITypeDeclarationGenericTypeHelper. objectTypeDeclaration()ITypeDeclarationTypeHelper. objectTypeDeclaration()ITypeDeclarationGenericTypeHelper. unknownTypeDeclaration()ITypeDeclarationTypeHelper. unknownTypeDeclaration()Returns theITypeDeclarationfor theITyperepresenting an unknown type. -
Uses of ITypeDeclaration in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return ITypeDeclaration Modifier and Type Method Description ITypeDeclarationAbstractPathExpressionStateObject. getTypeDeclaration()Returns theITypeDeclarationof the field handled by this object.ITypeDeclarationEncapsulatedIdentificationVariableExpressionStateObject. getTypeDeclaration()Returns theITypeDeclarationof the field handled by this object.ITypeDeclarationIdentificationVariableStateObject. getTypeDeclaration()Returns theITypeDeclarationof the field handled by this object.protected ITypeDeclarationAbstractPathExpressionStateObject. resolveTypeDeclaration()Resolves theITypeDeclarationof the property handled by this object.protected ITypeDeclarationEncapsulatedIdentificationVariableExpressionStateObject. resolveTypeDeclaration()Resolves theITypeDeclarationof the property handled by this object.protected ITypeDeclarationIdentificationVariableStateObject. resolveTypeDeclaration()Resolves theITypeDeclarationof the property handled by this object. -
Uses of ITypeDeclaration in org.eclipse.persistence.jpa.jpql.tools.resolver
-
Uses of ITypeDeclaration in org.eclipse.persistence.jpa.jpql.tools.spi
Methods in org.eclipse.persistence.jpa.jpql.tools.spi that return ITypeDeclaration Modifier and Type Method Description ITypeDeclaration[]IConstructor. getParameterTypes()Returns the list ofITypeDeclarationrepresenting the parameter types.ITypeDeclarationIMapping. getTypeDeclaration()Returns the declaration of the Java class, which gives the information about type parameters, dimensionality, etc.ITypeDeclarationIType. getTypeDeclaration()Returns the declaration of the Java class, which gives the information about type parameters, dimensionality, etc.ITypeDeclaration[]ITypeDeclaration. getTypeParameters()Returns theITypeDeclarationsthat represent the variables declared by the generic declaration represented by thisITypeDeclaration.
-