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(java.lang.String propertyName) |
RelationDescription |
EntitiesConfigurations.getRelationDescription(java.lang.String entityName,
java.lang.String propertyName) |
static RelationDescription |
RelationDescription.toMany(java.lang.String fromPropertyName,
RelationType relationType,
java.lang.String toEntityName,
java.lang.String mappedByPropertyName,
IdMapper idMapper,
PropertyMapper fakeBidirectionalRelationMapper,
PropertyMapper fakeBidirectionalRelationIndexMapper,
boolean insertable,
boolean indexed) |
static RelationDescription |
RelationDescription.toOne(java.lang.String fromPropertyName,
RelationType relationType,
java.lang.String toEntityName,
java.lang.String mappedByPropertyName,
IdMapper idMapper,
PropertyMapper fakeBidirectionalRelationMapper,
PropertyMapper fakeBidirectionalRelationIndexMapper,
boolean insertable,
boolean ignoreNotFound) |
Constructor and Description |
---|
FakeBidirectionalRelationWorkUnit(SessionImplementor sessionImplementor,
java.lang.String entityName,
EnversService enversService,
java.io.Serializable id,
java.lang.String referencingPropertyName,
java.lang.Object owningEntity,
RelationDescription rd,
RevisionType revisionType,
java.lang.Object index,
AuditWorkUnit nestedWorkUnit) |
Modifier and Type | Method and Description |
---|---|
static RelationDescription |
CriteriaTools.getRelatedEntity(EnversService enversService,
java.lang.String entityName,
java.lang.String propertyName) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.