Interface | Description |
---|---|
Settings | Common settings across all GORM implementations |
Class | Description |
---|---|
AbstractGormMappingFactory | Abstract GORM implementation that uses the GORM MappingConfigurationBuilder to configure entity mappings. |
ConfigurationBuilder | A generic configuration builder that implementors can implement to construct the configuration from the source org.springframework.core.env.PropertyResolver |
DatastoreEnvironment | An environment for GORM |
Entity | Base class for classes returned from ClassMapping.getMappedForm |