Class AbstractRootCrudController<T>


  • public abstract class AbstractRootCrudController<T>
    extends AbstractCrudController<T>
    Author:
    Daniel Bernstein Date: Feb 27, 2012
    • Constructor Detail

      • AbstractRootCrudController

        public AbstractRootCrudController​(Class<T> clazz)