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

com.tvd12.ezydata.database.EzyDatabaseRepositoryWrapper Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezydata.database;

public interface EzyDatabaseRepositoryWrapper {

    EzyDatabaseRepositoryWrapper DEFAULT = repo -> repo;

    Object wrap(Object repository);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy