Interface JdbcValuesMappingProducerProvider
- All Superinterfaces:
Serializable
,Service
- All Known Implementing Classes:
JdbcValuesMappingProducerProviderStandard
Pluggable contract for providing custom
JdbcValuesMappingProducer
implementations.
This is intended for use by hibernate-reactive to provide its custom implementations.-
Method Summary
Modifier and TypeMethodDescriptionbuildMappingProducer
(SelectStatement sqlAst, SessionFactoryImplementor sessionFactory) Provide the JdbcValuesMappingProducer to use for the given SQL ASTbuildResultSetMapping
(String name, boolean isDynamic, SessionFactoryImplementor sessionFactory) Provide a dynamically built JdbcValuesMappingProducer
-
Method Details
-
buildMappingProducer
JdbcValuesMappingProducer buildMappingProducer(SelectStatement sqlAst, SessionFactoryImplementor sessionFactory) Provide the JdbcValuesMappingProducer to use for the given SQL AST -
buildResultSetMapping
ResultSetMapping buildResultSetMapping(String name, boolean isDynamic, SessionFactoryImplementor sessionFactory) Provide a dynamically built JdbcValuesMappingProducer
-