public interface PrimitiveType<T> extends LiteralType<T>
Modifier and Type | Method and Description |
---|---|
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.
|
objectToSQLString
Class getPrimitiveClass()
Type.getReturnedClass()
.String toString(T value)
value
- The value to be stringified.Serializable getDefaultValue()
Copyright © 2021 JBoss by Red Hat. All rights reserved.