org.apache.jetspeed.page.impl
Class DatabasePageManagerUtils

java.lang.Object
  extended by org.apache.jetspeed.page.impl.DatabasePageManagerUtils

public class DatabasePageManagerUtils
extends Object

DatabasePageManagerUtils

Version:
$Id: $
Author:
David Sean Taylor

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
DatabasePageManagerUtils()
           
 
Method Summary
static Collection createCollection()
          OJB 1.0.3 requires collections to be removal aware.
static List createList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

DatabasePageManagerUtils

public DatabasePageManagerUtils()
Method Detail

createCollection

public static final Collection createCollection()
OJB 1.0.3 requires collections to be removal aware. Thus we can't seem to get away with just creating ArrayLists This issue on occurs when persisting newly create object collections When persisting objects retrieved with OJB, this issue does not occur

Returns:
See Also:
JS2-590

createList

public static final List createList()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.