Class JpaDelegateProvider<T extends JpaRootEntity & AbstractEntity>

    • Constructor Detail

      • JpaDelegateProvider

        protected JpaDelegateProvider​(T delegate)
    • Method Detail

      • getDelegate

        protected T getDelegate()
      • setDelegate

        protected void setDelegate​(T newDelegate)
        Validates the new entity. Will throw ModelIllegalStateException if the entity has been deleted or changed in the meantime.