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

public abstract class TimedTransitionBaseUserType<V extends Serializable> extends Object
Base Hibernate custom type for TimedTransitionProperty.
  • Constructor Details

    • TimedTransitionBaseUserType

      public TimedTransitionBaseUserType()
  • Method Details