org.hibernate.shards.query
Class SetShortEvent

java.lang.Object
  extended by org.hibernate.shards.query.SetShortEvent
All Implemented Interfaces:
QueryEvent

public class SetShortEvent
extends Object
implements QueryEvent

Author:
Maulik Shah

Constructor Summary
SetShortEvent(int position, Short val)
           
SetShortEvent(String name, Short val)
           
 
Method Summary
 void onEvent(org.hibernate.Query query)
          Apply the event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetShortEvent

public SetShortEvent(int position,
                     Short val)

SetShortEvent

public SetShortEvent(String name,
                     Short val)
Method Detail

onEvent

public void onEvent(org.hibernate.Query query)
Description copied from interface: QueryEvent
Apply the event

Specified by:
onEvent in interface QueryEvent
Parameters:
query - the Query to apply the event to