Interface HibernateOrmMappingConfigurationContext
-
public interface HibernateOrmMappingConfigurationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationMappingConfigurationContextannotationMapping()Start the definition of the annotation mapping.BridgesConfigurationContextbridges()Start the definition of bridges to apply by default in mappings.ContainerExtractorConfigurationContextcontainerExtractors()Start the definition of container extractors available for use in mappings.ProgrammaticMappingConfigurationContextprogrammaticMapping()Start the definition of a programmatic mapping.
-
-
-
Method Detail
-
programmaticMapping
ProgrammaticMappingConfigurationContext programmaticMapping()
Start the definition of a programmatic mapping.- Returns:
- A context to define the programmatic mapping.
-
annotationMapping
AnnotationMappingConfigurationContext annotationMapping()
Start the definition of the annotation mapping.- Returns:
- A context to define the annotation mapping.
-
containerExtractors
@Incubating ContainerExtractorConfigurationContext containerExtractors()
Start the definition of container extractors available for use in mappings.- Returns:
- A context to define container extractors.
-
bridges
BridgesConfigurationContext bridges()
Start the definition of bridges to apply by default in mappings.- Returns:
- A context to define default bridges.
-
-