remove incorrect javadoc

This commit is contained in:
Gavin King 2022-01-22 21:22:52 +01:00
parent b189d4e9c4
commit 74c09c0af4
1 changed files with 0 additions and 8 deletions

View File

@ -2116,14 +2116,6 @@ public interface AvailableSettings {
String JPA_LIST_COMPLIANCE = "hibernate.jpa.compliance.list";
/**
* Controls whether Hibernate should recognize what it considers a "bag"
* ({@link org.hibernate.collection.spi.PersistentBag}) as a list
* ({@link org.hibernate.collection.spi.PersistentList}) or as a bag.
* <p>
* If enabled, Hibernate will recognize it as a list where the
* {@link jakarta.persistence.OrderColumn} annotation is simply missing
* (and its defaults will apply).
*
* @see org.hibernate.jpa.spi.JpaCompliance#isJpaOrderByMappingComplianceEnabled()
*
* @since 6.0