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