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

org.nutz.dao.impl.entity.info.TableInfo Maven / Gradle / Ivy

Go to download

Nutz, which is a collections of lightweight frameworks, each of them can be used independently

There is a newer version: 1.r.72
Show newest version
package org.nutz.dao.impl.entity.info;

import org.nutz.dao.entity.annotation.Comment;
import org.nutz.dao.entity.annotation.PK;
import org.nutz.dao.entity.annotation.Table;
import org.nutz.dao.entity.annotation.TableIndexes;
import org.nutz.dao.entity.annotation.TableMeta;
import org.nutz.dao.entity.annotation.View;

public class TableInfo {

    public Table annTable;

    public View annView;

    public TableMeta annMeta;

    public PK annPK;

    public TableIndexes annIndexes;

    public Comment tableComment;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy