| Package | Description |
|---|---|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
| Modifier and Type | Method and Description |
|---|---|
CallableStatementSupport |
Oracle8iDialect.getCallableStatementSupport() |
CallableStatementSupport |
PostgreSQL81Dialect.getCallableStatementSupport() |
CallableStatementSupport |
Dialect.getCallableStatementSupport() |
CallableStatementSupport |
AbstractHANADialect.getCallableStatementSupport() |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresCallableStatementSupport |
class |
StandardCallableStatementSupport
Standard implementation of CallableStatementSupport
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.