Uses of Interface
org.hibernate.annotations.common.reflection.XClass
Packages that use XClass
Package
Description
-
Uses of XClass in org.hibernate.annotations.common.reflection
Methods in org.hibernate.annotations.common.reflection that return XClassModifier and TypeMethodDescriptionXMember.getClassOrElementClass()The type of this property's elements for arrays, the type of the property itself for everything else.XMember.getDeclaringClass()Retrieve the XClass reference for the class which declares this member.XMember.getElementClass()This property's type for simple properties, the type of its elements for arrays and collections.XClass[]XClass.getInterfaces()XMember.getMapKey()The type of this map's key, or null for anything that is not a map.XClass.getSuperclass()XMember.getType()This property's XClass.<T> XClassMethods in org.hibernate.annotations.common.reflection with parameters of type XClass -
Uses of XClass in org.hibernate.annotations.common.reflection.java
Methods in org.hibernate.annotations.common.reflection.java that return XClassModifier and TypeMethodDescriptionJavaXMember.getClassOrElementClass()JavaXMember.getDeclaringClass()JavaXMember.getElementClass()JavaXMember.getMapKey()JavaXMember.getType()Methods in org.hibernate.annotations.common.reflection.java with parameters of type XClass