java.lang.Objectorg.apache.jdo.impl.model.java.AbstractJavaType
All Implemented Interfaces:
JavaType
Direct Known Subclasses:
JDOSupportedMapType, FloatingPointType, ErrorType, IntegralType, WrapperClassType, BaseReflectionJavaType, MutableValueClassType, JDOSupportedCollectionType, NullType, ValueClassType, PrimitiveType, PredefinedType, ReflectionJavaType
A non-abstract subclass must implement method #getName() and needs to override any of the other methods where the default implementation is not appropriate.
Note, the class implements methods #equals(Object obj) , #hashCode() and #toString() using the name of a JavaType.
Michael - BouschenJDO - 1.0.1JDO - 2.0| Method from org.apache.jdo.impl.model.java.AbstractJavaType Summary: |
|---|
| equals, getArrayComponentType, getDeclaredJavaFields, getDeclaredJavaProperties, getJDOClass, getJavaField, getJavaProperty, getModifiers, getName, getSuperclass, getUnderlyingObject, hashCode, isArray, isCompatibleWith, isFloatingPoint, isIntegral, isInterface, isJDOSupportedCollection, isJDOSupportedMap, isOrderable, isPersistenceCapable, isPrimitive, isTrackable, isValue, isWrapperClass, toString |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.jdo.impl.model.java.AbstractJavaType Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
This implementation returns the hashCode of the name of this JavaType. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|