com.triactive.jdo
Class SchemaManagerFactory

java.lang.Object
  extended bycom.triactive.jdo.SchemaManagerFactory

public final class SchemaManagerFactory
extends java.lang.Object

The factory used to obtain schema managers.

Author:
Mike Martin

Method Summary
static SchemaManager getSchemaManager(javax.jdo.PersistenceManager pm)
          Returns a schema manager for the specified persistence manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSchemaManager

public static SchemaManager getSchemaManager(javax.jdo.PersistenceManager pm)
Returns a schema manager for the specified persistence manager. A schema manager allows certain manual storage management operations to be performed on a database schema used by TJDO.

Parameters:
pm - a persistence manager
Returns:
a schema manager allowing management of its backing storage
Throws:
javax.jdo.JDOUserException - if the specified persistence manager implementation is not TJDO


Copyright © 2001-2007 The TJDO Project All Rights Reserved.