Interface HibernateOrmMappingConfigurationContext
public interface HibernateOrmMappingConfigurationContext
-
Method Summary
Modifier and TypeMethodDescriptionStarts the definition of the annotation mapping.bridges()
Starts the definition of bridges to apply by default in mappings.Starts the definition of container extractors available for use in mappings.Starts the definition of the programmatic mapping.
-
Method Details
-
programmaticMapping
ProgrammaticMappingConfigurationContext programmaticMapping()Starts the definition of the programmatic mapping.- Returns:
- A context to define the programmatic mapping.
-
annotationMapping
AnnotationMappingConfigurationContext annotationMapping()Starts the definition of the annotation mapping.- Returns:
- A context to define the annotation mapping.
-
containerExtractors
Starts the definition of container extractors available for use in mappings.- Returns:
- A context to define container extractors.
-
bridges
BridgesConfigurationContext bridges()Starts the definition of bridges to apply by default in mappings.- Returns:
- A context to define default bridges.
-