Uses of Class
org.hibernate.envers.internal.entities.RelationDescription
Packages that use RelationDescription
Package
Description
-
Uses of RelationDescription in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return RelationDescriptionModifier and TypeMethodDescriptionEntitiesConfigurations.getRelationDescription
(String entityName, String propertyName) EntityConfiguration.getRelationDescription
(String propertyName) static RelationDescription
RelationDescription.toMany
(String fromPropertyName, RelationType relationType, String toEntityName, String mappedByPropertyName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper, MiddleIdData referencingIdData, MiddleIdData referencedIdData, String auditMiddleEntityName, boolean insertable, boolean indexed) static RelationDescription
RelationDescription.toOne
(String fromPropertyName, RelationType relationType, String toEntityName, String mappedByPropertyName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper, boolean insertable, boolean ignoreNotFound) -
Uses of RelationDescription in org.hibernate.envers.internal.synchronization.work
Constructors in org.hibernate.envers.internal.synchronization.work with parameters of type RelationDescriptionModifierConstructorDescriptionFakeBidirectionalRelationWorkUnit
(SessionImplementor sessionImplementor, String entityName, EnversService enversService, Serializable id, String referencingPropertyName, Object owningEntity, RelationDescription rd, RevisionType revisionType, Object index, AuditWorkUnit nestedWorkUnit) -
Uses of RelationDescription in org.hibernate.envers.query.criteria.internal
Methods in org.hibernate.envers.query.criteria.internal that return RelationDescriptionModifier and TypeMethodDescriptionstatic RelationDescription
CriteriaTools.getRelatedEntity
(EnversService enversService, String entityName, String propertyName) -
Uses of RelationDescription in org.hibernate.envers.query.internal.impl
Fields in org.hibernate.envers.query.internal.impl declared as RelationDescriptionModifier and TypeFieldDescriptionprotected final RelationDescription
AbstractAuditAssociationQuery.relationDescription