public interface ProviderUsage
Care should be taken when implementing this inteface not to add a public getProvider() which would cause it to become a bean property.
In general a DerivedPropertyBuilder
should be used in preference to this interface
to lazy load information.
Modifier and Type | Method and Description |
---|---|
void |
setProvider(DBObjectProvider pro)
Sets the provider this usage exists within.
|
void setProvider(DBObjectProvider pro)