Interface ProgrammaticMappingConfigurationContext
public interface ProgrammaticMappingConfigurationContext
A context to configure programmatic mapping.
-
Method Summary
Modifier and TypeMethodDescriptionStarts the definition of the mapping of a specific type.Starts the definition of the mapping of a specific named type.
-
Method Details
-
type
Starts the definition of the mapping of a specific type.- Parameters:
clazz
- The type to map.- Returns:
- The initial step of a DSL where the type mapping can be defined.
-
type
Starts the definition of the mapping of a specific named type.- Parameters:
typeName
- The name of the type. For example for a dynamic, map-based entity type, this would be the entity name.- Returns:
- The initial step of a DSL where the type mapping can be defined.
- Throws:
SearchException
- If the given name does not match any known type.
-