blob: 74a76e52ff7cbc03eb4a6f08832517333e13f5d1 [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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* 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();
}