Package org.javers.core.metamodel.object
Class UnboundedValueObjectId
java.lang.Object
org.javers.core.metamodel.object.GlobalId
org.javers.core.metamodel.object.UnboundedValueObjectId
- All Implemented Interfaces:
Serializable,Comparable<GlobalId>
Unbounded ValueObject, has '/' as symbolic cdoId representation.
This kind of Id is assigned by graph builder to ValueObject which is not embedded in any Entity instance.
(by design or by accident)
Its recommended to avoid Unbounded ValueObject since they don't have a real global id.
Prefer embedding ValueObject in Entity instances to leverage
ValueObjectId global Id.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.javers.core.metamodel.object.GlobalId
compareTo, equals, getTypeName, hashCode, isTypeOf, masterObjectId, toString