org.hibernate.search.hcore.impl
Class HibernateSearchIntegrator.DuplicationStrategyImpl

java.lang.Object
  extended by org.hibernate.search.hcore.impl.HibernateSearchIntegrator.DuplicationStrategyImpl
All Implemented Interfaces:
org.hibernate.event.service.spi.DuplicationStrategy
Enclosing class:
HibernateSearchIntegrator

public static class HibernateSearchIntegrator.DuplicationStrategyImpl
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
HibernateSearchIntegrator.DuplicationStrategyImpl(Class checkClass)
           
 
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

HibernateSearchIntegrator.DuplicationStrategyImpl

public HibernateSearchIntegrator.DuplicationStrategyImpl(Class checkClass)
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


Copyright © 2006-2013 Hibernate. All Rights Reserved.