|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrimitiveType<T>
Additional contract for primitive / primitive wrapper types.
Method Summary | |
---|---|
java.io.Serializable |
getDefaultValue()
Get this type's default value. |
java.lang.Class |
getPrimitiveClass()
Retrieve the primitive counterpart to the wrapper type identified by Type.getReturnedClass() . |
java.lang.String |
toString(T value)
Retrieve the string representation of the given value. |
Methods inherited from interface org.hibernate.type.LiteralType |
---|
objectToSQLString |
Method Detail |
---|
java.lang.Class getPrimitiveClass()
Type.getReturnedClass()
.
java.lang.String toString(T value)
value
- The value to be stringified.
java.io.Serializable getDefaultValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |