Class JodaExtraTypeFactory

java.lang.Object
io.ebean.joda.time.JodaExtraTypeFactory
All Implemented Interfaces:
io.ebean.core.type.ExtraTypeFactory

public class JodaExtraTypeFactory extends Object implements io.ebean.core.type.ExtraTypeFactory
Register the Joda-Time ScalarType support.
  • Constructor Details

    • JodaExtraTypeFactory

      public JodaExtraTypeFactory()
  • Method Details

    • createTypes

      public List<? extends io.ebean.core.type.ScalarType<?>> createTypes(io.ebean.DatabaseBuilder.Settings config, Object objectMapper)
      Specified by:
      createTypes in interface io.ebean.core.type.ExtraTypeFactory