Interface NamingStrategy

All Known Implementing Classes:
CachingNamingStrategy, DefaultNamingStrategy
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NamingStrategy
命名策略
Author:
Maning
  • Method Summary

    Modifier and Type
    Method
    Description
    toSqlName(String javaName)
    java名称转数据库名称
  • Method Details

    • toSqlName

      String toSqlName(String javaName)
      java名称转数据库名称
      Parameters:
      javaName - java名称,不能为null
      Returns:
      数据库侧名称,不允许返回null