Class ModelCrudService


  • @Component
    public class ModelCrudService
    extends Object
    Simple version of model service exposing CRUD-like operations. This is common facade for webservice and REST services. It takes care of all the "details" of externalized objects such as applying correct definitions and so on. Other methods (not strictly related to CRUD operations) requiring some pre-processing may come here later; if needed for both WS and REST services.
    Author:
    Radovan Semancik