org.mybatis.guice.binder
Interface TypeHandlerBinder


public interface TypeHandlerBinder

Bind the given TypeHandler to an already defined type.


Method Summary
 void with(Class<? extends org.apache.ibatis.type.TypeHandler> handler)
          Bind the given TypeHandler to an already defined type.
 

Method Detail

with

void with(Class<? extends org.apache.ibatis.type.TypeHandler> handler)
Bind the given TypeHandler to an already defined type.

Parameters:
handler - The TypeHandler has to be bound


Copyright © 2010-2011 MyBatis.org. All Rights Reserved.