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

net.java.ao.benchmark.BenchmarkDatabaseUpdater Maven / Gradle / Ivy

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

import net.java.ao.EntityManager;
import net.java.ao.benchmark.model.Person;
import net.java.ao.benchmark.model.PersonWithPreload;
import net.java.ao.test.jdbc.DatabaseUpdater;

public final class BenchmarkDatabaseUpdater implements DatabaseUpdater {
    @Override
    public void update(EntityManager entityManager) throws Exception {
        entityManager.migrate(Person.class, PersonWithPreload.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy