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

sf.database.meta.MetadataContainer Maven / Gradle / Ivy

The newest version!
package sf.database.meta;

/**
 * 所有自带TableMetadata信息的字段
 */
public interface MetadataContainer {
    /**
     * 获得所在表的Metadata信息。
     * @return
     */
    ITableMapping getMeta();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy