Uses of Class
com.pyranid.ResultSetMapper.Builder
-
Uses of ResultSetMapper.Builder in com.pyranid
Methods in com.pyranid that return ResultSetMapper.BuilderModifier and TypeMethodDescriptionResultSetMapper.Builder.customColumnMappers(@NonNull List<@NonNull CustomColumnMapper> customColumnMappers) Specifies aListof custom column-specific mapping logic to apply, in priority order.ResultSetMapper.Builder.normalizationLocale(@NonNull Locale normalizationLocale) Specifies the locale to use when massaging JDBC column names for matching against Java property names.ResultSetMapper.Builder.planCacheCapacity(@NonNull Integer planCacheCapacity) Specifies the maximum number of row-mapping plans to cache per result class when plan caching is enabled.ResultSetMapper.Builder.planCachingEnabled(@NonNull Boolean planCachingEnabled) Specifies whether an internal "mapping plan" cache should be used to speed upResultSetmapping.ResultSetMapper.Builder.preferredColumnMapperCacheCapacity(@NonNull Integer preferredColumnMapperCacheCapacity) Specifies the maximum number of cached preferred custom column mappers per source class.static @NonNull ResultSetMapper.BuilderResultSetMapper.withCustomColumnMappers(@NonNull List<@NonNull CustomColumnMapper> customColumnMappers) Acquires a builder for a concrete implementation of this interface, specifying aListof custom column-specific mapping logic to apply, in priority order.static @NonNull ResultSetMapper.BuilderResultSetMapper.withNormalizationLocale(@NonNull Locale normalizationLocale) Acquires a builder for a concrete implementation of this interface, specifying the locale to use when massaging JDBC column names for matching against Java property names.static @NonNull ResultSetMapper.BuilderResultSetMapper.withPlanCachingEnabled(@NonNull Boolean planCachingEnabled) Acquires a builder for a concrete implementation of this interface, specifying whether an internal "mapping plan" cache should be used to speed upResultSetmapping.