Interface PhysicalNamingStrategy

  • All Known Implementing Classes:
    CamelCaseToUnderscoresNamingStrategy, PhysicalNamingStrategyStandardImpl

    public interface PhysicalNamingStrategy
    Pluggable strategy contract for applying physical naming rules for database object names. NOTE: Ideally we'd pass "extra" things in here like Dialect, etc to better handle identifier length constraints or auto quoting of identifiers. However, the pre-metamodel model does not necessarily know this information at the time the strategy is called.