List of usage examples for org.hibernate.engine.jdbc.internal Formatter interface-usage
From source file com.compomics.colims.client.util.BasicFormatterImpl.java
/**
* Performs formatting of basic SQL statements (DML + query). This class is
* copied from the org.hibernate.engine.jdbc.internal package; only the INITIAL
* field was changed.
*
* @author Gavin King