Uses of Enum Class
com.foreach.across.modules.hibernate.config.PersistenceContextInView
Packages that use PersistenceContextInView
Package
Description
-
Uses of PersistenceContextInView in com.foreach.across.modules.hibernate
Methods in com.foreach.across.modules.hibernate that return PersistenceContextInViewModifier 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.Methods in com.foreach.across.modules.hibernate with parameters of type PersistenceContextInViewModifier and TypeMethodDescriptionvoidAcrossHibernateModuleSettings.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
Methods in com.foreach.across.modules.hibernate.config that return PersistenceContextInViewModifier and TypeMethodDescriptionstatic PersistenceContextInViewReturns 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.