Uses of Record Class
org.ehrbase.util.SemVer
Packages that use SemVer
-
Uses of SemVer in org.ehrbase.repository
Methods in org.ehrbase.repository with parameters of type SemVerModifier and TypeMethodDescriptionvoidStoredQueryRepository.retrieveQualified(String qualifiedName, SemVer version) voidvoid -
Uses of SemVer in org.ehrbase.util
Fields in org.ehrbase.util declared as SemVerMethods in org.ehrbase.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.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.util with parameters of type SemVer