@Mapper
public interface SeqMapper
Modifier and Type | Field and Description |
---|---|
static String |
JT_LOCALE_SN
다국어 테이블명
|
static String |
JT_LOGIN_ACCES_HIST
접속 이력 테이블명
|
static String |
JT_LOGIN_HIST
로그인 이력 테이블명
|
static String |
JT_PASSWORD_FAIL_HIST
로그인 실패 테이블명
|
static String |
JT_PASSWORD_HIST
패스워드 이력 테이블명
|
static String |
JT_USER
사용자 테이블명
|
static String |
JT_USER_ROLE_HIST
사용자-권한 매핑 테이블명
|
Modifier and Type | Method and Description |
---|---|
void |
createSequence(Map<String,String> param)
조회 조건에 해당하는 테이블의 순번을 추가한다.
|
Long |
getSeq(Map<String,String> param)
조회 조건에 해당하는 테이블의 현재 순번을 조회한다.
|
void |
updateForSeq(Map<String,String> param)
조회 조건에 해당하는 테이블의 순번을 수정한다.
|
static final String JT_LOCALE_SN
static final String JT_LOGIN_ACCES_HIST
static final String JT_LOGIN_HIST
static final String JT_PASSWORD_FAIL_HIST
static final String JT_PASSWORD_HIST
static final String JT_USER
static final String JT_USER_ROLE_HIST
Copyright © 2025. All rights reserved.