[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5941?page=c...
]
Gail Badner updated HHH-5941:
-----------------------------
Description:
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.
was:
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?
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira