Package org.javers.core.metamodel.type
Class ShallowReferenceType
- java.lang.Object
-
- org.javers.core.metamodel.type.JaversType
-
- org.javers.core.metamodel.type.ManagedType
-
- org.javers.core.metamodel.type.EntityType
-
- org.javers.core.metamodel.type.ShallowReferenceType
-
public class ShallowReferenceType extends EntityType
- See Also:
ShallowReference
-
-
Field Summary
-
Fields inherited from class org.javers.core.metamodel.type.JaversType
DEFAULT_TYPE_PARAMETER
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanBePrototype()booleanequals(java.lang.Object o)java.lang.ClassgetBaseJavaClass()inthashCode()booleanisInstance(java.lang.Object cdo)-
Methods inherited from class org.javers.core.metamodel.type.EntityType
createIdFromDeserializedJsonLocalId, createIdFromInstance, createIdFromInstanceId, getIdOf, getIdProperties, getIdProperty, getLocalIdDehydratedJsonType, hasCompositeId, isIdProperty, prettyPrintBuilder, toString
-
Methods inherited from class org.javers.core.metamodel.type.ManagedType
findProperty, forEachProperty, getProperties, getProperties, getProperty, getPropertyNames, getRawDehydratedType
-
Methods inherited from class org.javers.core.metamodel.type.JaversType
equals, getBaseJavaType, getConcreteClassTypeArguments, getName, isGenericType, prettyPrint, spawnConstructorArgs, spawnConstructorArgTypes
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classEntityType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classEntityType
-
canBePrototype
public boolean canBePrototype()
- Specified by:
canBePrototypein classJaversType
-
isInstance
public boolean isInstance(java.lang.Object cdo)
- Specified by:
isInstancein classJaversType
-
getBaseJavaClass
public java.lang.Class getBaseJavaClass()
-
-