org.granite.tide.hibernate4
Class Hibernate4Integrator.OverrideStrategy

java.lang.Object
  extended by org.granite.tide.hibernate4.Hibernate4Integrator.OverrideStrategy
All Implemented Interfaces:
org.hibernate.event.service.spi.DuplicationStrategy
Enclosing class:
Hibernate4Integrator

public static class Hibernate4Integrator.OverrideStrategy
extends Object
implements org.hibernate.event.service.spi.DuplicationStrategy


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.hibernate.event.service.spi.DuplicationStrategy
org.hibernate.event.service.spi.DuplicationStrategy.Action
 
Constructor Summary
Hibernate4Integrator.OverrideStrategy()
           
 
Method Summary
 boolean areMatch(Object listener, Object original)
           
 org.hibernate.event.service.spi.DuplicationStrategy.Action getAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hibernate4Integrator.OverrideStrategy

public Hibernate4Integrator.OverrideStrategy()
Method Detail

areMatch

public boolean areMatch(Object listener,
                        Object original)
Specified by:
areMatch in interface org.hibernate.event.service.spi.DuplicationStrategy

getAction

public org.hibernate.event.service.spi.DuplicationStrategy.Action getAction()
Specified by:
getAction in interface org.hibernate.event.service.spi.DuplicationStrategy