interface MappingConfigurationBuilder<E extends Entity, P extends Property>
Interface for objects that build a mapping configuration
Type Params | Return Type | Name and description |
---|---|---|
|
abstract E |
evaluate(groovy.lang.Closure mappingClosure) Evaluates the configuration for the given closure |
|
abstract E |
evaluate(groovy.lang.Closure mappingClosure, java.lang.Object context) Evaluates the configuration for the given closure |
|
abstract java.util.Map<java.lang.String, P> |
getProperties()
|
Evaluates the configuration for the given closure
mappingClosure
- The closure configurationEvaluates the configuration for the given closure
mappingClosure
- The closure configurationcontext
- A context object