Uses of Class
org.hibernate.envers.test.entities.components.DefaultValueComponent1

Packages that use DefaultValueComponent1
org.hibernate.envers.test.entities.components   
 

Uses of DefaultValueComponent1 in org.hibernate.envers.test.entities.components
 

Methods in org.hibernate.envers.test.entities.components that return DefaultValueComponent1
 DefaultValueComponent1 DefaultValueComponentTestEntity.getComp1()
           
static DefaultValueComponent1 DefaultValueComponent1.of(String str1, DefaultValueComponent2 comp2)
           
 

Methods in org.hibernate.envers.test.entities.components with parameters of type DefaultValueComponent1
static DefaultValueComponentTestEntity DefaultValueComponentTestEntity.of(DefaultValueComponent1 comp1)
           
static DefaultValueComponentTestEntity DefaultValueComponentTestEntity.of(Integer id, DefaultValueComponent1 comp1)
           
 void DefaultValueComponentTestEntity.setComp1(DefaultValueComponent1 comp1)
           
 



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