public interface ProjectCache
PersistenceUnitProperties.PROJECT_CACHE
Modifier and Type | Method and Description |
---|---|
Project |
retrieveProject(Map properties,
ClassLoader loader,
SessionLog log)
PUBLIC: This method is responsible for returning the cached metadata as represented
by a Project instance.
|
void |
storeProject(Project project,
Map properties,
SessionLog log)
PUBLIC: This method is responsible for caching a project instance representing the
application metadata.
|
Project retrieveProject(Map properties, ClassLoader loader, SessionLog log)
void storeProject(Project project, Map properties, SessionLog log)
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.