init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.eactive.kakao.rolling;
|
||||
|
||||
import java.util.Optional;
|
||||
|
||||
import org.springframework.data.querydsl.QuerydslPredicateExecutor;
|
||||
|
||||
import com.eactive.eai.data.jpa.BaseRepository;
|
||||
|
||||
public interface RollingSuffixRepository
|
||||
extends BaseRepository<RollingSuffix, Long>, QuerydslPredicateExecutor<RollingSuffix> {
|
||||
|
||||
Optional<RollingSuffix> findTopByOrderByIdDesc();
|
||||
}
|
||||
Reference in New Issue
Block a user