blob: 8d53c8ce54e73ad5c658c51ebcc0da722cd8358c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 - 2018 Orange.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* BAREAU Cyrille <cyrille.bareau@orange.com>,
* BONNARDEL Gregory <gbonnardel.ext@orange.com>,
*******************************************************************************/
package org.eclipse.om2m.persistence.mongodb.resource;
import org.eclipse.om2m.commons.entities.ResourceEntity;
public abstract class MongoResourceEntity extends ResourceEntity {
/**
* load children in database
*/
public abstract void loadChildren();
}