Interface FhirSequenceDAO
-
- All Known Implementing Classes:
FhirSequenceDAOImpl
,FhirSequenceDAOImpl
public interface FhirSequenceDAO
gets the next value in the database's FHIR_SEQUENCE sequence
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
nextValue()
Get the next value from the FHIR_SEQUENCE
-