@link -> @linkplain

This commit is contained in:
Gavin 2022-12-27 14:26:44 +01:00 committed by Gavin King
parent addb48fe82
commit 109dac9a85
1 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ package org.hibernate.relational;
import org.hibernate.Incubating;
/**
* Allows programmatic {@link #exportMappedObjects schema export},
* {@link #validateMappedObjects schema validation},
* {@link #truncateMappedObjects data cleanup}, and
* {@link #dropMappedObjects schema cleanup} as a convenience for
* Allows programmatic {@linkplain #exportMappedObjects schema export},
* {@linkplain #validateMappedObjects schema validation},
* {@linkplain #truncateMappedObjects data cleanup}, and
* {@linkplain #dropMappedObjects schema cleanup} as a convenience for
* writing tests.
*
* @see org.hibernate.SessionFactory#getSchemaManager()