public class PostgresDatabaseDialect extends DefaultDatabaseDialect
Implementation adds mapping for {code oid} database type to Blob.
| Constructor and Description |
|---|
PostgresDatabaseDialect() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getJavaTypeForSQL(int sqlTypeNumber,
String sqlTypeName)
Returns java class for specified SQL type.
|
getMostGenericClasspublic Class<?> getJavaTypeForSQL(int sqlTypeNumber, String sqlTypeName)
DatabaseDialectThis method is making mapping between java and SQL types.
getJavaTypeForSQL in interface DatabaseDialectgetJavaTypeForSQL in class DefaultDatabaseDialectsqlTypeNumber - SQL type number according to TypessqlTypeName - SQL type name as returned by databaseCopyright © 2014–2015 Vracon s.r.o.. All rights reserved.