org.hibernate.sql.ordering.antlr
Interface FormulaReference

All Superinterfaces:
SqlValueReference

public interface FormulaReference
extends SqlValueReference

Reference to a formula fragment.


Method Summary
 String getFormulaFragment()
          Retrieve the formula fragment.
 

Method Detail

getFormulaFragment

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$ (see Template.TEMPLATE) markers injected.

Returns:
The formula fragment template.


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.