HHH-6183 - Deprecate Configuration

This commit is contained in:
Steve Ebersole 2011-05-03 07:55:19 -05:00
parent ca37b335e4
commit e7c26b28a6
1 changed files with 3 additions and 1 deletions

View File

@ -160,7 +160,9 @@ import org.hibernate.usertype.UserType;
* @author Gavin King * @author Gavin King
* @see org.hibernate.SessionFactory * @see org.hibernate.SessionFactory
* *
* @deprecated use {@link ServiceRegistryBuilder} and {@link org.hibernate.metamodel.MetadataSources} instead. * @deprecated use {@link ServiceRegistryBuilder} and {@link org.hibernate.metamodel.MetadataSources} instead. See
* <a href="http://opensource.atlassian.com/projects/hibernate/browse/HHH-6183">HHH-6183</a> and
* <a href="http://opensource.atlassian.com/projects/hibernate/browse/HHH-2578">HHH-2578</a> for details
*/ */
@Deprecated @Deprecated
public class Configuration implements Serializable { public class Configuration implements Serializable {