All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.foreach.across.modules.hibernate.config.PersistenceContextInView Maven / Gradle / Ivy

There is a newer version: 4.5.1
Show newest version
package com.foreach.across.modules.hibernate.config;

public enum PersistenceContextInView
{
	/**
	 * Do not configure any persistence context tied to the view layer.
	 */
	NONE,

	/**
	 * Create a filter and register it dynamically to all servlets if possible.
	 */
	FILTER,

	/**
	 * Create an interceptor and register it on the handlermapping level.
	 */
	INTERCEPTOR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy