[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-5941) Remove deprecated set(), nullSafeSet(), get(), nullSafeGet() methods and add SessionImplementer argument to UserType.nullSafeGet()/nullSafeSet()

Gail Badner (JIRA) noreply at atlassian.com
Fri Feb 25 19:57:08 EST 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gail Badner resolved HHH-5941.
------------------------------

    Resolution: Fixed

Fixed in hibernate-core:master.

> Remove deprecated set(), nullSafeSet(), get(), nullSafeGet() methods and add SessionImplementer argument to UserType.nullSafeGet()/nullSafeSet() 
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 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.
> SessionImplementer argument needs to be added to UserType.nullSafeGet()/nullSafeSet() 
> The migration guide for 4.0.0.alpha1 should 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