move broken jdoc back where it belongs
Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
parent
06fd80907c
commit
c0d2075ee6
|
@ -91,6 +91,10 @@ public interface CollectionPersister extends Restrictable {
|
||||||
*/
|
*/
|
||||||
NavigableRole getNavigableRole();
|
NavigableRole getNavigableRole();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the name of this collection role (the fully qualified class name,
|
||||||
|
* extended by a "property path")
|
||||||
|
*/
|
||||||
default String getRole() {
|
default String getRole() {
|
||||||
return getNavigableRole().getFullPath();
|
return getNavigableRole().getFullPath();
|
||||||
}
|
}
|
||||||
|
@ -221,11 +225,6 @@ public interface CollectionPersister extends Restrictable {
|
||||||
Object key,
|
Object key,
|
||||||
SharedSessionContractImplementor session);
|
SharedSessionContractImplementor session);
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the name of this collection role (the fully qualified class name,
|
|
||||||
* extended by a "property path")
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the surrogate key generation strategy (optional operation)
|
* Get the surrogate key generation strategy (optional operation)
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue