Interface PersistenceRootReferencing
-
- All Superinterfaces:
Referencing<Object>
- All Known Subinterfaces:
PersistenceRootReference
- All Known Implementing Classes:
PersistenceRootReference.Default
public interface PersistenceRootReferencing extends Referencing<Object>
-
-
Method Summary
Modifier and Type Method Description Object
get()
<F extends PersistenceFunction>
Fiterate(F iterator)
-
-
-
Method Detail
-
get
Object get()
- Specified by:
get
in interfaceReferencing<Object>
-
iterate
<F extends PersistenceFunction> F iterate(F iterator)
-
-