org.hibernate.type
Interface LiteralType
- DiscriminatorType
- BigIntegerType, BooleanType, ByteType, CharacterType, CharBooleanType, CurrencyType, CustomType, DateType, DbTimestampType, DoubleType, FloatType, IntegerType, LocaleType, LongType, PrimitiveType, ShortType, StringType, TimestampType, TimeType, TimeZoneType, TrueFalseType, YesNoType
public interface LiteralType
A type that may appear as an SQL literal
String | objectToSQLString(Object value, Dialect dialect) - String representation of the value, suitable for embedding in
an SQL statement.
|
objectToSQLString
public String objectToSQLString(Object value,
Dialect dialect)
throws Exception
String representation of the value, suitable for embedding in
an SQL statement.
- String the value, as it appears in a SQL query