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 booleanequals(Object o)StringgetTypeName()inthashCode()booleanisInstant()booleanisTimestampDate()booleanisTimestampLocalDateTime()-
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:
hashCodein classPropertyData
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classPropertyData
-
-