net.webapp2.util.ibatis.misc
Class DistrictTypeHandler

java.lang.Object
  extended by net.webapp2.util.ibatis.EnumTypeHandler
      extended by net.webapp2.util.ibatis.misc.DistrictTypeHandler
All Implemented Interfaces:
com.ibatis.sqlmap.client.extensions.TypeHandlerCallback

public class DistrictTypeHandler
extends EnumTypeHandler


Constructor Summary
DistrictTypeHandler()
           
 
Method Summary
protected  District[] getEnums()
          enum에 포함된 값들을 모두 반환.
 
Methods inherited from class net.webapp2.util.ibatis.EnumTypeHandler
getResult, setParameter, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistrictTypeHandler

public DistrictTypeHandler()
Method Detail

getEnums

protected District[] getEnums()
Description copied from class: EnumTypeHandler
enum에 포함된 값들을 모두 반환. 하위 클래스에서 실질적으로 구현해야 할 메소드.

Specified by:
getEnums in class EnumTypeHandler
Returns:
enum의 모든 값을 담은 배열