Uses of Interface
org.hibernate.annotations.common.reflection.XClass
-
-
Uses of XClass in org.hibernate.annotations.common.reflection
Methods in org.hibernate.annotations.common.reflection that return XClass Modifier and Type Method Description XClassXMember. getClassOrElementClass()The type of this property's elements for arrays, the type of the property itself for everything else.XClassXMember. getDeclaringClass()Retrieve the XClass reference for the class which declares this member.XClassXMember. getElementClass()This property's type for simple properties, the type of its elements for arrays and collections.XClass[]XClass. getInterfaces()XClassXMember. getMapKey()The type of this map's key, or null for anything that is not a map.XClassXClass. getSuperclass()XClassXMember. getType()This property's XClass.<T> XClassReflectionManager. toXClass(Class<T> clazz)Methods in org.hibernate.annotations.common.reflection with parameters of type XClass Modifier and Type Method Description <T> booleanReflectionManager. equals(XClass class1, Class<T> class2)booleanXClass. isAssignableFrom(XClass c)ClassReflectionManager. toClass(XClass xClazz)TypeReflectionManager. toType(XClass xClazz) -
Uses of XClass in org.hibernate.annotations.common.reflection.java
Methods in org.hibernate.annotations.common.reflection.java that return XClass Modifier and Type Method Description XClassJavaXMember. getClassOrElementClass()XClassJavaXMember. getDeclaringClass()XClassJavaXMember. getElementClass()XClassJavaXMember. getMapKey()XClassJavaXMember. getType()XClassJavaReflectionManager. toXClass(Class clazz)Methods in org.hibernate.annotations.common.reflection.java with parameters of type XClass Modifier and Type Method Description booleanJavaReflectionManager. equals(XClass class1, Class class2)ClassJavaReflectionManager. toClass(XClass xClazz)TypeJavaReflectionManager. toType(XClass xClazz) -
Uses of XClass in org.hibernate.envers.configuration.internal.metadata.reader
Methods in org.hibernate.envers.configuration.internal.metadata.reader that return XClass Modifier and Type Method Description XClassDynamicProperty. getClassOrElementClass()XClassDynamicProperty. getDeclaringClass()XClassDynamicProperty. getElementClass()XClassDynamicProperty. getMapKey()XClassDynamicProperty. getType()XClassPersistentPropertiesSource. getXClass()Methods in org.hibernate.envers.configuration.internal.metadata.reader with parameters of type XClass Modifier and Type Method Description static PersistentPropertiesSourcePersistentPropertiesSource. forClass(org.hibernate.mapping.PersistentClass persistentClass, XClass clazz)Get a persistent properties source for a persistent class.static PersistentPropertiesSourcePersistentPropertiesSource. forComponent(org.hibernate.mapping.Component component, XClass clazz, boolean dynamic)Get a persistent properties source for a component with its class already resolved.protected booleanAuditedPropertiesReader. isOverriddenAudited(XClass clazz)protected booleanAuditedPropertiesReader. isOverriddenNotAudited(XClass clazz) -
Uses of XClass in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools with parameters of type XClass Modifier and Type Method Description static XPropertyReflectionTools. getProperty(XClass clazz, String propertyName)static XPropertyReflectionTools. getProperty(XClass clazz, String propertyName, String accessType) -
Uses of XClass in org.hibernate.search.mapper.pojo.model.hcann.spi
Fields in org.hibernate.search.mapper.pojo.model.hcann.spi declared as XClass Modifier and Type Field Description protected XClassAbstractPojoHCAnnRawTypeModel. xClassMethods in org.hibernate.search.mapper.pojo.model.hcann.spi that return XClass Modifier and Type Method Description XClassAbstractPojoHCAnnBootstrapIntrospector. toXClass(Class<?> type)Methods in org.hibernate.search.mapper.pojo.model.hcann.spi with parameters of type XClass Modifier and Type Method Description Stream<Class<?>>AbstractPojoHCAnnBootstrapIntrospector. ascendingSuperClasses(XClass xClass)Map<String,XProperty>AbstractPojoHCAnnBootstrapIntrospector. declaredFieldAccessXPropertiesByName(XClass xClass)Map<String,List<XProperty>>AbstractPojoHCAnnBootstrapIntrospector. declaredMethodAccessXPropertiesByName(XClass xClass)Stream<Class<?>>AbstractPojoHCAnnBootstrapIntrospector. descendingSuperClasses(XClass xClass)Class<?>AbstractPojoHCAnnBootstrapIntrospector. toClass(XClass xClass)
-