Provides pluggable ORM converter logic for record components.
Implementations can provide custom converters for specific record components, allowing for flexible data transformation and mapping.
-
Nested Class Summary
Nested classes/interfaces inherited from interface st.orm.spi.Orderable
Orderable.After, Orderable.AfterAny, Orderable.Before, Orderable.BeforeAny -
Method Summary
Modifier and TypeMethodDescriptiongetConverter(RecordComponent component) Retrieves the converter for the specified record component.
-
Method Details
-
getConverter
Retrieves the converter for the specified record component.- Parameters:
component- the record component for which to get the converter- Returns:
- an Optional containing the ORMConverter if available, or empty if not supported.
-