public interface IJPQLQueryFormatter
IJPQLQueryFormatter
helps to write a string representation of a StateObject
.Modifier and Type | Interface and Description |
---|---|
static class |
IJPQLQueryFormatter.IdentifierStyle
This enumeration determines how the JPQL identifiers are formatted when written out.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString(StateObject stateObject)
Creates a string representation of the given
StateObject . |
java.lang.String toString(StateObject stateObject)
StateObject
.stateObject
- The StateObject
that represents a complete or incomplete JPQL queryStateObject