public class EntityType extends ManagedType
InstanceId
class Person {| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getIdOf(java.lang.Object instance) |
Property |
getIdProperty() |
java.lang.reflect.Type |
getIdPropertyGenericType() |
int |
hashCode() |
protected PrettyPrintBuilder |
prettyPrintBuilder() |
java.lang.String |
toString() |
getProperties, getProperties, getProperty, getPropertyNames, getRawDehydratedTypegetActualTypeArguments, getBaseJavaClass, getBaseJavaType, getName, isGenericType, isInstance, prettyPrintpublic java.lang.reflect.Type getIdPropertyGenericType()
public java.lang.String toString()
toString in class JaversTypeprotected PrettyPrintBuilder prettyPrintBuilder()
prettyPrintBuilder in class ManagedTypepublic Property getIdProperty()
public java.lang.Object getIdOf(java.lang.Object instance)
instance - instance of JaversType.getBaseJavaClass()JaversException - ENTITY_INSTANCE_WITH_NULL_IDJaversException - NOT_INSTANCE_OFpublic boolean equals(java.lang.Object o)
equals in class JaversTypepublic int hashCode()
hashCode in class JaversType