All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.tomschi.commons.springdatajpa.controller.JpaController Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package com.github.tomschi.commons.springdatajpa.controller;

import com.github.tomschi.commons.data.dbo.DatabaseObject;
import com.github.tomschi.commons.springdata.controller.SortingAndPagingController;
import com.github.tomschi.commons.springdatajpa.service.JpaService;

import java.io.Serializable;

public interface JpaController, ID extends Serializable, S extends JpaService>
        extends SortingAndPagingController {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy