Package com.querydsl.sql.codegen.support
Interface Mapping
- All Known Implementing Classes:
NumericMapping
,RenameMapping
,TypeMapping
public interface Mapping
Specifies mapping customization options.
- Author:
- tiwe
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Configuration configuration) Apply the customization to the passed in configuration.
-
Method Details
-
apply
Apply the customization to the passed in configuration.- Parameters:
configuration
- the configuration to apply the customization to
-