Uses of Interface
org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
-
Packages that use JdbcLiteralFormatter Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.spatial org.hibernate.spatial.dialect.h2gis org.hibernate.spatial.dialect.mysql org.hibernate.spatial.dialect.oracle org.hibernate.spatial.dialect.postgis org.hibernate.spatial.dialect.sqlserver org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.internal org.hibernate.type.descriptor.jdbc.spi org.hibernate.type.internal -
-
Uses of JdbcLiteralFormatter in org.hibernate.dialect
Methods in org.hibernate.dialect that return JdbcLiteralFormatter Modifier and Type Method Description <T> JdbcLiteralFormatter<T>
H2DurationIntervalSecondJdbcType. getJdbcLiteralFormatter(JavaType<T> javaType)
<T> JdbcLiteralFormatter<T>
OracleArrayJdbcType. getJdbcLiteralFormatter(JavaType<T> javaTypeDescriptor)
<T> JdbcLiteralFormatter<T>
PostgreSQLCastingInetJdbcType. getJdbcLiteralFormatter(JavaType<T> javaType)
<T> JdbcLiteralFormatter<T>
PostgreSQLCastingIntervalSecondJdbcType. getJdbcLiteralFormatter(JavaType<T> javaType)
<T> JdbcLiteralFormatter<T>
PostgreSQLInetJdbcType. getJdbcLiteralFormatter(JavaType<T> javaType)
<T> JdbcLiteralFormatter<T>
PostgreSQLIntervalSecondJdbcType. getJdbcLiteralFormatter(JavaType<T> javaType)
<T> JdbcLiteralFormatter<T>
VarcharUUIDJdbcType. getJdbcLiteralFormatter(JavaType<T> javaType)
Methods in org.hibernate.dialect with parameters of type JdbcLiteralFormatter Modifier and Type Method Description void
Dialect. appendArrayLiteral(SqlAppender appender, Object[] literal, JdbcLiteralFormatter<Object> elementFormatter, WrapperOptions wrapperOptions)
Append an array literal with the given elements to the givenSqlAppender
.void
DialectDelegateWrapper. appendArrayLiteral(SqlAppender appender, Object[] literal, JdbcLiteralFormatter<Object> elementFormatter, WrapperOptions wrapperOptions)
-
Uses of JdbcLiteralFormatter in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return JdbcLiteralFormatter Modifier and Type Method Description default JdbcLiteralFormatter
JdbcMapping. getJdbcLiteralFormatter()
The strategy for formatting values of this expressible type to a SQL literal. -
Uses of JdbcLiteralFormatter in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return JdbcLiteralFormatter Modifier and Type Method Description JdbcLiteralFormatter
DiscriminatorType. getJdbcLiteralFormatter()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of JdbcLiteralFormatter in org.hibernate.spatial
Classes in org.hibernate.spatial that implement JdbcLiteralFormatter Modifier and Type Class Description class
GeometryLiteralFormatter<T>
-
Uses of JdbcLiteralFormatter in org.hibernate.spatial.dialect.h2gis
Methods in org.hibernate.spatial.dialect.h2gis that return JdbcLiteralFormatter Modifier and Type Method Description <T> JdbcLiteralFormatter<T>
H2GISGeometryType. getJdbcLiteralFormatter(JavaType<T> javaType)
-
Uses of JdbcLiteralFormatter in org.hibernate.spatial.dialect.mysql
Methods in org.hibernate.spatial.dialect.mysql that return JdbcLiteralFormatter Modifier and Type Method Description <T> JdbcLiteralFormatter<T>
MySQLGeometryJdbcType. getJdbcLiteralFormatter(JavaType<T> javaType)
-
Uses of JdbcLiteralFormatter in org.hibernate.spatial.dialect.oracle
Methods in org.hibernate.spatial.dialect.oracle that return JdbcLiteralFormatter Modifier and Type Method Description <T> JdbcLiteralFormatter<T>
SDOGeometryType. getJdbcLiteralFormatter(JavaType<T> javaTypeDescriptor)
-
Uses of JdbcLiteralFormatter in org.hibernate.spatial.dialect.postgis
Methods in org.hibernate.spatial.dialect.postgis that return JdbcLiteralFormatter Modifier and Type Method Description <T> JdbcLiteralFormatter<T>
AbstractCastingPostGISJdbcType. getJdbcLiteralFormatter(JavaType<T> javaType)
<T> JdbcLiteralFormatter<T>
AbstractPostGISJdbcType. getJdbcLiteralFormatter(JavaType<T> javaType)
-
Uses of JdbcLiteralFormatter in org.hibernate.spatial.dialect.sqlserver
Methods in org.hibernate.spatial.dialect.sqlserver that return JdbcLiteralFormatter Modifier and Type Method Description abstract <T> JdbcLiteralFormatter<T>
AbstractSqlServerGISType. getJdbcLiteralFormatter(JavaType<T> javaType)
<T> JdbcLiteralFormatter<T>
SqlServerGeographyType. getJdbcLiteralFormatter(JavaType<T> javaType)
<T> JdbcLiteralFormatter<T>
SqlServerGeometryType. getJdbcLiteralFormatter(JavaType<T> javaType)
-
Uses of JdbcLiteralFormatter in org.hibernate.type
Methods in org.hibernate.type that return JdbcLiteralFormatter Modifier and Type Method Description JdbcLiteralFormatter<T>
AbstractStandardBasicType. getJdbcLiteralFormatter()
default JdbcLiteralFormatter<T>
BasicType. getJdbcLiteralFormatter()
JdbcLiteralFormatter<T[]>
ConvertedBasicArrayType. getJdbcLiteralFormatter()
JdbcLiteralFormatter<C>
ConvertedBasicCollectionType. getJdbcLiteralFormatter()
JdbcLiteralFormatter<J>
CustomType. getJdbcLiteralFormatter()
JdbcLiteralFormatter<T>
SerializableToBlobType. getJdbcLiteralFormatter()
-
Uses of JdbcLiteralFormatter in org.hibernate.type.descriptor.jdbc
-
Uses of JdbcLiteralFormatter in org.hibernate.type.descriptor.jdbc.internal
Classes in org.hibernate.type.descriptor.jdbc.internal that implement JdbcLiteralFormatter Modifier and Type Class Description class
JdbcLiteralFormatterArray<T>
class
JdbcLiteralFormatterBinary<T>
JdbcLiteralFormatter
implementation for handling binary literalsclass
JdbcLiteralFormatterBoolean<T>
JdbcLiteralFormatter
implementation for handling boolean literalsclass
JdbcLiteralFormatterCharacterData<T>
JdbcLiteralFormatter
implementation for handling character dataclass
JdbcLiteralFormatterNumericData<T>
JdbcLiteralFormatter
implementation for handling numeric dataclass
JdbcLiteralFormatterTemporal<T>
JdbcLiteralFormatter
implementation for handling date/time literalsclass
JdbcLiteralFormatterUUIDData<T>
JdbcLiteralFormatter
implementation for handling UUID valuesConstructors in org.hibernate.type.descriptor.jdbc.internal with parameters of type JdbcLiteralFormatter Constructor Description JdbcLiteralFormatterArray(JavaType<T> javaType, JdbcLiteralFormatter<?> elementFormatter)
-
Uses of JdbcLiteralFormatter in org.hibernate.type.descriptor.jdbc.spi
Classes in org.hibernate.type.descriptor.jdbc.spi that implement JdbcLiteralFormatter Modifier and Type Class Description class
AbstractJdbcLiteralFormatter<T>
AbstractJdbcLiteralFormatter
implementation managing theJavaType
class
BasicJdbcLiteralFormatter<T>
Support forJdbcLiteralFormatter
implementations with a basic implementation of anBasicJdbcLiteralFormatter.unwrap(java.lang.Object, java.lang.Class<X>, org.hibernate.type.descriptor.WrapperOptions)
method -
Uses of JdbcLiteralFormatter in org.hibernate.type.internal
Methods in org.hibernate.type.internal that return JdbcLiteralFormatter Modifier and Type Method Description JdbcLiteralFormatter
ConvertedBasicTypeImpl. getJdbcLiteralFormatter()
<T> JdbcLiteralFormatter<T>
UserTypeSqlTypeAdapter. getJdbcLiteralFormatter(JavaType<T> javaType)
-