org.hibernate.envers.entities
Class RelationDescription
java.lang.Object
   org.hibernate.envers.entities.RelationDescription
org.hibernate.envers.entities.RelationDescription
- public class RelationDescription 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RelationDescription
public RelationDescription(String fromPropertyName,
                           RelationType relationType,
                           String toEntityName,
                           String mappedByPropertyName,
                           IdMapper idMapper,
                           PropertyMapper fakeBidirectionalRelationMapper,
                           PropertyMapper fakeBidirectionalRelationIndexMapper,
                           boolean insertable)
getFromPropertyName
public String getFromPropertyName()
- 
 
getRelationType
public RelationType getRelationType()
- 
 
getToEntityName
public String getToEntityName()
- 
 
getMappedByPropertyName
public String getMappedByPropertyName()
- 
 
getIdMapper
public IdMapper getIdMapper()
- 
 
getFakeBidirectionalRelationMapper
public PropertyMapper getFakeBidirectionalRelationMapper()
- 
 
getFakeBidirectionalRelationIndexMapper
public PropertyMapper getFakeBidirectionalRelationIndexMapper()
- 
 
isInsertable
public boolean isInsertable()
- 
 
isBidirectional
public boolean isBidirectional()
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.