OpenESPI-Common-java
OpenESPI-Common-java copied to clipboard
Common library for Green Button Third Party and Data Custodian OpenESPI Applications
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...
intervalReadings in IntervalBlock needs to be order by time. e.g. @OrderBy("timePeriod.start, timePeriod.duration asc")
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.