cuba
cuba copied to clipboard
Support LocalDateTime in FluentValueLoader
Now in FluentValueLoader class, we have the following method to specify Date parameters:
com.haulmont.cuba.core.global.FluentValueLoader#parameter(java.lang.String, java.util.Date, javax.persistence.TemporalType)
It may be worth adding overloaded method for LocalDate and other java.time.* classes supported in CUBA.
Environment
- Platform version: 7.2.4
@belyaev-andrey why would such methods be required? LocalDate uniquely determines its temporal type -> TemporalType.DATE Could you provide samples of usage?
Let's postpone it, I should have provided an example and now I don't remember the case.