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

Quick Search    Search Deep

org.hibernate.test.sqlinterceptor
Class SQLInterceptorTest.SQLInterceptor  view SQLInterceptorTest.SQLInterceptor download SQLInterceptorTest.SQLInterceptor.java

java.lang.Object
  extended byorg.hibernate.EmptyInterceptor
      extended byorg.hibernate.test.sqlinterceptor.SQLInterceptorTest.SQLInterceptor
All Implemented Interfaces:
org.hibernate.Interceptor, java.io.Serializable
Enclosing class:
SQLInterceptorTest

static class SQLInterceptorTest.SQLInterceptor
extends org.hibernate.EmptyInterceptor


Field Summary
(package private)  java.util.List preparedSQL
           
 
Fields inherited from class org.hibernate.EmptyInterceptor
INSTANCE
 
Constructor Summary
(package private) SQLInterceptorTest.SQLInterceptor()
           
 
Method Summary
 java.lang.String onPrepareStatement(java.lang.String sql)
          Called when sql string is being prepared.
 
Methods inherited from class org.hibernate.EmptyInterceptor
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onFlushDirty, onLoad, onSave, postFlush, preFlush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preparedSQL

java.util.List preparedSQL
Constructor Detail

SQLInterceptorTest.SQLInterceptor

SQLInterceptorTest.SQLInterceptor()
Method Detail

onPrepareStatement

public java.lang.String onPrepareStatement(java.lang.String sql)
Description copied from interface: org.hibernate.Interceptor
Called when sql string is being prepared.