Package io.jmix.core
Class FetchPlanProperty
java.lang.Object
io.jmix.core.FetchPlanProperty
- All Implemented Interfaces:
 Serializable
Defines a 
FetchPlan property. Each fetch plan property corresponds to a
 MetaProperty with the same name.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionFetchPlanProperty(String name, FetchPlan fetchPlan) FetchPlanProperty(String name, FetchPlan fetchPlan, FetchMode fetchMode)  - 
Method Summary
 
- 
Constructor Details
- 
FetchPlanProperty
 - 
FetchPlanProperty
 
 - 
 - 
Method Details
- 
getName
- Returns:
 - property name that is a metaclass attribute name
 
 - 
getFetchPlan
- Returns:
 - fetch plan of the property if the corresponding meta class attribute is a reference
 
 - 
getFetchMode
- Returns:
 - fetch mode if the property is a reference
 
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -