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

io.rocketbase.commons.repository.AppInviteJpaRepository Maven / Gradle / Ivy

There is a newer version: 4.4.1
Show newest version
package io.rocketbase.commons.repository;

import io.rocketbase.commons.model.AppInviteJpaEntity;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.data.repository.query.QueryByExampleExecutor;

public interface AppInviteJpaRepository extends PagingAndSortingRepository, QueryByExampleExecutor, JpaSpecificationExecutor {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy