public class CustomMappingContext extends org.springframework.data.mapping.context.AbstractMappingContext<CustomPersistentEntityImpl<?>,CustomPersistentProperty>
| Constructor and Description |
|---|
CustomMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> CustomPersistentEntityImpl<?> |
createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) |
protected CustomPersistentProperty |
createPersistentProperty(Field field,
PropertyDescriptor descriptor,
CustomPersistentEntityImpl<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
protected boolean |
shouldCreatePersistentEntityFor(org.springframework.data.util.TypeInformation<?> type) |
addPersistentEntity, addPersistentEntity, afterPropertiesSet, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrictprotected <T> CustomPersistentEntityImpl<?> createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
createPersistentEntity in class org.springframework.data.mapping.context.AbstractMappingContext<CustomPersistentEntityImpl<?>,CustomPersistentProperty>protected CustomPersistentProperty createPersistentProperty(Field field, PropertyDescriptor descriptor, CustomPersistentEntityImpl<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
createPersistentProperty in class org.springframework.data.mapping.context.AbstractMappingContext<CustomPersistentEntityImpl<?>,CustomPersistentProperty>protected boolean shouldCreatePersistentEntityFor(org.springframework.data.util.TypeInformation<?> type)
shouldCreatePersistentEntityFor in class org.springframework.data.mapping.context.AbstractMappingContext<CustomPersistentEntityImpl<?>,CustomPersistentProperty>Copyright © 2017 Molindo GmbH. All Rights Reserved.