Uses of Interface
org.hibernate.type.descriptor.jdbc.internal.JdbcTypeBaseline.BaselineTarget
-
Packages that use JdbcTypeBaseline.BaselineTarget Package Description org.hibernate.type.descriptor.jdbc.internal org.hibernate.type.descriptor.jdbc.spi -
-
Uses of JdbcTypeBaseline.BaselineTarget in org.hibernate.type.descriptor.jdbc.internal
Methods in org.hibernate.type.descriptor.jdbc.internal with parameters of type JdbcTypeBaseline.BaselineTarget Modifier and Type Method Description static void
JdbcTypeBaseline. prime(JdbcTypeBaseline.BaselineTarget target)
-
Uses of JdbcTypeBaseline.BaselineTarget in org.hibernate.type.descriptor.jdbc.spi
Classes in org.hibernate.type.descriptor.jdbc.spi that implement JdbcTypeBaseline.BaselineTarget Modifier and Type Class Description class
JdbcTypeRegistry
A registry mappingJDBC type codes
to implementations of theJdbcType
interface.
-