Interface HibernateOrmMappingConfigurationContext
-
- All Known Implementing Classes:
HibernateOrmMappingInitiator
public interface HibernateOrmMappingConfigurationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationMappingConfigurationContextannotationMapping()Starts the definition of the annotation mapping.BridgesConfigurationContextbridges()Starts the definition of bridges to apply by default in mappings.ContainerExtractorConfigurationContextcontainerExtractors()Starts the definition of container extractors available for use in mappings.ProgrammaticMappingConfigurationContextprogrammaticMapping()Starts the definition of the programmatic mapping.
-
-
-
Method Detail
-
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
@Incubating ContainerExtractorConfigurationContext 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.
-
-