
Package ca.uhn.fhir.jpa.model.dialect
Interface ISequenceValueMassager
- All Known Implementing Classes:
ISequenceValueMassager.NoopSequenceValueMassager
public interface ISequenceValueMassager
This is an internal API and may change or disappear without notice
Implementations of this interface can modify the automatically generated sequence values created by hibernate seuqnece generator
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
-
Method Summary
-
Method Details
-
massage
-
generate
If desired, the massager can supply an ID on its own. This method is tried first, and if it returns null, the normal hi-lo generator is called and thenmassage(String, Long)
is called on the output of that.- Returns:
- Returns an ID or null
-