|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
public class VarbinaryTypeDescriptor
Descriptor for VARBINARY handling.
| Field Summary | |
|---|---|
static VarbinaryTypeDescriptor |
INSTANCE
|
| Constructor Summary | |
|---|---|
VarbinaryTypeDescriptor()
|
|
| Method Summary | ||
|---|---|---|
|
getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
|
|
|
getExtractor(JavaTypeDescriptor<X> javaTypeDescriptor)
|
|
int |
getSqlType()
Return the JDBC type-code for the column mapped by this type. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final VarbinaryTypeDescriptor INSTANCE
| Constructor Detail |
|---|
public VarbinaryTypeDescriptor()
| Method Detail |
|---|
public int getSqlType()
SqlTypeDescriptor
getSqlType in interface SqlTypeDescriptorpublic <X> ValueBinder<X> getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
getBinder in interface SqlTypeDescriptorpublic <X> ValueExtractor<X> getExtractor(JavaTypeDescriptor<X> javaTypeDescriptor)
getExtractor in interface SqlTypeDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||