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>
AbstractJdbcLiteralFormatter
implementation managing theJavaType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractJdbcLiteralFormatter(JavaType<T> javaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JavaType<T>
getJavaType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
appendJdbcLiteral, toJdbcLiteral
-
-