EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql.model
Interface IJPQLQueryFormatter

All Known Implementing Classes:
AbstractActualJPQLQueryFormatter, AbstractJPQLQueryFormatter, BaseJPQLQueryFormatter, DefaultActualJPQLQueryFormatter, DefaultJPQLQueryFormatter, EclipseLinkActualJPQLQueryFormatter, EclipseLinkJPQLQueryFormatter

public interface IJPQLQueryFormatter

A IJPQLQueryFormatter helps to write a string representation of a StateObject.

Version:
2.4
Author:
Pascal Filion
Since:
2.4

Nested Class Summary
static class IJPQLQueryFormatter.IdentifierStyle
          This enumeration determines how the JPQL identifiers are formatted when written out.
 
Method Summary
 java.lang.String toString(StateObject stateObject)
          Creates a string representation of the given StateObject.
 

Method Detail

toString

java.lang.String toString(StateObject stateObject)
Creates a string representation of the given StateObject.

Parameters:
stateObject - The StateObject that represents a complete or incomplete JPQL query
Returns:
The string representation of the given StateObject

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference