Uses of Interface
org.springframework.content.jpa.io.BlobResourceLoader
Packages that use BlobResourceLoader
Package
Description
-
Uses of BlobResourceLoader in internal.org.springframework.content.jpa.config
Methods in internal.org.springframework.content.jpa.config that return BlobResourceLoaderModifier and TypeMethodDescriptionJpaStoreConfiguration.genericBlobResourceLoader(DataSource ds, org.springframework.transaction.PlatformTransactionManager txnMgr) JpaStoreConfiguration.mysqlBlobResourceLoader(DataSource ds, org.springframework.transaction.PlatformTransactionManager txnMgr) JpaStoreConfiguration.postgresBlobResourceLoader(DataSource ds, org.springframework.transaction.PlatformTransactionManager txnMgr) JpaStoreConfiguration.sqlServerBlobResourceLoader(DataSource ds, org.springframework.transaction.PlatformTransactionManager txnMgr) Method parameters in internal.org.springframework.content.jpa.config with type arguments of type BlobResourceLoaderModifier and TypeMethodDescriptionJpaStoreConfiguration.blobResourceLoader(DataSource ds, List<BlobResourceLoader> loaders) -
Uses of BlobResourceLoader in internal.org.springframework.content.jpa.io
Constructor parameters in internal.org.springframework.content.jpa.io with type arguments of type BlobResourceLoaderModifierConstructorDescriptionDelegatingBlobResourceLoader(DataSource ds, List<BlobResourceLoader> loaders) -
Uses of BlobResourceLoader in org.springframework.content.jpa.io
Classes in org.springframework.content.jpa.io that implement BlobResourceLoader