Optional<LicensingSummary> |
LicensingSummaryDaoHibernate.findByApplication(Application application,
ApplicationSubtype applicationSubtype) |
Optional<LicensingSummary> |
LicensingSummaryDao.findByApplication(Application application,
ApplicationSubtype applicationSubtype) |
List<LicensingSummary> |
LicensingSummaryDaoHibernate.findByApplication(Application application,
Long version) |
List<LicensingSummary> |
LicensingSummaryDao.findByApplication(Application application,
Long version) |
Optional<LicensingSummary> |
LicensingSummaryDaoHibernate.getLatestLicensingSummary(Application application) |
Optional<LicensingSummary> |
LicensingSummaryDao.getLatestLicensingSummary(Application application) |
Optional<LicensingSummary> |
LicensingSummaryDaoHibernate.getLicensingSummaryByVersion(Application application,
ApplicationSubtype applicationSubtype,
long version) |
Optional<LicensingSummary> |
LicensingSummaryDao.getLicensingSummaryByVersion(Application application,
ApplicationSubtype applicationSubtype,
long version) |
Class<LicensingSummary> |
LicensingSummaryDaoHibernate.getPersistentClass() |