org.apache.jetspeed.page.impl
Class DatabasePageManagerUtils

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

public class DatabasePageManagerUtils
extends java.lang.Object

DatabasePageManagerUtils

Version:
$Id: $
Author:
David Sean Taylor

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
DatabasePageManagerUtils()
           
 
Method Summary
static java.util.Collection createCollection()
          OJB 1.0.3 requires collections to be removal aware.
static java.util.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 java.util.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 java.util.List createList()


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