Uses of Class
org.hibernate.envers.entities.RelationType

Packages that use RelationType
org.hibernate.envers.entities   
 

Uses of RelationType in org.hibernate.envers.entities
 

Methods in org.hibernate.envers.entities that return RelationType
 RelationType RelationDescription.getRelationType()
           
static RelationType RelationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RelationType[] RelationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.hibernate.envers.entities with parameters of type RelationType
RelationDescription(String fromPropertyName, RelationType relationType, String toEntityName, String mappedByPropertyName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper, boolean insertable)
           
 



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.