EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql.spi
Interface IQuery

All Known Implementing Classes:
JavaQuery

public interface IQuery

The external representation of a JPQL query.

Version:
2.3
Author:
Pascal Filion
Since:
2.3

Method Summary
 java.lang.String getExpression()
          Returns the string representation of the JPQL query.
 IManagedTypeProvider getProvider()
          Retrieves the provider of managed types.
 

Method Detail

getExpression

java.lang.String getExpression()
Returns the string representation of the JPQL query.

Returns:
A non-null string representation of the JPQL query

getProvider

IManagedTypeProvider getProvider()
Retrieves the provider of managed types.

Returns:
The object that has access to the application's managed types.

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference