mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 08:05:05 +00:00
HHH-6158 - Deprecate SessionFactoryStub
This commit is contained in:
parent
6315cde48d
commit
b9d002778b
@ -26,7 +26,9 @@
|
||||
* @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 @@
|
||||
* 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 @@
|
||||
* 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 @@
|
||||
*
|
||||
* @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…
x
Reference in New Issue
Block a user