CdmApplicationRemoteConfiguration : removed spring bean name hack, since we now have...
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / java / org / hibernate / collection / internal / AbstractPersistentCollection.java
index c67e5e2ad8db2a2842e917146e5c9d729086c952..6b76cb92ec7328a5b03b2ce267fe4b22b851bdfe 100644 (file)
@@ -1336,6 +1336,10 @@ public abstract class AbstractPersistentCollection implements Serializable, Pers
                return ((AbstractPersistentCollection)map).initialized;
        }
        
+       public static boolean isInitialized(Set set) {
+               return ((AbstractPersistentCollection)set).initialized;
+       }
+       
        //FIXME:Remoting These methods may no longer be required since we are 
        //               initialising collections as default behaviour
        private int remoteSize() {