List of usage examples for org.hibernate EmptyInterceptor subclass-usage
From source file edu.ku.brc.dbsupport.AuditInterceptor.java
/**
*
*
* @code_status Alpha
*
* @author rods
From source file edu.northwestern.bioinformatics.studycalendar.dao.GridIdentifierInterceptor.java
/**
* Wrapper interceptor to add grid identifiers to objects which support them.
* A cleaner implementation would be to have a separate compound interceptor implementation
* that delegated to this class and to {@link edu.northwestern.bioinformatics.studycalendar.utils.auditing.AuditInterceptor}; unfortunately, Hibernate's
* {@link org.hibernate.Interceptor} interface does not permit this. (It passes single-use
* objects as parameters -- specifically, {@link java.util.Iterator}s. This is presumably why
From source file edu.upenn.cis.ppod.model.PPodVersionInfoInterceptor.java
/**
* Assign a new {@link PPodVersionInfo} to any {@code PPodEntity}s that are
* marked as being newly saved or modified and to any {@code null} members of
* {@link CharacterStateMatrix#getColumnPPodVersionInfos()}
* <p>
* {@code PPodEntity}s are marked for a new {@link PPodVersionInfo} by having a
From source file edu.utah.further.core.data.hibernate.interceptors.SqlCommentHintInterceptor.java
/**
* Adds an SQL comment hint before the select statement.
* <p>
* -----------------------------------------------------------------------------------<br>
* (c) 2008-2013 FURTHeR Project, Health Sciences IT, University of Utah<br>
* Contact: {@code <further@utah.edu>}<br>
From source file es.jpons.persistence.interceptor.TemporalInterceptor.java
/**
* Interceptor for the temporal dml.
* @author Jose Enrique Pons Fras <jpons@decsai.ugr.es>
* First version 28/09/2012
*
*/
From source file fi.vm.sade.eperusteet.hibernate.HibernateInterceptor.java
/**
* Interceptor to update PerusteVersion timestamp automatically when any
* Peruste related entity changes.
*
* @see RelatesToPeruste to mark the relation in entity classes.
*
From source file generatehibernate.UserInterceptor.java
/** * * @author azza */ public class UserInterceptor extends EmptyInterceptor { @Override
From source file gov.nih.nci.caarray.security.SecurityInterceptor.java
/** * Hibernate interceptor that keeps track of object changes and queues up lists of interesting objects that will require * appropriate synchronization with CSM. on post-flush, the appropriate CSM operations are then performed. The actual * CSM logic is in SecurityUtils */ @SuppressWarnings("PMD.CyclomaticComplexity")
From source file gov.nih.nci.cabig.caaers.utils.GridIdentifierInterceptor.java
/** * Wrapper interceptor to add grid identifiers to objects which support them. * * @author Sujith Vellat Thayyilthodi */ public class GridIdentifierInterceptor extends EmptyInterceptor {
From source file gov.nih.nci.cabig.ctms.audit.AuditInterceptorImpl.java
/** * @author Rhett Sutphin * @author Saurabh Agrawal */ public class AuditInterceptorImpl extends EmptyInterceptor {