public class VarbinaryTypeDescriptor extends java.lang.Object implements SqlTypeDescriptor
VARBINARY handling.| Modifier and Type | Field and Description |
|---|---|
static VarbinaryTypeDescriptor |
INSTANCE |
| Constructor and Description |
|---|
VarbinaryTypeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeRemapped()
Is this descriptor available for remapping?
|
<X> ValueBinder<X> |
getBinder(JavaTypeDescriptor<X> javaTypeDescriptor) |
<X> ValueExtractor<X> |
getExtractor(JavaTypeDescriptor<X> javaTypeDescriptor) |
int |
getSqlType()
Return the JDBC type-code for the column mapped by this type.
|
public static final VarbinaryTypeDescriptor INSTANCE
public int getSqlType()
SqlTypeDescriptorgetSqlType in interface SqlTypeDescriptorpublic boolean canBeRemapped()
SqlTypeDescriptorcanBeRemapped in interface SqlTypeDescriptortrue indicates this descriptor can be remapped; otherwise, falseWrapperOptions.remapSqlTypeDescriptor(org.hibernate.type.descriptor.sql.SqlTypeDescriptor),
Dialect.remapSqlTypeDescriptor(org.hibernate.type.descriptor.sql.SqlTypeDescriptor)public <X> ValueBinder<X> getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
getBinder in interface SqlTypeDescriptorpublic <X> ValueExtractor<X> getExtractor(JavaTypeDescriptor<X> javaTypeDescriptor)
getExtractor in interface SqlTypeDescriptorCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.