Interface DatabaseTypeMap
- All Known Implementing Classes:
DatabaseTypeMapH2
,DatabaseTypeMapImpl
public interface DatabaseTypeMap
-
Method Summary
Modifier and TypeMethodDescriptiongetDatabaseTypename
(FieldModel fieldModel) getForeignKeyDatabaseTypename
(FieldModel fieldModel) Returns the database type name for the specified nice type that can be used for a foreign key.
-
Method Details
-
getDatabaseTypename
-
getForeignKeyDatabaseTypename
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.
-