Uses of Interface
org.seasar.doma.jdbc.DuplicateColumnHandler
Packages that use DuplicateColumnHandler
Package
Description
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
-
Uses of DuplicateColumnHandler in org.seasar.doma.internal.jdbc.command
Fields in org.seasar.doma.internal.jdbc.command declared as DuplicateColumnHandlerModifier and TypeFieldDescriptionprotected final DuplicateColumnHandlerEntityProvider.duplicateColumnHandlerConstructors in org.seasar.doma.internal.jdbc.command with parameters of type DuplicateColumnHandlerModifierConstructorDescriptionMappingSupport(EntityType<?> entityType, Query query, boolean resultMappingEnsured, UnknownColumnHandler unknownColumnHandler, DuplicateColumnHandler duplicateColumnHandler) -
Uses of DuplicateColumnHandler in org.seasar.doma.jdbc
Classes in org.seasar.doma.jdbc that implement DuplicateColumnHandlerModifier and TypeClassDescriptionclassA handler for the column that is duplicated in a result set.Fields in org.seasar.doma.jdbc declared as DuplicateColumnHandlerModifier and TypeFieldDescriptionstatic final DuplicateColumnHandlerConfigSupport.defaultDuplicateColumnHandlerDefault implementation ofDuplicateColumnHandlerthat uses the last occurrence.Methods in org.seasar.doma.jdbc that return DuplicateColumnHandlerModifier and TypeMethodDescriptiondefault DuplicateColumnHandlerConfig.getDuplicateColumnHandler()Returns the duplicate column handler.Methods in org.seasar.doma.jdbc with parameters of type DuplicateColumnHandlerModifier and TypeMethodDescriptionSimpleConfigBuilder.duplicateColumnHandler(DuplicateColumnHandler duplicateColumnHandler)