Package | Description |
---|---|
org.hibernate.envers.internal.entities | |
org.hibernate.envers.internal.synchronization.work | |
org.hibernate.envers.query.criteria.internal |
Modifier and Type | Method and Description |
---|---|
RelationDescription |
EntityConfiguration.getRelationDescription(String propertyName) |
RelationDescription |
EntitiesConfigurations.getRelationDescription(String entityName,
String propertyName) |
static RelationDescription |
RelationDescription.toMany(String fromPropertyName,
RelationType relationType,
String toEntityName,
String mappedByPropertyName,
IdMapper idMapper,
PropertyMapper fakeBidirectionalRelationMapper,
PropertyMapper fakeBidirectionalRelationIndexMapper,
boolean insertable) |
static RelationDescription |
RelationDescription.toOne(String fromPropertyName,
RelationType relationType,
String toEntityName,
String mappedByPropertyName,
IdMapper idMapper,
PropertyMapper fakeBidirectionalRelationMapper,
PropertyMapper fakeBidirectionalRelationIndexMapper,
boolean insertable,
boolean ignoreNotFound) |
Constructor and Description |
---|
FakeBidirectionalRelationWorkUnit(SessionImplementor sessionImplementor,
String entityName,
EnversService enversService,
Serializable id,
String referencingPropertyName,
Object owningEntity,
RelationDescription rd,
RevisionType revisionType,
Object index,
AuditWorkUnit nestedWorkUnit) |
Modifier and Type | Method and Description |
---|---|
static RelationDescription |
CriteriaTools.getRelatedEntity(EnversService enversService,
String entityName,
String propertyName) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.