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

org.wing4j.test.TableNameMode Maven / Gradle / Ivy

The newest version!
package org.wing4j.test;

/**
 * Created by wing4j on 2017/2/8.
 */
public enum TableNameMode {
    /**
     * 自动识别
     */
    auto,
    /**
     * 使用实体上的
     */
    entity,
    /**
     * 使用@CreateTable上的
     */
    createTest
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy