|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeSequence | |
---|---|
egovframework.rfc3.common.dao | |
egovframework.rfc3.common.service | |
egovframework.rfc3.common.service.impl |
Uses of CodeSequence in egovframework.rfc3.common.dao |
---|
Methods in egovframework.rfc3.common.dao with parameters of type CodeSequence | |
---|---|
java.lang.String |
IdgenDAO.getIdNextId(CodeSequence codeSequence)
테이블별로 0만큼 자리수로 채워지고 다음증가값을 반환한다. |
Uses of CodeSequence in egovframework.rfc3.common.service |
---|
Methods in egovframework.rfc3.common.service with parameters of type CodeSequence | |
---|---|
java.lang.String |
IdgenService.getIdNextId(CodeSequence codeSequence)
|
Uses of CodeSequence in egovframework.rfc3.common.service.impl |
---|
Methods in egovframework.rfc3.common.service.impl with parameters of type CodeSequence | |
---|---|
java.lang.String |
IdgenServiceImpl.getIdNextId(CodeSequence codeSequence)
해당 테이블의 아이디에 대한 증가값 가져오기 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |