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