remove reference to obsolete config property
This commit is contained in:
parent
92a000b8e6
commit
800af2764d
|
@ -63,8 +63,7 @@ public interface SharedSessionContract extends QueryProducer, Closeable, Seriali
|
|||
Transaction beginTransaction();
|
||||
|
||||
/**
|
||||
* Get the {@link Transaction} instance associated with this session. The concrete type of the returned
|
||||
* {@link Transaction} object is determined by the {@code hibernate.transaction_factory} property.
|
||||
* Get the {@link Transaction} instance associated with this session.
|
||||
*
|
||||
* @return a Transaction instance
|
||||
*/
|
||||
|
|
|
@ -15,7 +15,6 @@ import org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence;
|
|||
import org.hibernate.boot.spi.SessionFactoryOptions;
|
||||
import org.hibernate.cache.spi.TimestampsCacheFactory;
|
||||
import org.hibernate.engine.jdbc.dialect.spi.DialectResolver;
|
||||
import org.hibernate.id.factory.spi.GenerationTypeStrategy;
|
||||
import org.hibernate.jpa.spi.JpaCompliance;
|
||||
import org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode;
|
||||
import org.hibernate.query.hql.HqlTranslator;
|
||||
|
|
Loading…
Reference in New Issue