|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProjectCache
Purpose: Interface used to support caching the project generated from metadata avoiding costs associated processing the same metadata over multiple deployments.
PersistenceUnitProperties.PROJECT_CACHE| Method Summary | |
|---|---|
Project |
retrieveProject(java.util.Map properties,
java.lang.ClassLoader loader,
SessionLog log)
PUBLIC: This method is responsible for returning the cached metadata as represented by a Project instance. |
void |
storeProject(Project project,
java.util.Map properties,
SessionLog log)
PUBLIC: This method is responsible for caching a project instance representing the application metadata. |
| Method Detail |
|---|
Project retrieveProject(java.util.Map properties,
java.lang.ClassLoader loader,
SessionLog log)
void storeProject(Project project,
java.util.Map properties,
SessionLog log)
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||