public interface LiteralType<T>
Type that may appear as an SQL literal| Modifier and Type | Method and Description |
|---|---|
String |
objectToSQLString(T value,
Dialect dialect)
Convert the value into a string representation, suitable for embedding in an SQL statement as a
literal.
|
String objectToSQLString(T value, Dialect dialect) throws Exception
value - The value to convertdialect - The SQL dialectException - Indicates an issue converting the value to literal string.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.