NullableExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.create constructor
NullableExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.create (
- C entity,
- E props
Implementation
NullableExtGraphRef.create(C entity, E props)
: _create = entity,
_update = null,
_props = props,
isDisconnect = false,
_linkedId = null;