Uses of Class
org.hibernate.envers.internal.entities.RelationDescription
-
-
Uses of RelationDescription in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return RelationDescription Modifier and Type Method Description RelationDescription
EntitiesConfigurations. getRelationDescription(String entityName, String propertyName)
RelationDescription
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 RelationDescription Constructor Description FakeBidirectionalRelationWorkUnit(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 RelationDescription Modifier and Type Method Description static 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 RelationDescription Modifier and Type Field Description protected RelationDescription
AbstractAuditAssociationQuery. relationDescription
-