Class AcrossHibernateModuleSettings.PersistenceContextInViewProperties
java.lang.Object
com.foreach.across.modules.hibernate.AcrossHibernateModuleSettings.PersistenceContextInViewProperties
- Enclosing class:
 - AcrossHibernateModuleSettings
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIf 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.intgetOrder()Configure the order of the persistence context view handler (if created).inthashCode()voidsetHandler(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.voidsetOrder(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
 
 -