Package org.hibernate.sql.exec.spi
Class StatementCreatorHelper
java.lang.Object
org.hibernate.sql.exec.spi.StatementCreatorHelper
Deprecated, for removal: This API element is subject to removal in a future version.
Helper for creating JDBC statements.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic PreparedStatement
prepareQueryStatement
(String sql, SharedSessionContractImplementor session) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
StatementCreatorHelper
public StatementCreatorHelper()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details