remove reference to obsolete config property

This commit is contained in:
Gavin King 2021-12-25 00:22:11 +01:00 committed by Steve Ebersole
parent 92a000b8e6
commit 800af2764d
2 changed files with 1 additions and 3 deletions

View File

@ -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
*/

View File

@ -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;