@link -> @linkplain
This commit is contained in:
parent
addb48fe82
commit
109dac9a85
|
@ -9,10 +9,10 @@ package org.hibernate.relational;
|
||||||
import org.hibernate.Incubating;
|
import org.hibernate.Incubating;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allows programmatic {@link #exportMappedObjects schema export},
|
* Allows programmatic {@linkplain #exportMappedObjects schema export},
|
||||||
* {@link #validateMappedObjects schema validation},
|
* {@linkplain #validateMappedObjects schema validation},
|
||||||
* {@link #truncateMappedObjects data cleanup}, and
|
* {@linkplain #truncateMappedObjects data cleanup}, and
|
||||||
* {@link #dropMappedObjects schema cleanup} as a convenience for
|
* {@linkplain #dropMappedObjects schema cleanup} as a convenience for
|
||||||
* writing tests.
|
* writing tests.
|
||||||
*
|
*
|
||||||
* @see org.hibernate.SessionFactory#getSchemaManager()
|
* @see org.hibernate.SessionFactory#getSchemaManager()
|
||||||
|
|
Loading…
Reference in New Issue