Class CriteriaFormatter

java.lang.Object
io.github.mmm.property.criteria.CriteriaFormatter
All Implemented Interfaces:
CriteriaVisitor

public class CriteriaFormatter extends Object implements CriteriaVisitor
A formatter to format CriteriaExpressions to database specific notation (e.g. SQL) as string to a given Appendable (see out()). See of* methods to create instances. For specific database dialects simply create a subclass of this CriteriaFormatter.
Since:
1.0.0