getCacheName() Cache name is used by Persistency implementation to retrieve specified cache from
the cache factory if one is set for the Persistency instance.
Called after persistentObject Select. This call corresponds to record level
select as opposed to afterCompositeSelect method that is called
after parent record with all the subtrees si retrieved.
Parameters: persistentObject - PersistentObject retrieved
Called before persistentObject insert. This call corresponds to record level
insert as opposed to beforeCompositeInsert method which is called before
any of the beforeInsert ones.
Parameters: persistentObject - PersistentObject being inserted
Cache name is used by Persistency implementation to retrieve specified cache from
the cache factory if one is set for the Persistency instance.
If cache factory is not set and getCache() returns null then exeption is thrown.
cache name throws: com.completex.objective.components.OdalRuntimeException - If cache factory is not set and getCache() returns null.