Uses of Interface
org.hibernate.sql.ordering.antlr.SqlValueReference
-
Packages that use SqlValueReference Package Description org.hibernate.sql org.hibernate.sql.ordering.antlr -
-
Uses of SqlValueReference in org.hibernate.sql
Methods in org.hibernate.sql that return SqlValueReference Modifier and Type Method Description SqlValueReference[]
Template.NoOpColumnMapper. map(java.lang.String reference)
-
Uses of SqlValueReference in org.hibernate.sql.ordering.antlr
Subinterfaces of SqlValueReference in org.hibernate.sql.ordering.antlr Modifier and Type Interface Description interface
ColumnReference
Reference to a column name.interface
FormulaReference
Reference to a formula fragment.Methods in org.hibernate.sql.ordering.antlr that return SqlValueReference Modifier and Type Method Description SqlValueReference[]
ColumnMapper. map(java.lang.String reference)
Resolve the property reference to its underlying columns.
-