Class BasicJdbcLiteralFormatter<T>
- java.lang.Object
-
- org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter<T>
-
- org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter<T>
-
- All Implemented Interfaces:
Serializable,JdbcLiteralFormatter<T>
- Direct Known Subclasses:
JdbcLiteralFormatterArray,JdbcLiteralFormatterBinary,JdbcLiteralFormatterBoolean,JdbcLiteralFormatterCharacterData,JdbcLiteralFormatterNumericData,JdbcLiteralFormatterTemporal,JdbcLiteralFormatterUUIDData
public abstract class BasicJdbcLiteralFormatter<T> extends AbstractJdbcLiteralFormatter<T>
Support forJdbcLiteralFormatterimplementations with a basic implementation of anunwrap(java.lang.Object, java.lang.Class<X>, org.hibernate.type.descriptor.WrapperOptions)method- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicJdbcLiteralFormatter(JavaType<T> javaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <X> Xunwrap(Object value, Class<X> unwrapType, WrapperOptions wrapperOptions)-
Methods inherited from class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
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
-
-
-
-
Method Detail
-
unwrap
protected <X> X unwrap(Object value, Class<X> unwrapType, WrapperOptions wrapperOptions)
-
-