Example usage for org.springframework.data.repository.history RevisionRepository interface-usage

List of usage examples for org.springframework.data.repository.history RevisionRepository interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.repository.history RevisionRepository interface-usage.

Usage

From source file com.ylw.template.model.repository.PersonRepository.java

public interface PersonRepository extends RevisionRepository<Person, Long, Integer>, CrudRepository<Person, Long> {

}

From source file com.wiiyaya.framework.provider.tools.BaseRevisionDao.java

/**
 * <p>??</p>
 *
 * <p>??</p>
 *
 * <p></p>

From source file pl.konczak.mystartupapp.sharedkernel.enversRepository.EnversRevisionRepository.java

/**
 * Convenience interface to allow pulling in {@link JpaRepository} and {@link RevisionRepository} functionality in one
 * go.
 *
 * @author Oliver Gierke
 * @author Michael Igler