|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- V
- public interface GlueRow<K,V>
Database 레코드를 표현하는 Value Object 패턴의 인터페이스. 하나의 레코드는 하나의 GlueRow 오브젝트로 표현된다.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Method Summary | |
---|---|
Object |
getAttribute(K key)
컬럼명에 해당하는 값을 얻는다. |
Map<K,V> |
getAttributes()
하나의 레코드를 표현하는 Map을 리턴한다. |
void |
setAttribute(K key,
V value)
해당 컬럼에 값을 설정한다. |
void |
setAttributes(Map<K,V> attributes)
하나의 레코드를 표현하는 Map을 설정한다. |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
---|
Object getAttribute(K key)
key
- 컴럼 명
void setAttribute(K key, V value)
value
- 컬럼 값key
- 컬럼 명Map<K,V> getAttributes()
void setAttributes(Map<K,V> attributes)
attributes
- (컬럼명, 컬럼값) 형태의 Map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |