Package io.higson.runtime.dao
Class VersionJdbcDao
java.lang.Object
io.higson.runtime.dao.BaseDao
io.higson.runtime.dao.VersionJdbcDao
- All Implemented Interfaces:
VersionDao
- Author:
- przemek hertel
-
Field Summary
Fields inherited from class io.higson.runtime.dao.BaseDao
connectionInterceptor, dataSource, DEFAULT_FETCH_SIZE, defaultJdbcTemplate -
Constructor Summary
ConstructorsConstructorDescriptionVersionJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Method Summary
Modifier and TypeMethodDescriptiongetAllRegionVersionsList(String profileCode) getFunctionsWithRegion(int regionId) getParametersWithRegion(int regionId) getProfiles(String regionCode) getProfiles(String regionCode, String version) getRegionVersion(int regionVersionId) getSystemVersions(String profile, SortedSet<Integer> versionsToOmit) getUserRegionVersions(String profileCode, String user) Methods inherited from class io.higson.runtime.dao.BaseDao
getOne, getOne, jdbcTemplate, jdbcTemplate, setDefaultFetchSize
-
Constructor Details
-
VersionJdbcDao
-
-
Method Details
-
getMaxLastUpdate
- Specified by:
getMaxLastUpdatein interfaceVersionDao
-
getAllRegionVersions
- Specified by:
getAllRegionVersionsin interfaceVersionDao
-
getAllRegionVersionsList
- Specified by:
getAllRegionVersionsListin interfaceVersionDao
-
getRegionVersion
- Specified by:
getRegionVersionin interfaceVersionDao
-
getAllRegionVersionsList
- Specified by:
getAllRegionVersionsListin interfaceVersionDao
-
getFunctionsWithRegion
- Specified by:
getFunctionsWithRegionin interfaceVersionDao
-
getParametersWithRegion
- Specified by:
getParametersWithRegionin interfaceVersionDao
-
getAllSchedules
- Specified by:
getAllSchedulesin interfaceVersionDao
-
getUserRegionVersions
- Specified by:
getUserRegionVersionsin interfaceVersionDao
-
getAllUserRegionVersions
- Specified by:
getAllUserRegionVersionsin interfaceVersionDao
-
getSystemVersions
- Specified by:
getSystemVersionsin interfaceVersionDao
-
getProfiles
- Specified by:
getProfilesin interfaceVersionDao
-
getProfiles
- Specified by:
getProfilesin interfaceVersionDao
-