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

org.jsimpledb.jsck.CollectionElementIndex Maven / Gradle / Ivy


/*
 * Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
 */

package org.jsimpledb.jsck;

import org.jsimpledb.schema.CollectionSchemaField;

abstract class CollectionElementIndex extends ComplexFieldIndex {

    protected CollectionElementIndex(JsckInfo info, int schemaVersion, CollectionSchemaField field, String parentFieldName) {
        super(info, schemaVersion, field, field.getElementField(), parentFieldName, "element");
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy