Uses of Class
org.hibernate.envers.test.entities.customtype.Component

Packages that use Component
org.hibernate.envers.test.entities.customtype   
 

Uses of Component in org.hibernate.envers.test.entities.customtype
 

Methods in org.hibernate.envers.test.entities.customtype that return Component
 Component CompositeCustomTypeEntity.getComponent()
           
 

Methods in org.hibernate.envers.test.entities.customtype with parameters of type Component
 void CompositeCustomTypeEntity.setComponent(Component component)
           
 

Constructors in org.hibernate.envers.test.entities.customtype with parameters of type Component
CompositeCustomTypeEntity(Integer id, Component component)
           
 



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