MDBClassDefaults.java :  » Testing » PolePosition-0.20 » com » versant » core » metadata » Java Open Source

Java Open Source » Testing » PolePosition 0.20 
PolePosition 0.20 » com » versant » core » metadata » MDBClassDefaults.java

/*
 * Copyright (c) 1998 - 2005 Versant Corporation
 * 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:
 * Versant Corporation - initial API and implementation
 */
package com.versant.core.metadata;

/**
 * This holds class defaults used during meta data building. These are
 * provided by the DataStore for the class. They must be available before
 * the DataStore is given the meta data to modify hence the need for this
 * class.
 */
public class MDBClassDefaults {

    public boolean readOnly;
    public int cacheStrategy;
    public boolean refsInDefaultFetchGroup;

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.