类 LocalDateValueFactory

  • 所有已实现的接口:
    ValueFactory<java.time.LocalDate>

    public class LocalDateValueFactory
    extends AbstractDateTimeValueFactory<java.time.LocalDate>
    A value factory for creating LocalDate values.
    • 构造器详细资料

      • LocalDateValueFactory

        public LocalDateValueFactory​(PropertySet pset)
    • 方法详细资料

      • localCreateFromDate

        public java.time.LocalDate localCreateFromDate​(InternalDate idate)
      • localCreateFromTimestamp

        public java.time.LocalDate localCreateFromTimestamp​(InternalTimestamp its)
      • localCreateFromDatetime

        public java.time.LocalDate localCreateFromDatetime​(InternalTimestamp its)
      • getTargetTypeName

        public String getTargetTypeName()
        从接口复制的说明: ValueFactory
        Get the actual class name of T parameter.
        返回:
        class name