| Package | Description |
|---|---|
| org.sfm.jdbc |
JdbcMapper classes to map object from a csv file. |
| org.sfm.jdbc.impl |
JdbcMapper related classes. |
| org.sfm.jdbc.impl.getter | |
| org.sfm.jooq |
SfmRecordMapperProvider to integrate in @see jOOQ |
| org.sfm.map.column | |
| org.sfm.map.impl |
Mapper partial implementation. |
| org.sfm.querydsl |
MappingProjection implementation for querydsl. |
| org.sfm.reflect |
Reflection tools.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcMapperFactory |
JdbcMapperFactory.getterFactory(GetterFactory<ResultSet,JdbcColumnKey> getterFactory)
Override the default implementation of the GetterFactory used to get access to value from the ResultSet.
|
| Constructor and Description |
|---|
JdbcMapperBuilder(ClassMeta<T> classMeta,
MapperBuilderErrorHandler mapperBuilderErrorHandler,
ColumnDefinitionProvider<FieldMapperColumnDefinition<JdbcColumnKey,ResultSet>,JdbcColumnKey> columnDefinitions,
PropertyNameMatcherFactory propertyNameMatcherFactory,
GetterFactory<ResultSet,JdbcColumnKey> getterFactory,
boolean failOnAsm,
int asmMapperNbFieldsLimit,
MappingContextFactoryBuilder<ResultSet,JdbcColumnKey> parentBuilder) |
| Constructor and Description |
|---|
ResultSetFieldMapperFactory(GetterFactory<ResultSet,JdbcColumnKey> getterFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultSetGetterFactory |
static class |
ResultSetGetterFactory.StringResultSetGetterFactory |
| Modifier and Type | Field and Description |
|---|---|
static GetterFactory<ResultSet,JdbcColumnKey> |
ResultSetGetterFactory.DATE_GETTER_FACTORY |
static GetterFactory<ResultSet,JdbcColumnKey> |
ResultSetGetterFactory.ENUM_GETTER_FACTORY |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordGetterFactory<R extends org.jooq.Record> |
| Modifier and Type | Method and Description |
|---|---|
GetterFactory<?,?> |
GetterFactoryProperty.getGetterFactory() |
| Constructor and Description |
|---|
GetterFactoryProperty(GetterFactory<?,?> getterFactory) |
| Modifier and Type | Method and Description |
|---|---|
GetterFactory<S,K> |
FieldMapperColumnDefinition.getCustomGetterFactory() |
| Modifier and Type | Method and Description |
|---|---|
FieldMapperColumnDefinition<K,S> |
FieldMapperColumnDefinition.addGetterFactory(GetterFactory<S,K> getterFactory) |
static <K extends FieldKey<K>,S> |
FieldMapperColumnDefinition.customGetterFactory(GetterFactory<S,K> getterFactory) |
| Constructor and Description |
|---|
AbstractFieldMapperMapperBuilder(Type source,
ClassMeta<T> classMeta,
GetterFactory<S,K> getterFactory,
FieldMapperFactory<S,K,FieldMapperColumnDefinition<K,S>> fieldMapperFactory,
ColumnDefinitionProvider<FieldMapperColumnDefinition<K,S>,K> columnDefinitions,
PropertyNameMatcherFactory propertyNameMatcherFactory,
MapperBuilderErrorHandler mapperBuilderErrorHandler,
MappingContextFactoryBuilder<S,K> mappingContextFactoryBuilder) |
| Modifier and Type | Class and Description |
|---|---|
class |
TupleGetterFactory |
| Constructor and Description |
|---|
TupleFieldMapperFactory(GetterFactory<com.mysema.query.Tuple,TupleElementKey> getterFactory) |
| Modifier and Type | Method and Description |
|---|---|
<S,T,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> |
InstantiatorFactory.getInstantiator(Type source,
Type target,
PropertyMappingsBuilder<T,K,D> propertyMappingsBuilder,
Map<Parameter,Getter<S,?>> constructorParameterGetterMap,
GetterFactory<S,K> getterFactory) |
<S,T,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> |
InstantiatorFactory.getInstantiator(Type source,
Type target,
PropertyMappingsBuilder<T,K,D> propertyMappingsBuilder,
Map<Parameter,Getter<S,?>> constructorParameterGetterMap,
GetterFactory<S,K> getterFactory,
boolean useAsmIfEnabled) |
Copyright © 2015. All rights reserved.