HHH-6158 - Deprecate SessionFactoryStub
This commit is contained in:
parent
6315cde48d
commit
b9d002778b
|
@ -26,7 +26,9 @@ import org.hibernate.tool.hbm2ddl.SchemaExport;
|
|||
* @see HibernateServiceMBean
|
||||
* @see org.hibernate.SessionFactory
|
||||
* @author John Urberg, Gavin King
|
||||
* @deprecated See <a href="http://opensource.atlassian.com/projects/hibernate/browse/HHH-6190">HHH-6190</a> for details
|
||||
*/
|
||||
@Deprecated
|
||||
public class HibernateService extends ExternalSessionFactoryConfig implements HibernateServiceMBean {
|
||||
|
||||
private static final CoreMessageLogger LOG = Logger.getMessageLogger(CoreMessageLogger.class, HibernateService.class.getName());
|
||||
|
|
|
@ -6,7 +6,9 @@ import org.hibernate.HibernateException;
|
|||
* Hibernate JMX Management API
|
||||
* @see HibernateService
|
||||
* @author John Urberg, Gavin King
|
||||
* @deprecated See <a href="http://opensource.atlassian.com/projects/hibernate/browse/HHH-6190">HHH-6190</a> for details
|
||||
*/
|
||||
@Deprecated
|
||||
public interface HibernateServiceMBean {
|
||||
|
||||
/**
|
||||
|
|
|
@ -48,7 +48,9 @@ import org.hibernate.stat.internal.ConcurrentStatisticsImpl;
|
|||
* loaded.
|
||||
*
|
||||
* @author Emmanuel Bernard
|
||||
* @deprecated See <a href="http://opensource.atlassian.com/projects/hibernate/browse/HHH-6190">HHH-6190</a> for details
|
||||
*/
|
||||
@Deprecated
|
||||
public class StatisticsService implements StatisticsServiceMBean {
|
||||
|
||||
private static final CoreMessageLogger LOG = Logger.getMessageLogger(CoreMessageLogger.class, StatisticsService.class.getName());
|
||||
|
|
|
@ -7,7 +7,9 @@ import org.hibernate.stat.Statistics;
|
|||
*
|
||||
* @see org.hibernate.stat.Statistics
|
||||
* @author Emmanuel Bernard
|
||||
* @deprecated See <a href="http://opensource.atlassian.com/projects/hibernate/browse/HHH-6190">HHH-6190</a> for details
|
||||
*/
|
||||
@Deprecated
|
||||
public interface StatisticsServiceMBean extends Statistics {
|
||||
/**
|
||||
* Publish the statistics of a session factory bound to
|
||||
|
|
Loading…
Reference in New Issue