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

com.spun.util.database.DatabaseRelationshipPersistent Maven / Gradle / Ivy

The newest version!
package com.spun.util.database;

import java.sql.Statement;

public interface DatabaseRelationshipPersistent
{
  public boolean save(Statement stmt, java.util.HashSet set,
      boolean shallowOnly);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy