List of usage examples for org.hibernate Filter interface-usage
From source file br.eti.sw.pontocerto.util.ConexaoHibernateFilter.java
/**
* Classe utilitria para filtrar e centralizar todas as requisies Hibernate com o
* objetivo: Abrir Sessions do Hibernate; Associar Sessions a ThreadsLocais;
* Fechar Sessions associadas.
*
* @author Luiz Henrique
From source file de.decidr.model.filters.EqualsFilter.java
/**
* A simple filter that includes or excludes entities where a given property
* matches a given value.
*
* @author Daniel Huss
* @version 0.1
From source file de.decidr.model.filters.OrderByFilter.java
/**
* Adds one or more {@link Order orders} to the query.
*
* @author Daniel Huss
* @version 0.1
*/
From source file de.decidr.model.filters.StartableWorkflowModelFilter.java
/**
* Allows only startable models. A workflow model is considered startable if its
* executable flag is set to true (which implies that deployed workflow model
* which has the same version exists).
*
* @author Daniel Huss
From source file eu.scape_project.tb.hibernate.HibernateSessionRequestFilter.java
/**
* Hibernate Session Request Filter. See
* https://community.jboss.org/wiki/OpenSessionInView. Servlet filter for
* creating and closing the hibernate session. This is an interceptor that runs
* after the view has been rendered, and that will then commit the database
* transaction, hence close the Session. When an HTTP request has to be handled,
From source file org.gridsphere.servlets.GridSphereFilter.java
/** * GridSphereFilter is used for first time portal initialization including portlets */ public class GridSphereFilter implements Filter { private static Boolean firstDoGet = Boolean.TRUE;
From source file org.osaf.cosmo.scheduler.HibernateSessionFilter.java
/** * Filter that sets up Hibernate session for the duration of the job to allow * for lazy loading to work. */ public class HibernateSessionFilter implements Filter {
From source file uk.ac.ebi.fg.annotare2.web.server.HibernateSessionFilter.java
/** * @author Olga Melnichuk */ public class HibernateSessionFilter implements Filter { private static final Logger log = LoggerFactory.getLogger(HibernateSessionFilter.class);
From source file us.mn.state.health.lims.common.util.OpenElisRequestFilter.java
public class OpenElisRequestFilter implements Filter { private Logger logger = Logger.getLogger(this.getClass()); public void destroy() { }