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

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

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

Methods in org.jminor.framework.domain that return Property.PrimaryKeyProperty
 Property.PrimaryKeyProperty Entity.Key.getFirstKeyProperty()
           
static Property.PrimaryKeyProperty Properties.primaryKeyProperty(String propertyID)
           
static Property.PrimaryKeyProperty Properties.primaryKeyProperty(String propertyID, int type)
           
static Property.PrimaryKeyProperty Properties.primaryKeyProperty(String propertyID, int type, String caption)
           
 Property.PrimaryKeyProperty Property.PrimaryKeyProperty.setIndex(int index)
          Sets the primary key index of this property
 

Methods in org.jminor.framework.domain that return types with arguments of type Property.PrimaryKeyProperty
 List<Property.PrimaryKeyProperty> Entity.Definition.getPrimaryKeyProperties()
           
static List<Property.PrimaryKeyProperty> Entities.getPrimaryKeyProperties(String entityID)
           
 List<Property.PrimaryKeyProperty> Entity.Key.getProperties()