Uses of Enum Class
com.foreach.across.modules.hibernate.config.PersistenceContextInView
Package
Description
-
Uses of PersistenceContextInView in com.foreach.across.modules.hibernate
Modifier and TypeMethodDescriptionAcrossHibernateModuleSettings.PersistenceContextInViewProperties.getHandler()
If a view layer is enabled, should an open session/entity manager be created for the entire request by using either a filter or an interceptor.Modifier and TypeMethodDescriptionvoid
AcrossHibernateModuleSettings.PersistenceContextInViewProperties.setHandler
(PersistenceContextInView handler) If a view layer is enabled, should an open session/entity manager be created for the entire request by using either a filter or an interceptor. -
Uses of PersistenceContextInView in com.foreach.across.modules.hibernate.config
Modifier and TypeMethodDescriptionstatic PersistenceContextInView
Returns the enum constant of this class with the specified name.static PersistenceContextInView[]
PersistenceContextInView.values()
Returns an array containing the constants of this enum class, in the order they are declared.