Class JdbcLiteralFormatterArray<T>
java.lang.Object
org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter<T>
org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter<T>
org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterArray<T>
- All Implemented Interfaces:
Serializable,JdbcLiteralFormatter<T>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcLiteralFormatterArray(JavaType<T> javaType, JdbcLiteralFormatter<?> elementFormatter) -
Method Summary
Modifier and TypeMethodDescriptionvoidappendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions) Append a SQL literal representing the given Java value to a fragment of SQL which is being built.Methods inherited from class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
unwrapMethods 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
toJdbcLiteral
-
Constructor Details
-
JdbcLiteralFormatterArray
-
-
Method Details
-
appendJdbcLiteral
public void appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions) Description copied from interface:JdbcLiteralFormatterAppend a SQL literal representing the given Java value to a fragment of SQL which is being built.- Parameters:
appender- an operation that appends to the SQL fragmentvalue- a Java object whose value can be represented as a SQL literaldialect- the SQL dialect
-