public class EnversListenerDuplicationStrategy extends Object implements org.hibernate.event.service.spi.DuplicationStrategy
Event listener duplication strategy for envers
| Modifier and Type | Field and Description |
|---|---|
static EnversListenerDuplicationStrategy |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
EnversListenerDuplicationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areMatch(Object listener,
Object original) |
org.hibernate.event.service.spi.DuplicationStrategy.Action |
getAction() |
public static final EnversListenerDuplicationStrategy INSTANCE
Singleton access
public boolean areMatch(Object listener, Object original)
areMatch in interface org.hibernate.event.service.spi.DuplicationStrategypublic org.hibernate.event.service.spi.DuplicationStrategy.Action getAction()
getAction in interface org.hibernate.event.service.spi.DuplicationStrategyCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.