Class JpaStoresRegistrar
java.lang.Object
org.springframework.content.commons.config.AbstractStoreBeanDefinitionRegistrar
internal.org.springframework.content.jpa.config.JpaStoresRegistrar
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.context.annotation.ImportBeanDefinitionRegistrar,org.springframework.context.EnvironmentAware,org.springframework.context.ResourceLoaderAware
- Direct Known Subclasses:
JpaContentRepositoriesRegistrar
-
Field Summary
Fields inherited from class org.springframework.content.commons.config.AbstractStoreBeanDefinitionRegistrar
DOMAIN_CLASS_PROPERTY, ID_CLASS_PROPERTY, STORE_INTERFACE_CLASS_PROPERTY, STORE_INTERFACE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateOperationsBean(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) protected Class<? extends Annotation>protected Stringprotected Class<?>[]Methods inherited from class org.springframework.content.commons.config.AbstractStoreBeanDefinitionRegistrar
buildAndRegisterDefinitions, createBeanDefinition, getBasePackages, getBeanFactory, getEnvironment, getResourceLoader, loadStoreClass, multipleStoreImplementationsDetected, registerBeanDefinitions, registerContentStoreBeanDefinitions, setBeanFactory, setEnvironment, setResourceLoaderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
registerBeanDefinitions
-
Constructor Details
-
JpaStoresRegistrar
public JpaStoresRegistrar()
-
-
Method Details
-
createOperationsBean
protected void createOperationsBean(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) - Overrides:
createOperationsBeanin classAbstractStoreBeanDefinitionRegistrar
-
getAnnotation
- Specified by:
getAnnotationin classAbstractStoreBeanDefinitionRegistrar
-
getSignatureTypes
- Specified by:
getSignatureTypesin classAbstractStoreBeanDefinitionRegistrar
-
getOverridePropertyValue
- Overrides:
getOverridePropertyValuein classAbstractStoreBeanDefinitionRegistrar
-