Class TimedTransitionBaseUserType<V extends Serializable>
java.lang.Object
google.registry.persistence.converter.TimedTransitionBaseUserType<V>
- Type Parameters:
V
- Type parameter for value.
- All Implemented Interfaces:
org.hibernate.usertype.UserType<TimedTransitionProperty<V>>
- Direct Known Subclasses:
AllocationTokenStatusTransitionUserType
,BillingCostTransitionUserType
,FeatureStatusTransitionUserType
,TldStateTransitionUserType
Base Hibernate custom type for
TimedTransitionProperty
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassemble
(Serializable serializable, Object o) deepCopy
(TimedTransitionProperty<V> map) disassemble
(TimedTransitionProperty<V> stringStringMap) boolean
equals
(TimedTransitionProperty<V> map, TimedTransitionProperty<V> other) int
int
hashCode
(TimedTransitionProperty<V> map) boolean
nullSafeGet
(ResultSet resultSet, int i, org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor, Object o) void
nullSafeSet
(PreparedStatement preparedStatement, TimedTransitionProperty<V> map, int i, org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.usertype.UserType
getDefaultSqlLength, getDefaultSqlPrecision, getDefaultSqlScale, getJdbcType, getValueConverter, replace
-
Constructor Details
-
TimedTransitionBaseUserType
public TimedTransitionBaseUserType()
-
-
Method Details
-
returnedClass
-
getSqlType
public int getSqlType()- Specified by:
getSqlType
in interfaceorg.hibernate.usertype.UserType<M>
-
equals
- Specified by:
equals
in interfaceorg.hibernate.usertype.UserType<M>
-
hashCode
- Specified by:
hashCode
in interfaceorg.hibernate.usertype.UserType<M>
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.hibernate.usertype.UserType<M>
-
isMutable
public boolean isMutable()- Specified by:
isMutable
in interfaceorg.hibernate.usertype.UserType<M>
-
disassemble
- Specified by:
disassemble
in interfaceorg.hibernate.usertype.UserType<M>
-
assemble
- Specified by:
assemble
in interfaceorg.hibernate.usertype.UserType<M>
-