org.nakedobjects.runtime.persistence
Class PersistenceConstants

java.lang.Object
  extended by org.nakedobjects.runtime.persistence.PersistenceConstants

public final class PersistenceConstants
extends java.lang.Object


Field Summary
static java.lang.String ADAPTER_FACTORY_CLASS_NAME
          Key used to lookup implementation of AdapterFactory in NakedObjectConfiguration.
static java.lang.String ADAPTER_FACTORY_CLASS_NAME_DEFAULT
           
static java.lang.String DOMAIN_OBJECT_CONTAINER_CLASS_NAME
          Key used to lookup implementation of DomainObjectContainer in NakedObjectConfiguration.
static java.lang.String DOMAIN_OBJECT_CONTAINER_NAME_DEFAULT
           
static java.lang.String OBJECT_FACTORY_CLASS_NAME
          Key used to lookup implementation of ObjectFactory in NakedObjectConfiguration.
static java.lang.String OBJECT_FACTORY_CLASS_NAME_DEFAULT
           
static java.lang.String OID_GENERATOR_CLASS_NAME
          Key used to lookup implementation of OidGenerator in NakedObjectConfiguration.
static java.lang.String OID_GENERATOR_CLASS_NAME_DEFAULT
           
static java.lang.String SERVICES_INJECTOR_CLASS_NAME
          Key used to lookup implementation of ServicesInjector in NakedObjectConfiguration.
static java.lang.String SERVICES_INJECTOR_CLASS_NAME_DEFAULT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADAPTER_FACTORY_CLASS_NAME

public static final java.lang.String ADAPTER_FACTORY_CLASS_NAME
Key used to lookup implementation of AdapterFactory in NakedObjectConfiguration.

See Also:
Constant Field Values

ADAPTER_FACTORY_CLASS_NAME_DEFAULT

public static final java.lang.String ADAPTER_FACTORY_CLASS_NAME_DEFAULT

OID_GENERATOR_CLASS_NAME

public static final java.lang.String OID_GENERATOR_CLASS_NAME
Key used to lookup implementation of OidGenerator in NakedObjectConfiguration.

See Also:
Constant Field Values

OID_GENERATOR_CLASS_NAME_DEFAULT

public static final java.lang.String OID_GENERATOR_CLASS_NAME_DEFAULT

OBJECT_FACTORY_CLASS_NAME

public static final java.lang.String OBJECT_FACTORY_CLASS_NAME
Key used to lookup implementation of ObjectFactory in NakedObjectConfiguration.

See Also:
Constant Field Values

OBJECT_FACTORY_CLASS_NAME_DEFAULT

public static final java.lang.String OBJECT_FACTORY_CLASS_NAME_DEFAULT

SERVICES_INJECTOR_CLASS_NAME

public static final java.lang.String SERVICES_INJECTOR_CLASS_NAME
Key used to lookup implementation of ServicesInjector in NakedObjectConfiguration.

See Also:
Constant Field Values

SERVICES_INJECTOR_CLASS_NAME_DEFAULT

public static final java.lang.String SERVICES_INJECTOR_CLASS_NAME_DEFAULT

DOMAIN_OBJECT_CONTAINER_CLASS_NAME

public static final java.lang.String DOMAIN_OBJECT_CONTAINER_CLASS_NAME
Key used to lookup implementation of DomainObjectContainer in NakedObjectConfiguration.

See Also:
Constant Field Values

DOMAIN_OBJECT_CONTAINER_NAME_DEFAULT

public static final java.lang.String DOMAIN_OBJECT_CONTAINER_NAME_DEFAULT


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.