Class JdbcTypeRegistry

java.lang.Object
org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
All Implemented Interfaces:
Serializable, JdbcTypeBaseline.BaselineTarget

public class JdbcTypeRegistry extends Object implements JdbcTypeBaseline.BaselineTarget, Serializable
A registry mapping JDBC type codes to implementations of the JdbcType interface.
Since:
5.3
See Also: