Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » type » [javadoc | source]
org.hibernate.type
public interface: LiteralType [javadoc | source] A type that may appear as an SQL literal
Method from org.hibernate.type.LiteralType Summary:
objectToSQLString
Method from org.hibernate.type.LiteralType Detail:
 public String objectToSQLString(Object value,
    Dialect dialect) throws Exception
    String representation of the value, suitable for embedding in an SQL statement.