Class MarkLogicMappingContext
- java.lang.Object
-
- org.springframework.data.mapping.context.AbstractMappingContext<BasicMarkLogicPersistentEntity<?>,MarkLogicPersistentProperty>
-
- io.github.malteseduck.springframework.data.marklogic.core.mapping.MarkLogicMappingContext
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
,org.springframework.context.ApplicationEventPublisherAware
,org.springframework.data.mapping.context.MappingContext<BasicMarkLogicPersistentEntity<?>,MarkLogicPersistentProperty>
public class MarkLogicMappingContext extends org.springframework.data.mapping.context.AbstractMappingContext<BasicMarkLogicPersistentEntity<?>,MarkLogicPersistentProperty> implements org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description MarkLogicMappingContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> BasicMarkLogicPersistentEntity<?>
createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
protected MarkLogicPersistentProperty
createPersistentProperty(org.springframework.data.mapping.model.Property property, BasicMarkLogicPersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
void
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Methods inherited from class org.springframework.data.mapping.context.AbstractMappingContext
addPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrict, shouldCreatePersistentEntityFor
-
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Overrides:
setApplicationContext
in classorg.springframework.data.mapping.context.AbstractMappingContext<BasicMarkLogicPersistentEntity<?>,MarkLogicPersistentProperty>
- Throws:
org.springframework.beans.BeansException
-
createPersistentEntity
protected <T> BasicMarkLogicPersistentEntity<?> createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
- Specified by:
createPersistentEntity
in classorg.springframework.data.mapping.context.AbstractMappingContext<BasicMarkLogicPersistentEntity<?>,MarkLogicPersistentProperty>
-
createPersistentProperty
protected MarkLogicPersistentProperty createPersistentProperty(org.springframework.data.mapping.model.Property property, BasicMarkLogicPersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
- Specified by:
createPersistentProperty
in classorg.springframework.data.mapping.context.AbstractMappingContext<BasicMarkLogicPersistentEntity<?>,MarkLogicPersistentProperty>
-
-