Package org.jdbi.v3.jpa
Class JpaMapperFactory
java.lang.Object
org.jdbi.v3.jpa.JpaMapperFactory
- All Implemented Interfaces:
- RowMapperFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild(Type type, ConfigRegistry config) Supplies a row mapper which will map result set rows to type if the factory supports it; empty otherwise.
- 
Constructor Details- 
JpaMapperFactorypublic JpaMapperFactory()
 
- 
- 
Method Details- 
buildDescription copied from interface:RowMapperFactorySupplies a row mapper which will map result set rows to type if the factory supports it; empty otherwise.- Specified by:
- buildin interface- RowMapperFactory
- Parameters:
- type- the target type to map to
- config- the config registry, for composition
- Returns:
- a row mapper for the given type if this factory supports it; Optional.empty()otherwise.
- See Also:
 
 
-