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
Support for
JdbcLiteralFormatter
implementations with a basic implementation of an unwrap(java.lang.Object, java.lang.Class<X>, org.hibernate.type.descriptor.WrapperOptions) method- Author:
- Steve Ebersole
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <X> Xunwrap(Object value, Class<X> unwrapType, WrapperOptions wrapperOptions) Methods inherited from class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
getJavaTypeMethods 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
-
BasicJdbcLiteralFormatter
-
-
Method Details
-
unwrap
-