All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.pressgang.ccms.wrapper.collection.DBServerUndefinedEntityCollectionWrapper Maven / Gradle / Ivy

package org.jboss.pressgang.ccms.wrapper.collection;

import java.util.Collection;

import org.jboss.pressgang.ccms.model.config.UndefinedEntity;
import org.jboss.pressgang.ccms.wrapper.ServerUndefinedEntityWrapper;
import org.jboss.pressgang.ccms.wrapper.DBWrapperFactory;

public class DBServerUndefinedEntityCollectionWrapper extends DBUpdateableCollectionWrapper {
    public DBServerUndefinedEntityCollectionWrapper(DBWrapperFactory wrapperFactory, Collection items,
            boolean isRevisionList) {
        super(wrapperFactory, items, isRevisionList, ServerUndefinedEntityWrapper.class);
    }

    public DBServerUndefinedEntityCollectionWrapper(DBWrapperFactory wrapperFactory, Collection items,
            boolean isRevisionList, Class wrapperClass) {
        super(wrapperFactory, items, isRevisionList, wrapperClass);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy