FileDocCategorySizeDatePackage
ConfigCache.javaAPI DocGlassfish v2 API2921Fri May 04 22:34:58 BST 2007com.sun.jdo.spi.persistence.support.sqlstore

ConfigCache

public interface ConfigCache
Interface to access SQLStore config information.
author
Marina Vatkina

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ClassgetClassByOidClass(java.lang.Class oidType)
Gets the Class instance corresponding to given oidType.

param
oidType The input oidType.
return
The Class instance corresponding to given oidType.

public PersistenceConfiggetPersistenceConfig(java.lang.Class pcClass)
Get the PersistenceConfig for given pcClass. The config is looked up from a cache. If a config can not be found in cache, a new instance is created and returned.

param
pcClass The input pcClass.
return
PersistenceConfig for given pcClass.

public voidsetVersionConsistencyCache(VersionConsistencyCache vcCache)
Sets VersionConsistencyCache field.

param
vcCache the VersionConsistencyCache instance.