net.webapp2.util.ibatis.misc
Class DistrictTypeHandler
java.lang.Object
net.webapp2.util.ibatis.EnumTypeHandler
net.webapp2.util.ibatis.misc.DistrictTypeHandler
- All Implemented Interfaces:
- com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
public class DistrictTypeHandler
- extends EnumTypeHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistrictTypeHandler
public DistrictTypeHandler()
getEnums
protected District[] getEnums()
- Description copied from class:
EnumTypeHandler
- enum에 포함된 값들을 모두 반환. 하위 클래스에서 실질적으로 구현해야 할 메소드.
- Specified by:
getEnums
in class EnumTypeHandler
- Returns:
- enum의 모든 값을 담은 배열