Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.param
Class VersionTypeSeedParameterSpecification  view VersionTypeSeedParameterSpecification download VersionTypeSeedParameterSpecification.java

java.lang.Object
  extended byorg.hibernate.param.VersionTypeSeedParameterSpecification
All Implemented Interfaces:
ParameterSpecification

public class VersionTypeSeedParameterSpecification
extends java.lang.Object
implements ParameterSpecification

Implementation of VersionTypeSeedParameterSpecification.


Field Summary
private  org.hibernate.type.VersionType type
           
 
Constructor Summary
VersionTypeSeedParameterSpecification(org.hibernate.type.VersionType type)
           
 
Method Summary
 int bind(java.sql.PreparedStatement statement, org.hibernate.engine.QueryParameters qp, org.hibernate.engine.SessionImplementor session, int position)
          Bind the appropriate value into the given statement at the specified position.
 org.hibernate.type.Type getExpectedType()
           
 java.lang.String renderDisplayInfo()
           
 void setExpectedType(org.hibernate.type.Type expectedType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private org.hibernate.type.VersionType type
Constructor Detail

VersionTypeSeedParameterSpecification

public VersionTypeSeedParameterSpecification(org.hibernate.type.VersionType type)
Method Detail

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