Uses of Interface
org.hibernate.annotations.common.reflection.XProperty
-
-
Uses of XProperty in org.hibernate.annotations.common.reflection
Methods in org.hibernate.annotations.common.reflection that return types with arguments of type XProperty Modifier and Type Method Description List<XProperty>XClass. getDeclaredProperties(String accessType)List<XProperty>XClass. getDeclaredProperties(String accessType, Filter filter) -
Uses of XProperty in org.hibernate.envers.configuration.internal.metadata.reader
Classes in org.hibernate.envers.configuration.internal.metadata.reader that implement XProperty Modifier and Type Class Description classDynamicPropertyThis class pretends to be property but in fact it represents entry in the map (for dynamic component)Methods in org.hibernate.envers.configuration.internal.metadata.reader with parameters of type XProperty Modifier and Type Method Description protected booleanAuditedPropertiesReader. checkAudited(XProperty property, PropertyAuditingData propertyData, String propertyName, Audited allClassAudited, String modifiedFlagSuffix)protected booleanComponentAuditedPropertiesReader. checkAudited(XProperty property, PropertyAuditingData propertyData, String propertyName, Audited allClassAudited, String modifiedFlagSuffix)protected booleanAuditedPropertiesReader. isOverriddenAudited(XProperty property)protected booleanAuditedPropertiesReader. isOverriddenNotAudited(XProperty property) -
Uses of XProperty in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools that return XProperty Modifier and Type Method Description static XPropertyReflectionTools. getProperty(XClass clazz, String propertyName)static XPropertyReflectionTools. getProperty(XClass clazz, String propertyName, String accessType) -
Uses of XProperty in org.hibernate.search.mapper.pojo.model.hcann.spi
Fields in org.hibernate.search.mapper.pojo.model.hcann.spi with type parameters of type XProperty Modifier and Type Field Description protected List<XProperty>AbstractPojoHCAnnPropertyModel. declaredXPropertiesThe declared XProperties for this property in the holder type.Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return types with arguments of type XProperty Modifier and Type Method Description Map<String,XProperty>AbstractPojoHCAnnBootstrapIntrospector. declaredFieldAccessXPropertiesByName(XClass xClass)protected Map<String,XProperty>AbstractPojoHCAnnRawTypeModel. declaredFieldAccessXPropertiesByName()Map<String,List<XProperty>>AbstractPojoHCAnnBootstrapIntrospector. declaredMethodAccessXPropertiesByName(XClass xClass)protected Map<String,List<XProperty>>AbstractPojoHCAnnRawTypeModel. declaredMethodAccessXPropertiesByName()Methods in org.hibernate.search.mapper.pojo.model.hcann.spi with parameters of type XProperty Modifier and Type Method Description static MemberPojoCommonsAnnotationsHelper. extractUnderlyingMember(XProperty xProperty)Constructor parameters in org.hibernate.search.mapper.pojo.model.hcann.spi with type arguments of type XProperty Constructor Description AbstractPojoHCAnnPropertyModel(I introspector, AbstractPojoHCAnnRawTypeModel<?,I> holderTypeModel, String name, List<XProperty> declaredXProperties, List<Member> members)
-