Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
-
Packages that use ITypeRepository 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 ITypeRepository in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return ITypeRepository Modifier and Type Method Description ITypeRepositoryAbstractJPQLQueryHelper. getTypeRepository()Returns the repository that gives access to the application's types.ITypeRepositoryJPQLQueryContext. getTypeRepository()Returns the type repository for the application.ITypeRepositoryTypeHelper. getTypeRepository()Returns theITypeRepositoryused by this helperConstructors in org.eclipse.persistence.jpa.jpql.tools with parameters of type ITypeRepository Constructor Description TypeHelper(ITypeRepository typeRepository)Creates a newTypeHelper. -
Uses of ITypeRepository in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return ITypeRepository Modifier and Type Method Description ITypeRepositoryAbstractStateObject. getTypeRepository()Returns the type repository for the application. -
Uses of ITypeRepository in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver that return ITypeRepository Modifier and Type Method Description ITypeRepositoryResolver. getTypeRepository()Returns the type repository for the application. -
Uses of ITypeRepository in org.eclipse.persistence.jpa.jpql.tools.spi
Methods in org.eclipse.persistence.jpa.jpql.tools.spi that return ITypeRepository Modifier and Type Method Description ITypeRepositoryIManagedTypeProvider. getTypeRepository()Returns the type repository for the application.
-