Uses of Class
org.hibernate.envers.test.entities.onetomany.detached.ListJoinColumnBidirectionalInheritanceRefEdParentEntity

Packages that use ListJoinColumnBidirectionalInheritanceRefEdParentEntity
org.hibernate.envers.test.entities.onetomany.detached   
 

Uses of ListJoinColumnBidirectionalInheritanceRefEdParentEntity in org.hibernate.envers.test.entities.onetomany.detached
 

Subclasses of ListJoinColumnBidirectionalInheritanceRefEdParentEntity in org.hibernate.envers.test.entities.onetomany.detached
 class ListJoinColumnBidirectionalInheritanceRefEdChildEntity
          Entity for JoinColumnBidirectionalListWithInheritance test.
 

Methods in org.hibernate.envers.test.entities.onetomany.detached that return types with arguments of type ListJoinColumnBidirectionalInheritanceRefEdParentEntity
 List<ListJoinColumnBidirectionalInheritanceRefEdParentEntity> ListJoinColumnBidirectionalInheritanceRefIngEntity.getReferences()
           
 

Method parameters in org.hibernate.envers.test.entities.onetomany.detached with type arguments of type ListJoinColumnBidirectionalInheritanceRefEdParentEntity
 void ListJoinColumnBidirectionalInheritanceRefIngEntity.setReferences(List<ListJoinColumnBidirectionalInheritanceRefEdParentEntity> references)
           
 

Constructors in org.hibernate.envers.test.entities.onetomany.detached with parameters of type ListJoinColumnBidirectionalInheritanceRefEdParentEntity
ListJoinColumnBidirectionalInheritanceRefIngEntity(Integer id, String data, ListJoinColumnBidirectionalInheritanceRefEdParentEntity... references)
           
ListJoinColumnBidirectionalInheritanceRefIngEntity(String data, ListJoinColumnBidirectionalInheritanceRefEdParentEntity... references)
           
 



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