org.eclipse.jpt.jpa.eclipselink.core.context.persistence.general
Interface GeneralProperties

All Superinterfaces:
Model, PersistenceUnitProperties

public interface GeneralProperties
extends PersistenceUnitProperties

GeneralProperties


Field Summary
static java.lang.Boolean DEFAULT_EXCLUDE_ECLIPSELINK_ORM
           
static java.lang.String ECLIPSELINK_EXCLUDE_ECLIPSELINK_ORM
           
static java.lang.String EXCLUDE_ECLIPSELINK_ORM_PROPERTY
           
 
Method Summary
 java.lang.Boolean getDefaultExcludeEclipselinkOrm()
           
 java.lang.Boolean getExcludeEclipselinkOrm()
           
 void setExcludeEclipselinkOrm(java.lang.Boolean newExcludeEclipselinkOrm)
           
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnitProperties
createMoveTypeEdits, createRenamePackageEdits, createRenameTypeEdits, getJpaProject, getPersistenceUnit, itemIsProperty, propertyIdOf, propertyRemoved, propertyValueChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener
 

Field Detail

EXCLUDE_ECLIPSELINK_ORM_PROPERTY

static final java.lang.String EXCLUDE_ECLIPSELINK_ORM_PROPERTY
See Also:
Constant Field Values

ECLIPSELINK_EXCLUDE_ECLIPSELINK_ORM

static final java.lang.String ECLIPSELINK_EXCLUDE_ECLIPSELINK_ORM
See Also:
Constant Field Values

DEFAULT_EXCLUDE_ECLIPSELINK_ORM

static final java.lang.Boolean DEFAULT_EXCLUDE_ECLIPSELINK_ORM
Method Detail

getDefaultExcludeEclipselinkOrm

java.lang.Boolean getDefaultExcludeEclipselinkOrm()

getExcludeEclipselinkOrm

java.lang.Boolean getExcludeEclipselinkOrm()

setExcludeEclipselinkOrm

void setExcludeEclipselinkOrm(java.lang.Boolean newExcludeEclipselinkOrm)