HHH-6158 - Deprecate SessionFactoryStub
This commit is contained in:
parent
8b709f7461
commit
6315cde48d
|
@ -59,8 +59,12 @@ import org.hibernate.stat.Statistics;
|
||||||
* have classpath to the persistent classes, then a stub will be registered
|
* have classpath to the persistent classes, then a stub will be registered
|
||||||
* with JNDI and the actual <tt>SessionFactoryImpl</tt> built upon first
|
* with JNDI and the actual <tt>SessionFactoryImpl</tt> built upon first
|
||||||
* access.
|
* access.
|
||||||
|
*
|
||||||
* @author Gavin King
|
* @author Gavin King
|
||||||
|
*
|
||||||
|
* @deprecated See <a href="http://opensource.atlassian.com/projects/hibernate/browse/HHH-6190">HHH-6190</a> for details
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class SessionFactoryStub implements SessionFactory {
|
public class SessionFactoryStub implements SessionFactory {
|
||||||
private static final IdentifierGenerator UUID_GENERATOR = UUIDGenerator.buildSessionFactoryUniqueIdentifierGenerator();
|
private static final IdentifierGenerator UUID_GENERATOR = UUIDGenerator.buildSessionFactoryUniqueIdentifierGenerator();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue