Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4cd260c69ddd9638ee3f44036477c9f41deb033e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
 * <copyright>
 *
 * Copyright (c) 2009 Springsite BV (The Netherlands) and others
 * 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:
 *   Martin Taal - Initial API and implementation
 *
 * </copyright>
 *
 * $Id: EAVExtraMultiContainmentEReferenceValueHolder.java,v 1.1 2010/04/02 15:24:11 mtaal Exp $
 */

package org.eclipse.emf.teneo.hibernate.mapping.eav;


/**
 * Variant of super class which loads all lists extra-lazily.
 * 
 * @author <a href="mtaal@elver.org">Martin Taal</a>
 */
public class EAVExtraMultiContainmentEReferenceValueHolder extends EAVMultiContainmentEReferenceValueHolder {
}

Back to the top