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

net.java.ao.test.jdbc.NullDatabase Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
package net.java.ao.test.jdbc;

import net.java.ao.EntityManager;

public final class NullDatabase implements DatabaseUpdater {
    private NullDatabase() {
    }

    @Override
    public void update(EntityManager entityManager) throws Exception {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy