java.lang.Object
st.orm.template.impl.AbstractRef<T>
- Type Parameters:
T- record type.
- All Implemented Interfaces:
Ref<T>
- Since:
- 1.3
-
Constructor Details
-
AbstractRef
public AbstractRef()
-
-
Method Details
-
type
The type of the record.- Returns:
- the type of the record.
-
isFetched
protected abstract boolean isFetched()Returns true if the record has been fetched, false otherwise.- Returns:
- true if fetched, false otherwise.
-
hashCode
public int hashCode() -
equals
-
toString
-