kr.co.hit.live.id.impl
Class SeqIdGenerator
java.lang.Object
kr.co.hit.live.id.impl.SeqIdGenerator
- All Implemented Interfaces:
- IdGenerator
public class SeqIdGenerator
- extends Object
- implements IdGenerator
연속 ID 생성기
- Since:
- 4.0
- Author:
- 김형도
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeqIdGenerator
public SeqIdGenerator()
getNextId
public Object getNextId(Object key)
- Description copied from interface:
IdGenerator
- 아이디를 생성하는 메소드이다.
- Specified by:
getNextId in interface IdGenerator
- Parameters:
key - 구현에 따라서 추가적인 정보가 필요할 경우 사용한다.
- Returns:
- 생성된 ID 정보를 담고 있는 객체이다.
Copyright © 2014. All Rights Reserved.