Uses of Interface
org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
Packages that use JdbcLiteralFormatter
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Internal package containing dialect-specific implementations of
JdbcType.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
This package defines the central Hibernate Spatial types and functions.
This package contains the H2GIS Dialect extensions for the H2Dialect.
This package contains the spatial extensions for the MySQLDialect.
This package contains the spatial extensions for the OracleDialect.
This package contains the spatial extensions for the PostgreSQLDialect.
This package contains the spatial extensions for the SQLServerDialect.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.Defines handling of almost the full range of standard JDBC-defined SQL data types.
SPIs related to
JdbcType.-
Uses of JdbcLiteralFormatter in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type JdbcLiteralFormatterModifier and TypeMethodDescriptionvoidDialect.appendArrayLiteral(SqlAppender appender, Object[] literal, JdbcLiteralFormatter<Object> elementFormatter, WrapperOptions wrapperOptions) Append an array literal with the given elements to the givenSqlAppender. -
Uses of JdbcLiteralFormatter in org.hibernate.dialect.type
Methods in org.hibernate.dialect.type that return JdbcLiteralFormatterModifier and TypeMethodDescription<T> JdbcLiteralFormatter<T> H2DurationIntervalSecondJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> OracleArrayJdbcType.getJdbcLiteralFormatter(JavaType<T> javaTypeDescriptor) <T> JdbcLiteralFormatter<T> OracleEnumJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> PostgreSQLCastingInetJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> PostgreSQLCastingIntervalSecondJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> PostgreSQLEnumJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> PostgreSQLInetJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> PostgreSQLIntervalSecondJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) -
Uses of JdbcLiteralFormatter in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return JdbcLiteralFormatterModifier and TypeMethodDescriptiondefault JdbcLiteralFormatterJdbcMapping.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 JdbcLiteralFormatterModifier and TypeMethodDescriptionDiscriminatorType.getJdbcLiteralFormatter()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.persister.entity with parameters of type JdbcLiteralFormatterModifier and TypeMethodDescriptionstatic <T> StringDiscriminatorHelper.jdbcLiteral(T value, JdbcLiteralFormatter<T> formatter, Dialect dialect) -
Uses of JdbcLiteralFormatter in org.hibernate.spatial
Classes in org.hibernate.spatial that implement JdbcLiteralFormatter -
Uses of JdbcLiteralFormatter in org.hibernate.spatial.dialect.h2gis
Methods in org.hibernate.spatial.dialect.h2gis that return JdbcLiteralFormatterModifier and TypeMethodDescription<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 JdbcLiteralFormatterModifier and TypeMethodDescription<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 JdbcLiteralFormatterModifier and TypeMethodDescription<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 JdbcLiteralFormatterModifier and TypeMethodDescription<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 JdbcLiteralFormatterModifier and TypeMethodDescriptionabstract <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 JdbcLiteralFormatterModifier and TypeMethodDescriptionAbstractStandardBasicType.getJdbcLiteralFormatter()default JdbcLiteralFormatter<T> BasicType.getJdbcLiteralFormatter()ConvertedBasicArrayType.getJdbcLiteralFormatter()ConvertedBasicCollectionType.getJdbcLiteralFormatter()CustomType.getJdbcLiteralFormatter() -
Uses of JdbcLiteralFormatter in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return JdbcLiteralFormatterModifier and TypeMethodDescription<T> JdbcLiteralFormatter<T> ArrayJdbcType.getJdbcLiteralFormatter(JavaType<T> javaTypeDescriptor) <T> JdbcLiteralFormatter<T> BigIntJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> BooleanJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> DateJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> DecimalJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> DoubleJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> EnumJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> FloatJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> InstantJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> IntegerJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) default <T> JdbcLiteralFormatter<T> JdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> JsonArrayJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> JsonJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> LocalDateJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> LocalDateTimeJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> LocalTimeJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> NVarcharJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> OffsetDateTimeJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> OffsetTimeJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> SmallIntJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> TimeAsTimestampWithTimeZoneJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> TimeJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> TimestampJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> TimestampUtcAsInstantJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> TimestampUtcAsJdbcTimestampJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> TimestampUtcAsOffsetDateTimeJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> TimestampWithTimeZoneJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> TimeUtcAsJdbcTimeJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> TimeUtcAsOffsetTimeJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> TimeWithTimeZoneJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> TinyIntJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> UUIDJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> VarbinaryJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> VarcharJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> VarcharUUIDJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> XmlArrayJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> XmlJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) <T> JdbcLiteralFormatter<T> ZonedDateTimeJdbcType.getJdbcLiteralFormatter(JavaType<T> javaType) -
Uses of JdbcLiteralFormatter in org.hibernate.type.descriptor.jdbc.internal
Classes in org.hibernate.type.descriptor.jdbc.internal that implement JdbcLiteralFormatterModifier and TypeClassDescriptionclassclassJdbcLiteralFormatterimplementation for handling binary literalsclassJdbcLiteralFormatterimplementation for handling boolean literalsclassJdbcLiteralFormatterimplementation for handling character dataclassJdbcLiteralFormatterimplementation for handling numeric dataclassJdbcLiteralFormatterimplementation for handling date/time literalsclassJdbcLiteralFormatterimplementation for handling UUID valuesMethods in org.hibernate.type.descriptor.jdbc.internal that return JdbcLiteralFormatterModifier and TypeMethodDescription<T> JdbcLiteralFormatter<T> DelayedStructJdbcType.getJdbcLiteralFormatter(JavaType<T> javaTypeDescriptor) Constructors in org.hibernate.type.descriptor.jdbc.internal with parameters of type JdbcLiteralFormatterModifierConstructorDescriptionJdbcLiteralFormatterArray(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 JdbcLiteralFormatterModifier and TypeClassDescriptionclassAbstractJdbcLiteralFormatterimplementation managing theJavaTypeclassSupport forJdbcLiteralFormatterimplementations 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 JdbcLiteralFormatterModifier and TypeMethodDescriptionConvertedBasicTypeImpl.getJdbcLiteralFormatter()<T> JdbcLiteralFormatter<T> UserTypeJdbcTypeAdapter.getJdbcLiteralFormatter(JavaType<T> javaType)