Class JdbcValuesMappingProducerProviderStandard
- java.lang.Object
-
- org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerProviderStandard
-
- All Implemented Interfaces:
Serializable
,Service
,JdbcValuesMappingProducerProvider
public class JdbcValuesMappingProducerProviderStandard extends Object implements JdbcValuesMappingProducerProvider
Standard JdbcValuesMappingProducerProvider implementation- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JdbcValuesMappingProducerProviderStandard
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description JdbcValuesMappingProducerProviderStandard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JdbcValuesMappingProducer
buildMappingProducer(SelectStatement sqlAst, SessionFactoryImplementor sessionFactory)
Provide the JdbcValuesMappingProducer to use for the given SQL ASTResultSetMapping
buildResultSetMapping(String name, boolean isDynamic, SessionFactoryImplementor sessionFactory)
Provide a dynamically built JdbcValuesMappingProducer
-
-
-
Field Detail
-
INSTANCE
public static final JdbcValuesMappingProducerProviderStandard INSTANCE
Singleton access
-
-
Method Detail
-
buildMappingProducer
public JdbcValuesMappingProducer buildMappingProducer(SelectStatement sqlAst, SessionFactoryImplementor sessionFactory)
Description copied from interface:JdbcValuesMappingProducerProvider
Provide the JdbcValuesMappingProducer to use for the given SQL AST- Specified by:
buildMappingProducer
in interfaceJdbcValuesMappingProducerProvider
-
buildResultSetMapping
public ResultSetMapping buildResultSetMapping(String name, boolean isDynamic, SessionFactoryImplementor sessionFactory)
Description copied from interface:JdbcValuesMappingProducerProvider
Provide a dynamically built JdbcValuesMappingProducer- Specified by:
buildResultSetMapping
in interfaceJdbcValuesMappingProducerProvider
-
-