validate
is true, the broker will check the store for the object, and return null if it does not exist. If validate
is false, this method never returns null. The broker will either return its cached instance, attempt to create a hollow instance, or throw an ObjectNotFoundException
if unable to return a hollow instance.
@param validate if true, validate that the instance exists in thestore and load fetch group fields, otherwise return any cached or hollow instance
|
|
|
|
|
|
|
|
|
|