super(role, propertyRef, isEmbeddedInXML);
return java.util.Collection.class;
return new PersistentIdentifierBag(session);
return anticipatedSize <= 0 ? new ArrayList() : new ArrayList( anticipatedSize + 1 );
return new PersistentIdentifierBag( session, (java.util.Collection) collection );