Uses of Record Class
org.ehrbase.dao.access.util.SemVer
Packages that use SemVer
-
Uses of SemVer in org.ehrbase.dao.access.jooq
Methods in org.ehrbase.dao.access.jooq with parameters of type SemVerModifier and TypeMethodDescriptionstatic Optional<StoredQueryAccess>StoredQueryAccess.retrieveQualified(I_DomainAccess domainAccess, String qualifiedName, SemVer version) return null if couldn't retrieve instance with given settingsConstructors in org.ehrbase.dao.access.jooq with parameters of type SemVerModifierConstructorDescriptionStoredQueryAccess(I_DomainAccess domainAccess, String qualifiedQueryName, SemVer version, String sourceAqlText, String tenantIdentifier) -
Uses of SemVer in org.ehrbase.dao.access.util
Fields in org.ehrbase.dao.access.util declared as SemVerMethods in org.ehrbase.dao.access.util that return SemVerModifier and TypeMethodDescriptionstatic SemVerSemVerUtil.determineVersion(SemVer requestSemVer, SemVer dbSemVer) Based on a (potentially partial) version and the latest existing version that matches the pattern, the subsequent version is generated.static SemVerStoredQueryQualifiedName.semVer()Methods in org.ehrbase.dao.access.util with parameters of type SemVerModifier and TypeMethodDescriptionstatic SemVerSemVerUtil.determineVersion(SemVer requestSemVer, SemVer dbSemVer) Based on a (potentially partial) version and the latest existing version that matches the pattern, the subsequent version is generated.Constructors in org.ehrbase.dao.access.util with parameters of type SemVer