org.hibernate.shards.query
Class SetStringEvent
java.lang.Object
org.hibernate.shards.query.SetStringEvent
- All Implemented Interfaces:
- QueryEvent
public class SetStringEvent
- extends Object
- implements QueryEvent
- Author:
- Maulik Shah
|
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 |
SetStringEvent
public SetStringEvent(int position,
String val)
SetStringEvent
public SetStringEvent(String name,
String val)
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