Package org.hibernate.sql.ordering.antlr
Interface FormulaReference
-
- All Superinterfaces:
SqlValueReference
public interface FormulaReference extends SqlValueReference
Reference to a formula fragment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFormulaFragment()
Retrieve the formula fragment.
-
-
-
Method Detail
-
getFormulaFragment
java.lang.String getFormulaFragment()
Retrieve the formula fragment. It is important to note that this is what the persister calls the "formula template", which has the $PlaceHolder$ (seeTemplate.TEMPLATE
) markers injected.- Returns:
- The formula fragment template.
-
-