com.j_spaces.javax.cache
Interface CacheLifeCycleManager.LifeCycleProperty

Enclosing interface:
CacheLifeCycleManager

public static interface CacheLifeCycleManager.LifeCycleProperty

LifeCycleProperty holds the property indicators returned by the underlying driver upon return of CacheLifeCycleManager.init(String, String, String, Properties).

Use Properties.setProperty(String, String) with the key indicators and their corresponding values.


Field Summary
static String SUPPORTS_INHERITANCE
          Boolean.TRUE if underlying driver supports inheritance, cache adapter queries only with superclass; otherwise (default Boolean.FALSE) it will be explicitly queried with each of the subclasses.
static String SUPPORTS_VERSIONING
          Boolean.TRUE if underlying driver supports versioning, it should correspond to the versioning managed by the space; otherwise (default Boolean.FALSE) versioning will be ignored.
 

Field Detail

SUPPORTS_INHERITANCE

static final String SUPPORTS_INHERITANCE
Boolean.TRUE if underlying driver supports inheritance, cache adapter queries only with superclass; otherwise (default Boolean.FALSE) it will be explicitly queried with each of the subclasses.

See Also:
Constant Field Values

SUPPORTS_VERSIONING

static final String SUPPORTS_VERSIONING
Boolean.TRUE if underlying driver supports versioning, it should correspond to the versioning managed by the space; otherwise (default Boolean.FALSE) versioning will be ignored.

See Also:
Constant Field Values