Class CollectionIndexFieldMapper<T,C,P>

java.lang.Object
org.simpleflatmapper.jdbc.impl.CollectionIndexFieldMapper<T,C,P>
All Implemented Interfaces:
MultiIndexFieldMapper<T>

public class CollectionIndexFieldMapper<T,C,P> extends Object implements MultiIndexFieldMapper<T>
  • Constructor Details

    • CollectionIndexFieldMapper

      public CollectionIndexFieldMapper(org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,P> setter, org.simpleflatmapper.reflect.Getter<T,C> collectionGetter, org.simpleflatmapper.reflect.primitive.IntGetter<? super C> sizeGetter, org.simpleflatmapper.reflect.IndexedGetter<C,P> indexedGetter)
  • Method Details