|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SqlTypeDescriptor
Descriptor for the SQL/JDBC side of a value mapping.
| Method Summary | ||
|---|---|---|
boolean |
canBeRemapped()
Is this descriptor available for remapping? |
|
|
getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
|
|
|
getExtractor(JavaTypeDescriptor<X> javaTypeDescriptor)
|
|
int |
getSqlType()
Return the JDBC type-code for the column mapped by this type. |
|
| Method Detail |
|---|
int getSqlType()
boolean canBeRemapped()
true indicates this descriptor can be remapped; otherwise, falseWrapperOptions.remapSqlTypeDescriptor(org.hibernate.type.descriptor.sql.SqlTypeDescriptor),
Dialect.remapSqlTypeDescriptor(org.hibernate.type.descriptor.sql.SqlTypeDescriptor)<X> ValueBinder<X> getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
<X> ValueExtractor<X> getExtractor(JavaTypeDescriptor<X> javaTypeDescriptor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||