|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.type.descriptor.sql.RealTypeDescriptor
public class RealTypeDescriptor
Descriptor for REAL
handling.
Field Summary | |
---|---|
static RealTypeDescriptor |
INSTANCE
|
Constructor Summary | |
---|---|
RealTypeDescriptor()
|
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 RealTypeDescriptor INSTANCE
Constructor Detail |
---|
public RealTypeDescriptor()
Method Detail |
---|
public int getSqlType()
SqlTypeDescriptor
getSqlType
in interface SqlTypeDescriptor
public <X> ValueBinder<X> getBinder(JavaTypeDescriptor<X> javaTypeDescriptor)
getBinder
in interface SqlTypeDescriptor
public <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 |