@link -> @linkplain
This commit is contained in:
parent
addb48fe82
commit
109dac9a85
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue