Package | Description |
---|---|
org.hibernate.annotations.common.reflection | |
org.hibernate.annotations.common.reflection.java |
Modifier and Type | Method and Description |
---|---|
<T> XClass |
ReflectionManager.classForName(String name,
Class<T> caller) |
XClass |
XMember.getClassOrElementClass()
The type of this property's elements for arrays, the type of the property itself for everything else.
|
XClass |
XMember.getElementClass()
This property's type for simple properties, the type of its elements for arrays and collections.
|
XClass[] |
XClass.getInterfaces() |
XClass |
XMember.getMapKey()
The type of this map's key, or null for anything that is not a map.
|
XClass |
XClass.getSuperclass() |
XClass |
XMember.getType()
This property's XClass.
|
<T> XClass |
ReflectionManager.toXClass(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
<T> boolean |
ReflectionManager.equals(XClass class1,
Class<T> class2) |
boolean |
XClass.isAssignableFrom(XClass c) |
Class |
ReflectionManager.toClass(XClass xClazz) |
Modifier and Type | Method and Description |
---|---|
XClass |
JavaReflectionManager.classForName(String name,
Class caller) |
XClass |
JavaXMember.getClassOrElementClass() |
XClass |
JavaXMember.getElementClass() |
XClass |
JavaXMember.getMapKey() |
XClass |
JavaXMember.getType() |
XClass |
JavaReflectionManager.toXClass(Class clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
JavaReflectionManager.equals(XClass class1,
Class class2) |
Class |
JavaReflectionManager.toClass(XClass xClazz) |
Copyright © 2005–2015 Hibernate.org. All rights reserved.