Uses of Interface
org.jminor.framework.domain.Property.DenormalizedProperty

Packages that use Property.DenormalizedProperty
org.jminor.framework.domain   
 

Uses of Property.DenormalizedProperty in org.jminor.framework.domain
 

Methods in org.jminor.framework.domain that return types with arguments of type Property.DenormalizedProperty
 Collection<Property.DenormalizedProperty> Entity.Definition.getDenormalizedProperties(String foreignKeyPropertyID)
          Retrieves the denormalized properties which values originate from the entity referenced by the given foreign key property
static Collection<Property.DenormalizedProperty> Entities.getDenormalizedProperties(String entityID, String foreignKeyPropertyID)