Class BillingCostTransitionConverter
- java.lang.Object
-
- google.registry.persistence.converter.TimedTransitionPropertyConverterBase<org.joda.money.Money,Registry.BillingCostTransition>
-
- google.registry.persistence.converter.BillingCostTransitionConverter
-
- All Implemented Interfaces:
javax.persistence.AttributeConverter<TimedTransitionProperty<org.joda.money.Money,Registry.BillingCostTransition>,StringMapDescriptor.StringMap>
public class BillingCostTransitionConverter extends TimedTransitionPropertyConverterBase<org.joda.money.Money,Registry.BillingCostTransition>
JPA converter for storing/retrievingTimedTransitionProperty<Money,BillingCostTransition>
objects.
-
-
Constructor Summary
Constructors Constructor Description BillingCostTransitionConverter()
-
Method Summary
-
Methods inherited from class google.registry.persistence.converter.TimedTransitionPropertyConverterBase
convertToDatabaseColumn, convertToEntityAttribute
-
-