Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
-
Packages that use IJPQLQueryFormatter.IdentifierStyle Package Description org.eclipse.persistence.jpa.jpql.tools.model The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query. -
-
Uses of IJPQLQueryFormatter.IdentifierStyle in org.eclipse.persistence.jpa.jpql.tools.model
Fields in org.eclipse.persistence.jpa.jpql.tools.model declared as IJPQLQueryFormatter.IdentifierStyle Modifier and Type Field Description protected IJPQLQueryFormatter.IdentifierStyleBaseJPQLQueryFormatter. styleDetermines how the JPQL identifiers are written out.Methods in org.eclipse.persistence.jpa.jpql.tools.model that return IJPQLQueryFormatter.IdentifierStyle Modifier and Type Method Description IJPQLQueryFormatter.IdentifierStyleBaseJPQLQueryFormatter. getIdentifierStyle()Returns the style to use when formatting the JPQL identifiers.static IJPQLQueryFormatter.IdentifierStyleIJPQLQueryFormatter.IdentifierStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static IJPQLQueryFormatter.IdentifierStyle[]IJPQLQueryFormatter.IdentifierStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-