org.hibernate.param
Class VersionTypeSeedParameterSpecification

java.lang.Object
org.hibernate.param.VersionTypeSeedParameterSpecification
- All Implemented Interfaces:
- ParameterSpecification
- public class VersionTypeSeedParameterSpecification
- extends java.lang.Object
- implements ParameterSpecification
Implementation of VersionTypeSeedParameterSpecification.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
private org.hibernate.type.VersionType type
VersionTypeSeedParameterSpecification
public VersionTypeSeedParameterSpecification(org.hibernate.type.VersionType type)
bind
public int bind(java.sql.PreparedStatement statement,
org.hibernate.engine.QueryParameters qp,
org.hibernate.engine.SessionImplementor session,
int position)
throws java.sql.SQLException
- Description copied from interface:
ParameterSpecification
- Bind the appropriate value into the given statement at the specified position.
- Specified by:
bind in interface ParameterSpecification
getExpectedType
public org.hibernate.type.Type getExpectedType()
- Specified by:
getExpectedType in interface ParameterSpecification
setExpectedType
public void setExpectedType(org.hibernate.type.Type expectedType)
- Specified by:
setExpectedType in interface ParameterSpecification
renderDisplayInfo
public java.lang.String renderDisplayInfo()
- Specified by:
renderDisplayInfo in interface ParameterSpecification