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

net.java.ao.schema.IndexNameConverter Maven / Gradle / Ivy

package net.java.ao.schema;

public interface IndexNameConverter {
    String getName(String tableName, String fieldName);

    String getPrefix(String tableName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy