SqlTypeDescriptorRegistry instead.@Deprecated public class SqlTypeDescriptorRegistry extends Object implements Serializable
SqlTypeDescriptor| Modifier and Type | Class and Description |
|---|---|
static class |
SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static SqlTypeDescriptorRegistry |
INSTANCE
Deprecated.
(5.3) Use
TypeConfiguration.getSqlTypeDescriptorRegistry() instead. |
| Modifier | Constructor and Description |
|---|---|
protected |
SqlTypeDescriptorRegistry()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
Deprecated.
(5.3) Use
SqlTypeDescriptorRegistry.addDescriptor(SqlTypeDescriptor) instead. |
SqlTypeDescriptor |
getDescriptor(int jdbcTypeCode)
Deprecated.
(5.3) Use
SqlTypeDescriptorRegistry.getDescriptor(int) instead. |
@Deprecated public static final SqlTypeDescriptorRegistry INSTANCE
TypeConfiguration.getSqlTypeDescriptorRegistry() instead.@Deprecated public void addDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
SqlTypeDescriptorRegistry.addDescriptor(SqlTypeDescriptor) instead.@Deprecated public SqlTypeDescriptor getDescriptor(int jdbcTypeCode)
SqlTypeDescriptorRegistry.getDescriptor(int) instead.Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.