Class AbstractJdbcLiteralFormatter<T>
java.lang.Object
org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter<T>
- All Implemented Interfaces:
Serializable,JdbcLiteralFormatter<T>
- Direct Known Subclasses:
BasicJdbcLiteralFormatter
public abstract class AbstractJdbcLiteralFormatter<T>
extends Object
implements JdbcLiteralFormatter<T>
Abstract
JdbcLiteralFormatter implementation managing the JavaType- Author:
- Steve Ebersole
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
appendJdbcLiteral, toJdbcLiteral
-
Constructor Details
-
AbstractJdbcLiteralFormatter
-
-
Method Details
-
getJavaType
-