HHH-18342 improve javadoc in SharedSessionContractImplementor

This commit is contained in:
nathan.xu 2024-07-07 14:00:41 -04:00 committed by Gavin King
parent bb90a84505
commit 2850c5ff90
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@ import org.hibernate.type.spi.TypeConfiguration;
* including implementors of {@link org.hibernate.type.Type}, {@link EntityPersister},
* and {@link org.hibernate.persister.collection.CollectionPersister}.
* <p>
* The {@code Session}, via this interface and {@link SharedSessionContractImplementor},
* implements:
* The {@code Session}, via this interface, implements:
* <ul>
* <li>
* {@link JdbcSessionOwner}, and so the session also acts as the orchestrator