OpenESPI-Common-java icon indicating copy to clipboard operation
OpenESPI-Common-java copied to clipboard

Common library for Green Button Third Party and Data Custodian OpenESPI Applications

Results 88 OpenESPI-Common-java issues
Sort by recently updated
recently updated
newest added

Is it possible to manage relationship with IntervalBlock and MeterReading problematically not thorugh JPA. Having JPA relationship, lots of data is being loaded for Interval Block which is not always...

question

intervalReadings in IntervalBlock needs to be order by time. e.g. @OrderBy("timePeriod.start, timePeriod.duration asc")

enhancement

An usage point can be linked to multiple subscription which is managed by subscriptions relationship. A review is required whether OneToOne reference to subscription is required or not.

Currently RetailCustomer act as an user. It would be better to have User entity and single customer can be accessed by one or more user.

question