Constant Field Values
Contents
com.eduix.*
-
com.eduix.genexp.enrichment.DefaultEnrichmentContext Modifier and Type Constant Field Value private static final longserialVersionUID1L
-
com.eduix.genexp.service.OrganisationMapperImpl Modifier and Type Constant Field Value private static final longrefreshLimit3600000L
-
com.eduix.genexp.storage.DefaultStorageContext Modifier and Type Constant Field Value private static final longserialVersionUID1L
-
com.eduix.genexp.storage.database.DatabaseStorageService Modifier and Type Constant Field Value private static final StringDELETE_ELEMENT_ORGANISATION"DELETE FROM element_organisation WHERE element_id = :element_id AND element_type = :element_type AND organisation_code IN (:organisation_code)"private static final StringINSERT_ELEMENT_ORGANISATION"INSERT INTO element_organisation (element_id, element_type, organisation_code) VALUES (:element_id, :element_type, :organisation_code)"