Interface UuidMappingInfo

All Known Implementing Classes:
JmixHSQLPlatform, JmixMySQLPlatform, JmixOraclePlatform, JmixPostgreSQLPlatform, JmixSQLServerPlatform

public interface UuidMappingInfo
  • Method Details

    • getUuidSqlType

      int getUuidSqlType()
    • getUuidType

      Class<?> getUuidType()
    • getUuidColumnDefinition

      String getUuidColumnDefinition()
    • getUuidConverter

      org.eclipse.persistence.mappings.converters.Converter getUuidConverter()