HHH-11041 : Correct references to Hibernate version in javadoc annotations in backported code
This commit is contained in:
parent
8206ab3a50
commit
be57dad4c2
|
@ -702,7 +702,7 @@ public interface AvailableSettings {
|
|||
* <li>FQN of a Class implementing {@link org.hibernate.cache.spi.CacheKeysFactory}</li>
|
||||
* </ul>
|
||||
*
|
||||
* @since 5.2 - note that currently this is only honored for hibernate-infinispan
|
||||
* @since 5.0.10, 5.1.1 - note that currently this is only honored for hibernate-infinispan
|
||||
*/
|
||||
String CACHE_KEYS_FACTORY = "hibernate.cache.keys_factory";
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ import org.hibernate.envers.query.internal.property.PropertyNameGetter;
|
|||
|
||||
/**
|
||||
* @author Chris Cranford
|
||||
* @since 5.2
|
||||
* @since 5.1.1
|
||||
*/
|
||||
public class RelatedAuditEqualityExpression extends AbstractAtomicExpression {
|
||||
private final PropertyNameGetter propertyNameGetter;
|
||||
|
|
|
@ -19,7 +19,7 @@ import org.hibernate.envers.query.internal.property.PropertyNameGetter;
|
|||
|
||||
/**
|
||||
* @author Chris Cranford
|
||||
* @since 5.2
|
||||
* @since 5.1.1
|
||||
*/
|
||||
public class RelatedAuditInExpression extends AbstractAtomicExpression {
|
||||
|
||||
|
|
Loading…
Reference in New Issue