Interface MorphiaProxy
-
- All Known Implementing Classes:
ReferenceProxy
@MorphiaInternal public interface MorphiaProxy
Developer note.This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isFetched()
<T> T
unwrap()
-
-
-
Method Detail
-
isFetched
boolean isFetched()
- Returns:
- true if the reference has been fetched
-
unwrap
@Nullable <T> T unwrap()
- Type Parameters:
T
- the reference type- Returns:
- the bare reference
-
-