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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira