Class AcrossHibernateModuleSettings.PersistenceContextInViewProperties
java.lang.Object
com.foreach.across.modules.hibernate.AcrossHibernateModuleSettings.PersistenceContextInViewProperties
- Enclosing class:
- AcrossHibernateModuleSettings
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
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.int
getOrder()
Configure the order of the persistence context view handler (if created).int
hashCode()
void
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.void
setOrder
(int order) Configure the order of the persistence context view handler (if created).toString()
-
Constructor Details
-
PersistenceContextInViewProperties
public PersistenceContextInViewProperties()
-
-
Method Details
-
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. -
getOrder
public int getOrder()Configure the order of the persistence context view handler (if created). -
setHandler
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. -
setOrder
public void setOrder(int order) Configure the order of the persistence context view handler (if created). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-