[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5941) Remove deprecated nullSafeSet() and nullSafeGet() methods from SingleColumnType and AbstractSingleColumnStandardBasicType

Gail Badner (JIRA) noreply at atlassian.com
Fri Feb 18 20:09:05 EST 2011


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