Interface IJPQLQueryFormatter
-
- All Known Implementing Classes:
AbstractActualJPQLQueryFormatter
,AbstractJPQLQueryFormatter
,BaseJPQLQueryFormatter
,DefaultActualJPQLQueryFormatter
,DefaultJPQLQueryFormatter
,EclipseLinkActualJPQLQueryFormatter
,EclipseLinkJPQLQueryFormatter
public interface IJPQLQueryFormatter
AIJPQLQueryFormatter
helps to write a string representation of aStateObject
.- Version:
- 2.4
- Author:
- Pascal Filion
- Since:
- 2.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IJPQLQueryFormatter.IdentifierStyle
This enumeration determines how the JPQL identifiers are formatted when written out.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toString(StateObject stateObject)
Creates a string representation of the givenStateObject
.
-
-
-
Method Detail
-
toString
java.lang.String toString(StateObject stateObject)
Creates a string representation of the givenStateObject
.- Parameters:
stateObject
- TheStateObject
that represents a complete or incomplete JPQL query- Returns:
- The string representation of the given
StateObject
-
-