Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.eclipselink.core.context.persistence
Interface EclipseLinkGeneralProperties

All Superinterfaces:
Model, PersistenceUnitProperties, TypeRefactoringParticipant

public interface EclipseLinkGeneralProperties
extends PersistenceUnitProperties

GeneralProperties


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

Field Detail

EXCLUDE_ECLIPSELINK_ORM_PROPERTY

static final String EXCLUDE_ECLIPSELINK_ORM_PROPERTY
See Also:
Constant Field Values

ECLIPSELINK_EXCLUDE_ECLIPSELINK_ORM

static final String ECLIPSELINK_EXCLUDE_ECLIPSELINK_ORM
See Also:
Constant Field Values

DEFAULT_EXCLUDE_ECLIPSELINK_ORM

static final Boolean DEFAULT_EXCLUDE_ECLIPSELINK_ORM
Method Detail

getDefaultExcludeEclipselinkOrm

Boolean getDefaultExcludeEclipselinkOrm()

getExcludeEclipselinkOrm

Boolean getExcludeEclipselinkOrm()

setExcludeEclipselinkOrm

void setExcludeEclipselinkOrm(Boolean newExcludeEclipselinkOrm)

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.