Example usage for org.springframework.data.repository PagingAndSortingRepository interface-usage

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

Introduction

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

Usage

From source file com.orange.clara.tool.repos.UserRepo.java

/**
 * Copyright (C) 2016 Orange
 * <p>
 * This software is distributed under the terms and conditions of the 'Apache-2.0'
 * license which can be found in the file 'LICENSE' in this package distribution
 * or at 'https://opensource.org/licenses/Apache-2.0'.

From source file com.orange.clara.cloud.servicedbdumper.repo.DbDumperPlanRepo.java

/**
 * Copyright (C) 2016 Orange
 * <p>
 * This software is distributed under the terms and conditions of the 'Apache-2.0'
 * license which can be found in the file 'LICENSE' in this package distribution
 * or at 'https://opensource.org/licenses/Apache-2.0'.

From source file com.orange.clara.cloud.servicedbdumper.repo.DatabaseRefRepo.java

/**
 * Copyright (C) 2015 Orange
 * <p/>
 * This software is distributed under the terms and conditions of the 'Apache-2.0'
 * license which can be found in the file 'LICENSE' in this package distribution
 * or at 'https://opensource.org/licenses/Apache-2.0'.

From source file com.orange.clara.cloud.servicedbdumper.repo.DatabaseServiceRepo.java

/**
 * Copyright (C) 2016 Orange
 * <p>
 * This software is distributed under the terms and conditions of the 'Apache-2.0'
 * license which can be found in the file 'LICENSE' in this package distribution
 * or at 'https://opensource.org/licenses/Apache-2.0'.

From source file com.orange.clara.tool.repos.TagRepo.java

/**
 * Copyright (C) 2016 Orange
 * <p>
 * This software is distributed under the terms and conditions of the 'Apache-2.0'
 * license which can be found in the file 'LICENSE' in this package distribution
 * or at 'https://opensource.org/licenses/Apache-2.0'.

From source file com.contact.ContactRepository.java

/**
 *
 * @author giuliano
 */
public interface ContactRepository extends PagingAndSortingRepository<Contact, Long> {

From source file net.sf.sze.dao.api.zeugnis.BemerkungDao.java

/**
 * DAO frs {@link Bemerkung}.
 *
 */
public interface BemerkungDao extends PagingAndSortingRepository<Bemerkung, Long> {
    // Noch keine speziellen Methoden.

From source file com.orange.clara.tool.repos.RoleRepo.java

/**
 * Copyright (C) 2016 Orange
 * <p>
 * This software is distributed under the terms and conditions of the 'Apache-2.0'
 * license which can be found in the file 'LICENSE' in this package distribution
 * or at 'https://opensource.org/licenses/Apache-2.0'.

From source file net.sf.sze.dao.api.zeugnis.AgBewertungDao.java

/**
 * DAO frs {@link AgBewertung}.
 *
 */
public interface AgBewertungDao extends PagingAndSortingRepository<AgBewertung, Long> {
    // Noch keine speziellen Methoden.

From source file com.orange.clara.cloud.servicedbdumper.repo.DbDumperServiceInstanceRepo.java

/**
 * Copyright (C) 2015 Orange
 * <p/>
 * This software is distributed under the terms and conditions of the 'Apache-2.0'
 * license which can be found in the file 'LICENSE' in this package distribution
 * or at 'https://opensource.org/licenses/Apache-2.0'.