Uses of Interface
org.springframework.content.commons.store.Store
Packages that use Store
Package
Description
-
Uses of Store in internal.org.springframework.content.commons.store.factory
Classes in internal.org.springframework.content.commons.store.factory that implement Store -
Uses of Store in org.springframework.content.commons.config
Methods in org.springframework.content.commons.config that return types with arguments of type StoreModifier and TypeMethodDescriptionAbstractStoreBeanDefinitionRegistrar.loadStoreClass(org.springframework.beans.factory.config.ConfigurableListableBeanFactory registry, org.springframework.beans.factory.config.BeanDefinition definition) -
Uses of Store in org.springframework.content.commons.repository.factory
Methods in org.springframework.content.commons.repository.factory that return StoreModifier and TypeMethodDescriptionprotected Store<? extends Serializable>AbstractStoreFactoryBean.createContentStore()Deprecated.Store<? extends Serializable>AbstractStoreFactoryBean.getObject()Deprecated.AbstractStoreFactoryBean.getStore()Deprecated.Methods in org.springframework.content.commons.repository.factory that return types with arguments of type StoreModifier and TypeMethodDescriptionClass<? extends Store<? extends Serializable>>AbstractStoreFactoryBean.getObjectType()Deprecated. -
Uses of Store in org.springframework.content.commons.store
Subinterfaces of Store in org.springframework.content.commons.storeModifier and TypeInterfaceDescriptioninterfaceAssociativeStore<S,SID extends Serializable> interfaceContentStore<S,SID extends Serializable> -
Uses of Store in org.springframework.content.commons.store.events
Constructors in org.springframework.content.commons.store.events with parameters of type StoreModifierConstructorDescriptionAfterAssociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterAssociateEvent(Object source, Store<Serializable> store) AfterGetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterGetContentEvent(Object source, Store<Serializable> store) AfterGetResourceEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterGetResourceEvent(Object source, Store<Serializable> store) AfterSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterSetContentEvent(Object source, Store<Serializable> store) AfterStoreEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterStoreEvent(Object source, Store<Serializable> store) AfterUnassociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterUnassociateEvent(Object source, Store<Serializable> store) AfterUnsetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) AfterUnsetContentEvent(Object source, Store<Serializable> store) BeforeAssociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) BeforeAssociateEvent(Object source, Store<Serializable> store) BeforeGetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) BeforeGetContentEvent(Object source, Store<Serializable> store) BeforeGetResourceEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) BeforeGetResourceEvent(Object source, Store<Serializable> store) BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, InputStream is) BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, InputStream is, org.springframework.core.io.Resource resource) BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, org.springframework.core.io.Resource resource) BeforeSetContentEvent(Object source, Store<Serializable> store, InputStream is) BeforeSetContentEvent(Object source, Store<Serializable> store, org.springframework.core.io.Resource resource) BeforeUnassociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) BeforeUnassociateEvent(Object source, Store<Serializable> store) BeforeUnsetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) BeforeUnsetContentEvent(Object source, Store<Serializable> store)