Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeVisitor
-
Packages that use IManagedTypeVisitor Package Description 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 IManagedTypeVisitor in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type IManagedTypeVisitor Modifier and Type Method Description voidStateFieldPathExpressionStateObject.MapManagedType. accept(IManagedTypeVisitor visitor) -
Uses of IManagedTypeVisitor in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type IManagedTypeVisitor Modifier and Type Method Description voidCollectionValuedFieldResolver.MapManagedType. accept(IManagedTypeVisitor visitor)voidFromSubqueryResolver.VirtualManagedType. accept(IManagedTypeVisitor visitor) -
Uses of IManagedTypeVisitor in org.eclipse.persistence.jpa.jpql.tools.spi
Methods in org.eclipse.persistence.jpa.jpql.tools.spi with parameters of type IManagedTypeVisitor Modifier and Type Method Description voidIManagedType. accept(IManagedTypeVisitor visitor)Visits this managed type with the given visitor.
-