Uses of Interface
org.springframework.content.commons.repository.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 StoreMethods in internal.org.springframework.content.commons.store.factory that return types with arguments of type StoreConstructors in internal.org.springframework.content.commons.store.factory with parameters of type StoreModifierConstructorDescriptionStoreImpl(Class<? extends Store> storeInterface, Store<Serializable> delegate, org.springframework.context.ApplicationEventPublisher publisher, Path copyContentRootPath) Constructor parameters in internal.org.springframework.content.commons.store.factory with type arguments of type Store -
Uses of Store in internal.org.springframework.content.commons.storeservice
Methods in internal.org.springframework.content.commons.storeservice that return StoreMethods in internal.org.springframework.content.commons.storeservice that return types with arguments of type StoreConstructors in internal.org.springframework.content.commons.storeservice with parameters of type StoreModifierConstructorDescriptionStoreInfoImpl(Class<? extends Store> interfaceClass, Class<?> storeDomainClass, Store<Serializable> storeImpl) Constructor parameters in internal.org.springframework.content.commons.storeservice with type arguments of type StoreModifierConstructorDescriptionStoreInfoImpl(Class<? extends Store> interfaceClass, Class<?> storeDomainClass, Supplier<Store<Serializable>> storeSupplier) StoreInfoImpl(Class<? extends Store> interfaceClass, Class<?> storeDomainClass, Supplier<Store<Serializable>> storeSupplier) StoreInfoImpl(Class<? extends Store> interfaceClass, Class<?> storeDomainClass, Store<Serializable> storeImpl) -
Uses of Store in org.springframework.content.commons.repository
Subinterfaces of Store in org.springframework.content.commons.repositoryModifier and TypeInterfaceDescriptioninterfaceAssociativeStore<S,SID extends Serializable> Deprecated.This class is deprecated.interfaceContentStore<S,SID extends Serializable> Deprecated.This class is deprecated.Methods in org.springframework.content.commons.repository that return StoreConstructors in org.springframework.content.commons.repository with parameters of type StoreModifierConstructorDescriptionAfterStoreEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterStoreEvent(Object source, Store<Serializable> store) Deprecated.StoreEvent(Object source, PropertyPath properyPath, Store<Serializable> store) Deprecated.StoreEvent(Object source, Store<Serializable> store) Deprecated. -
Uses of Store in org.springframework.content.commons.repository.events
Constructors in org.springframework.content.commons.repository.events with parameters of type StoreModifierConstructorDescriptionAfterAssociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterAssociateEvent(Object source, Store<Serializable> store) Deprecated.AfterGetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterGetContentEvent(Object source, Store<Serializable> store) Deprecated.AfterGetResourceEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterGetResourceEvent(Object source, Store<Serializable> store) Deprecated.AfterSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterSetContentEvent(Object source, Store<Serializable> store) Deprecated.AfterUnassociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterUnassociateEvent(Object source, Store<Serializable> store) Deprecated.AfterUnsetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.AfterUnsetContentEvent(Object source, Store<Serializable> store) Deprecated.BeforeAssociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.BeforeAssociateEvent(Object source, Store<Serializable> store) Deprecated.BeforeGetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.BeforeGetContentEvent(Object source, Store<Serializable> store) Deprecated.BeforeGetResourceEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.BeforeGetResourceEvent(Object source, Store<Serializable> store) Deprecated.BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, InputStream is) Deprecated.BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, InputStream is, org.springframework.core.io.Resource resource) Deprecated.BeforeSetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store, org.springframework.core.io.Resource resource) Deprecated.BeforeSetContentEvent(Object source, Store<Serializable> store, InputStream is) Deprecated.BeforeSetContentEvent(Object source, Store<Serializable> store, org.springframework.core.io.Resource resource) Deprecated.BeforeUnassociateEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.BeforeUnassociateEvent(Object source, Store<Serializable> store) Deprecated.BeforeUnsetContentEvent(Object source, PropertyPath propertyPath, Store<Serializable> store) Deprecated.BeforeUnsetContentEvent(Object source, Store<Serializable> store) Deprecated. -
Uses of Store in org.springframework.content.commons.repository.factory
Methods in org.springframework.content.commons.repository.factory that return types with arguments of type StoreConstructor parameters in org.springframework.content.commons.repository.factory with type arguments of type StoreModifierConstructorDescriptionprotectedAbstractStoreFactoryBean(Class<? extends Store> storeInterface) 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> interfaceStore<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 StoreModifierConstructorDescriptionStoreEvent(Object source, PropertyPath properyPath, Store<Serializable> store) StoreEvent(Object source, Store<Serializable> store) -
Uses of Store in org.springframework.content.commons.store.factory
Constructor parameters in org.springframework.content.commons.store.factory with type arguments of type StoreModifierConstructorDescriptionprotectedAbstractStoreFactoryBean(Class<? extends Store> storeInterface) -
Uses of Store in org.springframework.content.commons.storeservice
Methods in org.springframework.content.commons.storeservice that return types with arguments of type Store -
Uses of Store in org.springframework.content.commons.utils
Method parameters in org.springframework.content.commons.utils with type arguments of type StoreModifier and TypeMethodDescriptionstatic org.springframework.data.util.Pair<Optional<Class<?>>,Class<? extends Serializable>> StoreInterfaceUtils.getStoreTypes(Class<? extends Store> storeClass)