org.apache.ojb.odmg
Class ODMGZoo

java.lang.Object
  extended byorg.apache.ojb.broker.Zoo
      extended byorg.apache.ojb.odmg.ODMGZoo
All Implemented Interfaces:
java.io.Serializable

public class ODMGZoo
extends Zoo

This class just extends the Zoo class and doesn't add any functionality. It is necessary, so a different mapping can be used in the repository file (i.e. no auto-update,... as in Zoo)

Author:
Georg Schneider
See Also:
Serialized Form

Constructor Summary
ODMGZoo()
          Constructor for ODMGZoo.
ODMGZoo(java.lang.String name)
          Constructor for ODMGZoo.
 
Methods inherited from class org.apache.ojb.broker.Zoo
addAnimal, getAnimals, getName, getZooId, setAnimals, setName, setZooId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ODMGZoo

public ODMGZoo()
Constructor for ODMGZoo.


ODMGZoo

public ODMGZoo(java.lang.String name)
Constructor for ODMGZoo.

Parameters:
name -


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14