Class AcrossHibernateModuleSettings.PersistenceContextInViewProperties

java.lang.Object
com.foreach.across.modules.hibernate.AcrossHibernateModuleSettings.PersistenceContextInViewProperties
Enclosing class:
AcrossHibernateModuleSettings

public static class AcrossHibernateModuleSettings.PersistenceContextInViewProperties extends Object
  • Constructor Details

    • PersistenceContextInViewProperties

      public PersistenceContextInViewProperties()
  • Method Details

    • getHandler

      public PersistenceContextInView 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

      public 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.
    • setOrder

      public void setOrder(int order)
      Configure the order of the persistence context view handler (if created).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object