org.hibernate.envers.entities
Class RelationDescription

java.lang.Object
  extended by org.hibernate.envers.entities.RelationDescription

public class RelationDescription
extends Object

Author:
Adam Warski (adam at warski dot org)

Constructor Summary
RelationDescription(String fromPropertyName, RelationType relationType, String toEntityName, String mappedByPropertyName, IdMapper idMapper)
           
 
Method Summary
 String getFromPropertyName()
           
 IdMapper getIdMapper()
           
 String getMappedByPropertyName()
           
 RelationType getRelationType()
           
 String getToEntityName()
           
 boolean isBidirectional()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationDescription

public RelationDescription(String fromPropertyName,
                           RelationType relationType,
                           String toEntityName,
                           String mappedByPropertyName,
                           IdMapper idMapper)
Method Detail

getFromPropertyName

public String getFromPropertyName()

getRelationType

public RelationType getRelationType()

getToEntityName

public String getToEntityName()

getMappedByPropertyName

public String getMappedByPropertyName()

getIdMapper

public IdMapper getIdMapper()

isBidirectional

public boolean isBidirectional()


Copyright © 2008 Hibernate.org. All Rights Reserved.