java.lang.Object | ||
↳ | org.hibernate.type.descriptor.java.AbstractTypeDescriptor<T> | |
↳ | org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor |
TODO : javadoc
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
INSTANCE |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Determine if two instances are equal
| |||||||||||
Extract a proper hash code for this value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Determine if two instances are equal
one | One instance |
---|---|
another | The other instance |
Extract a proper hash code for this value.
chars | The value for which to extract a hash code. |
---|