Class RevisionTimestampData
- java.lang.Object
-
- org.hibernate.envers.internal.entities.PropertyData
-
- org.hibernate.envers.internal.entities.RevisionTimestampData
-
public class RevisionTimestampData extends PropertyData
-
-
Constructor Summary
Constructors Constructor Description RevisionTimestampData(String name, String beanName, String accessType, String typeName)
RevisionTimestampData(RevisionTimestampData old, String typeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getTypeName()
int
hashCode()
boolean
isInstant()
boolean
isTimestampDate()
boolean
isTimestampLocalDateTime()
-
Methods inherited from class org.hibernate.envers.internal.entities.PropertyData
forProperty, getAccessType, getBeanName, getModifiedFlagPropertyName, getName, getPropertyAccessStrategy, getType, getVirtualReturnClass, isSynthetic, isUsingModifiedFlag
-
-
-
-
Method Detail
-
getTypeName
public String getTypeName()
-
isTimestampDate
public boolean isTimestampDate()
-
isTimestampLocalDateTime
public boolean isTimestampLocalDateTime()
-
isInstant
public boolean isInstant()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPropertyData
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classPropertyData
-
-