Uses of Interface
org.hibernate.test.annotations.any.Property

Packages that use Property
org.hibernate.test.annotations.any   
 

Uses of Property in org.hibernate.test.annotations.any
 

Classes in org.hibernate.test.annotations.any with type parameters of type Property
 class PropertyList<T extends Property>
           
 

Classes in org.hibernate.test.annotations.any that implement Property
 class CharProperty
           
 class IntegerProperty
           
 class LongProperty
           
 class StringProperty
           
 

Methods in org.hibernate.test.annotations.any that return Property
 Property PropertySet.getSomeProperty()
           
 

Methods in org.hibernate.test.annotations.any that return types with arguments of type Property
 List<Property> PropertySet.getGeneralProperties()
           
 Map<String,Property> PropertyMap.getProperties()
           
 

Methods in org.hibernate.test.annotations.any with parameters of type Property
 void PropertySet.addGeneratedProperty(Property property)
           
 void PropertySet.setSomeProperty(Property someProperty)
           
 

Method parameters in org.hibernate.test.annotations.any with type arguments of type Property
 void PropertySet.setGeneralProperties(List<Property> generalProperties)
           
 void PropertyMap.setProperties(Map<String,Property> properties)
           
 



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