Class ApiActions<TEntity>


  • public class ApiActions<TEntity>
    extends ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>,​ch.puzzle.libpuzzle.springframework.boot.rest.action.FindAction<TEntity,​java.lang.Long>,​ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>,​ch.puzzle.libpuzzle.springframework.boot.rest.action.UpdateAction<TEntity,​java.lang.Long>,​ch.puzzle.libpuzzle.springframework.boot.rest.action.DeleteAction<java.lang.Long>>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions

        ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions.Config
    • Constructor Summary

      Constructors 
      Constructor Description
      ApiActions()  
    • Method Summary

      • Methods inherited from class ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions

        configure, create, delete, find, list, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApiActions

        public ApiActions()