|
|||||||||
| Home >> All >> org >> hibernate >> [ param overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.hibernate.param
| Interface Summary | |
| ExplicitParameterSpecification | An additional contract for parameters which originate from parameters explicitly encountered in the source statement (HQL or native-SQL). |
| ParameterSpecification | Maintains information relating to parameters which need to get bound into a JDBC java.sql.PreparedStatement. |
| Class Summary | |
| AbstractExplicitParameterSpecification | Convenience base class for explicitly defined query parameters. |
| NamedParameterSpecification | Relates to an explicit query named-parameter. |
| PositionalParameterSpecification | Relates to an explicit query positional (or ordinal) parameter. |
| VersionTypeSeedParameterSpecification | Implementation of VersionTypeSeedParameterSpecification. |
|
|||||||||
| Home >> All >> org >> hibernate >> [ param overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||