Uses of Package
org.hibernate.procedure.internal
-
Packages that use org.hibernate.procedure.internal Package Description org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI. -
Classes in org.hibernate.procedure.internal used by org.hibernate.boot.query Class Description NamedCallableQueryMementoImpl.ParameterMementoImpl A "disconnected" copy of the metadata for a parameter, that can be used in ProcedureCallMementoImpl. -
Classes in org.hibernate.procedure.internal used by org.hibernate.procedure.internal Class Description AbstractStandardCallableStatementSupport DB2CallableStatementSupport DB2 implementation of CallableStatementSupport.JTDSCallableStatementSupport Special implementation of CallableStatementSupport for the jTDS driver.NamedCallableQueryMementoImpl Implementation of NamedCallableQueryMementoNamedCallableQueryMementoImpl.ParameterMementoImpl A "disconnected" copy of the metadata for a parameter, that can be used in ProcedureCallMementoImpl.PostgreSQLCallableStatementSupport PostgreSQL implementation of CallableStatementSupport.ProcedureCallImpl Standard implementation ofProcedureCall
ProcedureParameterMetadataImpl Specialized ParameterMetadataImplementor for callable queries implementing expandable parameter registrationsStandardCallableStatementSupport Standard implementation ofCallableStatementSupport
.SybaseCallableStatementSupport Sybase implementation of CallableStatementSupport.