Interface DatabaseTypeMap

All Known Implementing Classes:
DatabaseTypeMapH2, DatabaseTypeMapImpl

public interface DatabaseTypeMap
  • Method Details

    • getDatabaseTypename

      String getDatabaseTypename(FieldModel fieldModel)
    • getForeignKeyDatabaseTypename

      String getForeignKeyDatabaseTypename(FieldModel fieldModel)

      Returns the database type name for the specified nice type that can be used for a foreign key.

      For example, if the type given here is "SERIAL", this must return "INT" for postgresql.