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

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

The newest version!
package net.java.ao.test.jdbc;

import net.java.ao.EntityManager;

/**
 *
 */
public interface DatabaseUpdater {
    void update(EntityManager entityManager) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy