接口 TableNamingStrategy

所有已知实现类:
DefaultTableNamingStrategy

public interface TableNamingStrategy
Entity table and Collection Table Naming Strategy.
作者:
chaostone
  • 方法详细资料

    • classToTableName

      String classToTableName(Class<?> clazz)
      Convert class to table name
      参数:
      className -
    • collectionToTableName

      String collectionToTableName(Class<?> entityClass, String tableName, String collectionName)
      Convert collection to table name
      参数:
      className -
      tableName -
      collectionName -
    • getSchema

      String getSchema(String packageName)
      Return schema for package
      参数:
      packageName -
    • isMultiSchema

      boolean isMultiSchema()
      Mapped in multischema?