|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property.TransientProperty | |
---|---|
org.jminor.framework.domain |
Uses of Property.TransientProperty in org.jminor.framework.domain |
---|
Subinterfaces of Property.TransientProperty in org.jminor.framework.domain | |
---|---|
static interface |
Property.DenormalizedViewProperty
A property that gets its value from a entity referenced by a foreign key, but is for display only, and does not map to a database column |
static interface |
Property.DerivedProperty
A property which value is derived from the values of one or more properties. |
Methods in org.jminor.framework.domain that return Property.TransientProperty | |
---|---|
static Property.TransientProperty |
Properties.transientProperty(String propertyID,
int type)
|
static Property.TransientProperty |
Properties.transientProperty(String propertyID,
int type,
String caption)
|
Methods in org.jminor.framework.domain that return types with arguments of type Property.TransientProperty | |
---|---|
List<Property.TransientProperty> |
Entity.Definition.getTransientProperties()
|
static Collection<Property.TransientProperty> |
Entities.getTransientProperties(String entityID)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |