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

net.java.ao.schema.helper.ForeignKey Maven / Gradle / Ivy

package net.java.ao.schema.helper;

public interface ForeignKey {
    String getLocalTableName();

    String getLocalFieldName();

    String getForeignTableName();

    String getForeignFieldName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy