[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5941) Remove deprecated nullSafeSet() and nullSafeGet() methods from SingleColumnType and AbstractSingleColumnStandardBasicType
Gail Badner (JIRA)
noreply at atlassian.com
Fri Feb 25 19:25:08 EST 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40085#action_40085 ]
Gail Badner commented on HHH-5941:
----------------------------------
I've documented this in http://community.jboss.org/wiki/HibernateCoreMigrationGuide40
> Remove deprecated nullSafeSet() and nullSafeGet() methods from SingleColumnType and AbstractSingleColumnStandardBasicType
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: HHH-5941
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5941
> Project: Hibernate Core
> Issue Type: Task
> Components: core
> Reporter: Gail Badner
> Assignee: Gail Badner
> Fix For: 4.0.0.Alpha1
>
>
> Remove the following from SingleColumnType and AbstractSingleColumnStandardBasicType in master
> public T nullSafeGet(ResultSet rs, String name)
> public Object get(ResultSet rs, String name)
> public void nullSafeSet(PreparedStatement st, T value, int index)
> public void set(PreparedStatement st, T value, int index
> Also, AbstractSingleColumnStandardBasicType.NO_OPTIONS should be removed, since it will no longer be used.
> Should the migration guide for 4.0.0.alpha1 document that these deprecated APIs were removed?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list