All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.content.jpa.io.BlobResourceLoader Maven / Gradle / Ivy

There is a newer version: 3.0.15
Show newest version
package org.springframework.content.jpa.io;

import org.springframework.core.io.ResourceLoader;

public interface BlobResourceLoader extends ResourceLoader {

	String getDatabaseName();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy