List of usage examples for org.hibernate EmptyInterceptor subclass-usage
From source file cz.zcu.kiv.eegdatabase.data.nosql.ElasticSynchronizationInterceptor.java
/** * * @author bydga */ public class ElasticSynchronizationInterceptor extends EmptyInterceptor {
From source file de.erdesignerng.model.serializer.repository.AuditInterceptor.java
/** * Interceptor for audit information. * * @author mirkosertic */ public class AuditInterceptor extends EmptyInterceptor {
From source file de.mogwai.common.dao.hibernate.AuditInterceptor.java
public class AuditInterceptor extends EmptyInterceptor { private static final long serialVersionUID = 6801708632533685578L; /** * @see org.hibernate.Interceptor#onSave(java.lang.Object,
From source file de.randi2.utility.CustomHibernateInterceptor.java
public class CustomHibernateInterceptor extends EmptyInterceptor { private static final long serialVersionUID = 8493168220915820397L; @Override public String getEntityName(Object object) {
From source file debop4k.data.orm.hibernate.interceptors.MultipleInterceptor.java
/**
* Hibernate? ? ? {@link Interceptor} ? ? .
* MultipleInterceptor ? Interceptor ?.
*
* @author sunghyouk.bae@gmail.com
*/
From source file debop4k.data.orm.hibernate.interceptors.PersistentObjectInterceptor.java
/** * @author sunghyouk.bae@gmail.com */ public class PersistentObjectInterceptor extends EmptyInterceptor { @Override
From source file debop4k.data.orm.hibernate.interceptors.UpdatedTimestampInterceptor.java
/** * @author sunghyouk.bae@gmail.com */ public class UpdatedTimestampInterceptor extends EmptyInterceptor { @Override
From source file dz.alkhwarizmix.framework.java.EntityInterceptor.java
/**
* <p>
* TODO: Javadoc
* </p>
*
* @author ? (Fares Belhaouas)
From source file edu.duke.cabig.c3pr.infrastructure.interceptor.NotificationInterceptor.java
public class NotificationInterceptor extends EmptyInterceptor implements ApplicationContextAware { private static final Log log = LogFactory.getLog(NotificationInterceptor.class); RulesDelegationServiceImpl rulesDelegationService;
From source file edu.duke.cabig.c3pr.utils.GridIdentifierInterceptor.java
/**
* Wrapper interceptor to add Grid Identifiers to objects which support them. Uses
* GridIdentifierCreator to delegate the creation of Grid Identifiers
*
* @author Priyatam
*/