me.shakiba.jdbi.annotation
Class BindAnnoFactory

java.lang.Object
  extended by me.shakiba.jdbi.annotation.BindAnnoFactory
All Implemented Interfaces:
org.skife.jdbi.v2.sqlobject.BinderFactory

public class BindAnnoFactory
extends java.lang.Object
implements org.skife.jdbi.v2.sqlobject.BinderFactory


Constructor Summary
BindAnnoFactory()
           
 
Method Summary
 org.skife.jdbi.v2.sqlobject.Binder<BindAnno,java.lang.Object> build(java.lang.annotation.Annotation annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindAnnoFactory

public BindAnnoFactory()
Method Detail

build

public org.skife.jdbi.v2.sqlobject.Binder<BindAnno,java.lang.Object> build(java.lang.annotation.Annotation annotation)
Specified by:
build in interface org.skife.jdbi.v2.sqlobject.BinderFactory


Copyright © 2013. All Rights Reserved.