Fixed
Details
Assignee
Steve EbersoleSteve EbersoleReporter
Steve EbersoleSteve EbersoleTime tracking
0.57h loggedComponents
Fix versions
Priority
Major
Details
Details
Assignee
Steve Ebersole
Steve EbersoleReporter
Steve Ebersole
Steve EbersoleTime tracking
0.57h logged
Components
Fix versions
Priority
Created April 11, 2011 at 6:41 PM
Updated April 12, 2011 at 1:10 AM
Resolved April 12, 2011 at 1:10 AM
There are 2 options here:
Metadata can take a ServiceRegistry as ctor param : new Metadata( serviceRegistry )
this will be the short term solution
serviceRegistry.getService( Metadata.class )
possibly the long term solution
pro/con: metadata lives on as part of SessionFactory (would continue to be available)
possible first step to allowing "changes on the fly"
maybe utilize internal caching (not our cache API) rather than simple maps to leverage disk storage capabilities of the cache (infinispan or ehcache)