Rename SqlType(X) as JdbcType(X) #3856
Replies: 2 comments
-
|
Double thumbs up :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is already done, so I'll close this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The premise of this change is to better communicate the fact that
SqlTypeDescriptorreally describes a "JDBC type".Rename:
org.hibernate.type.descriptor.sql.SqlTypeDescriptor->org.hibernate.type.descriptor.sql.JdbcTypeDescriptororg.hibernate.type.descriptor.sql.SqlTypeDescriptorIndicators->org.hibernate.type.descriptor.sql.JdbcTypeDescriptorIndicatorsorg.hibernate.type.descriptor.sql.spi.SqlTypeDescriptorRegistry->org.hibernate.type.descriptor.sql.spi.JdbcTypeDescriptorRegistryorg.hibernate.type.SqlTypeDescriptorIndicatorCapable->org.hibernate.type.JdbcTypeDescriptorIndicatorCapable@SqlType->@JdbcType@SqlTypeCode->@JdbcTypeCode@SqlTypeRegistration->@JdbcTypeRegistrationPossibly rename package
org.hibernate.type.descriptor.sqltoorg.hibernate.type.descriptor.jdbc.Beta Was this translation helpful? Give feedback.
All reactions