| Package | Description |
|---|---|
| org.sfm.jdbc.impl |
JdbcMapper related classes. |
| org.sfm.jooq |
SfmRecordMapperProvider to integrate in @see jOOQ |
| org.sfm.map.impl |
Mapper partial implementation. |
| org.sfm.querydsl |
MappingProjection implementation for querydsl. |
| Modifier and Type | Method and Description |
|---|---|
<T,P> FieldMapper<ResultSet,T> |
ResultSetFieldMapperFactory.newFieldMapper(PropertyMapping<T,P,JdbcColumnKey,FieldMapperColumnDefinition<JdbcColumnKey,ResultSet>> propertyMapping,
FieldMapperErrorHandler<JdbcColumnKey> errorHandler,
MapperBuilderErrorHandler mappingErrorHandler) |
| Modifier and Type | Method and Description |
|---|---|
<T,P> FieldMapper<R,T> |
RecordFieldMapperFactory.newFieldMapper(PropertyMapping<T,P,JooqFieldKey,FieldMapperColumnDefinition<JooqFieldKey,R>> propertyMapping,
FieldMapperErrorHandler<JooqFieldKey> errorHandler,
MapperBuilderErrorHandler mapperErrorHandler) |
| Modifier and Type | Field and Description |
|---|---|
protected List<PropertyMapping<T,?,K,D>> |
PropertyMappingsBuilder.properties |
| Modifier and Type | Method and Description |
|---|---|
<F extends ForEachCallBack<PropertyMapping<T,?,K,D>>> |
PropertyMappingsBuilder.forEachProperties(F handler,
int start) |
<F extends ForEachCallBack<PropertyMapping<T,?,K,D>>> |
PropertyMappingsBuilder.forEachProperties(F handler,
int start,
int end) |
<H extends ForEachCallBack<PropertyMapping<T,?,K,D>>> |
PropertyMappingsBuilder.forEachProperties(H handler) |
| Modifier and Type | Method and Description |
|---|---|
PropertyMapping<T,?,K,D> |
PropertyMappingsBuilder.get(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
CalculateMaxIndex.handle(PropertyMapping<T,?,K,D> e) |
<T,P> FieldMapper<S,T> |
FieldMapperFactory.newFieldMapper(PropertyMapping<T,P,K,D> propertyMapping,
FieldMapperErrorHandler<K> errorHandler,
MapperBuilderErrorHandler mapperErrorHandler) |
protected <P> FieldMapper<S,T> |
AbstractFieldMapperMapperBuilder.newFieldMapper(PropertyMapping<T,P,K,FieldMapperColumnDefinition<K,S>> t) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyMappingsBuilder.forEachConstructorProperties(ForEachCallBack<PropertyMapping<T,?,K,D>> handler) |
| Modifier and Type | Method and Description |
|---|---|
<T,P> FieldMapper<com.mysema.query.Tuple,T> |
TupleFieldMapperFactory.newFieldMapper(PropertyMapping<T,P,TupleElementKey,FieldMapperColumnDefinition<TupleElementKey,com.mysema.query.Tuple>> propertyMapping,
FieldMapperErrorHandler<TupleElementKey> errorHandler,
MapperBuilderErrorHandler mappingErrorHandler) |
Copyright © 2015. All rights reserved.