org.deduced.framework
Class BaseSchema

java.lang.Object
  extended by org.deduced.framework.BaseSchema

public class BaseSchema
extends java.lang.Object

temporary base schema

Author:
Steve McDuff

Constructor Summary
BaseSchema()
           
 
Method Summary
static void configureBasicMapAndListType(TypeBasedModelFactory modelFactory)
          configure Basic Map And List Type in a model factory
static void configureFactory(TypeBasedModelFactory modelFactory)
          configureFactory
static void initializeFromXml()
          temporary method forcing the initialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseSchema

public BaseSchema()
Method Detail

initializeFromXml

public static void initializeFromXml()
temporary method forcing the initialization


configureFactory

public static void configureFactory(TypeBasedModelFactory modelFactory)
configureFactory

Parameters:
modelFactory - the factory to configure

configureBasicMapAndListType

public static void configureBasicMapAndListType(TypeBasedModelFactory modelFactory)
configure Basic Map And List Type in a model factory

Parameters:
modelFactory - the model factory to configure