Dali Provisional API
Release 3.2
A B C D E F G H I J K L M N O P Q R S T U V W X

L

LABEL_TRANSFORMER - Static variable in interface org.eclipse.jpt.jpa.ui.details.MappingUiDefinition
 
launchCompleted(boolean) - Method in interface org.eclipse.jpt.common.core.gen.LaunchConfigListener
 
LaunchConfigListener - Interface in org.eclipse.jpt.common.core.gen
 
LAX_PROPERTY - Static variable in interface org.eclipse.jpt.jaxb.core.resource.java.XmlAnyElementAnnotation
 
LAZY_CONNECTION_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.Connection
 
LENGTH - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.JPA
 
LENGTH_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.CompleteColumnAnnotation
 
LENGTH_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.DiscriminatorColumnAnnotation
 
LEVEL_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.Logging
 
LibraryValidator - Interface in org.eclipse.jpt.common.core.libval
Interface for extender-supplied library validators.
LibraryValidatorManager - Interface in org.eclipse.jpt.common.core.libval
The org.eclipse.jpt.common.core.libraryValidators extension point corresponding to a Dali workspace.
LIST_ADD_EVENT_CLASS - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_ADD_EVENT_CLASS_ARRAY - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_ATTRIBUTE - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
LIST_CHANGE_EVENT_CLASS - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_CHANGE_EVENT_CLASS_ARRAY - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_CLEAR_EVENT_CLASS - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_CLEAR_EVENT_CLASS_ARRAY - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_EVENT_CLASS - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_EVENT_CLASS_ARRAY - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_MOVE_EVENT_CLASS - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_MOVE_EVENT_CLASS_ARRAY - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_REMOVE_EVENT_CLASS - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_REMOVE_EVENT_CLASS_ARRAY - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_REPLACE_EVENT_CLASS - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_REPLACE_EVENT_CLASS_ARRAY - Static variable in class org.eclipse.jpt.common.utility.model.listener.ReflectiveChangeListener
 
LIST_VALUES - Static variable in interface org.eclipse.jpt.common.utility.model.value.ListValueModel
 
ListAddEvent - Class in org.eclipse.jpt.common.utility.model.event
A "list add" event gets delivered whenever a model adds items to a "bound" or "constrained" list.
ListAddEvent(Model, String, int, Object) - Constructor for class org.eclipse.jpt.common.utility.model.event.ListAddEvent
Construct a new list add event.
ListAddEvent(Model, String, int, List<?>) - Constructor for class org.eclipse.jpt.common.utility.model.event.ListAddEvent
Construct a new list add event.
ListChangeAdapter - Class in org.eclipse.jpt.common.utility.model.listener
Convenience implementation of ListChangeListener.
ListChangeAdapter() - Constructor for class org.eclipse.jpt.common.utility.model.listener.ListChangeAdapter
 
listChanged(ListChangeEvent) - Method in class org.eclipse.jpt.common.utility.model.listener.AbstractChangeListener
 
listChanged(ListChangeEvent) - Method in class org.eclipse.jpt.common.utility.model.listener.ChangeAdapter
 
listChanged(ListChangeEvent) - Method in class org.eclipse.jpt.common.utility.model.listener.ListChangeAdapter
 
listChanged(ListChangeEvent) - Method in interface org.eclipse.jpt.common.utility.model.listener.ListChangeListener
This method gets called when a bound list is changed in a manner that is not easily characterized by the other methods in this interface.
ListChangeEvent - Class in org.eclipse.jpt.common.utility.model.event
A "list change" event gets delivered whenever a model changes a "bound" or "constrained" list in a manner that is not easily characterized by the other list events.
ListChangeEvent(Model, String, List<?>) - Constructor for class org.eclipse.jpt.common.utility.model.event.ListChangeEvent
Construct a new list change event.
ListChangeListener - Interface in org.eclipse.jpt.common.utility.model.listener
A "list change" event gets fired whenever a model changes a "bound" list.
listCleared(ListClearEvent) - Method in class org.eclipse.jpt.common.utility.model.listener.AbstractChangeListener
 
listCleared(ListClearEvent) - Method in class org.eclipse.jpt.common.utility.model.listener.ChangeAdapter
 
listCleared(ListClearEvent) - Method in class org.eclipse.jpt.common.utility.model.listener.ListChangeAdapter
 
listCleared(ListClearEvent) - Method in interface org.eclipse.jpt.common.utility.model.listener.ListChangeListener
This method gets called when a bound list is cleared.
ListClearEvent - Class in org.eclipse.jpt.common.utility.model.event
A "list clear" event gets delivered whenever a model clears a "bound" or "constrained" list.
ListClearEvent(Model, String) - Constructor for class org.eclipse.jpt.common.utility.model.event.ListClearEvent
Construct a new list clear event.
ListEvent - Class in org.eclipse.jpt.common.utility.model.event
A "list" event gets delivered whenever a model changes a "bound" or "constrained" list.
ListEvent(Model, String) - Constructor for class org.eclipse.jpt.common.utility.model.event.ListEvent
Construct a new list event.
listIterator() - Method in interface org.eclipse.jpt.common.utility.model.value.ListValueModel
Return the list's values.
ListMoveEvent - Class in org.eclipse.jpt.common.utility.model.event
A "list move" event gets delivered whenever a model moves the elements in a "bound" or "constrained" list.
ListMoveEvent(Model, String, int, int, int) - Constructor for class org.eclipse.jpt.common.utility.model.event.ListMoveEvent
Construct a new list move event.
ListRemoveEvent - Class in org.eclipse.jpt.common.utility.model.event
A "list remove" event gets delivered whenever a model removes items from a "bound" or "constrained" list.
ListRemoveEvent(Model, String, int, Object) - Constructor for class org.eclipse.jpt.common.utility.model.event.ListRemoveEvent
Construct a new list remove event.
ListRemoveEvent(Model, String, int, Collection<?>) - Constructor for class org.eclipse.jpt.common.utility.model.event.ListRemoveEvent
Construct a new list remove event.
ListReplaceEvent - Class in org.eclipse.jpt.common.utility.model.event
A "list replace" event gets delivered whenever a model replaces items in a "bound" or "constrained" list.
ListReplaceEvent(Model, String, int, Object, Object) - Constructor for class org.eclipse.jpt.common.utility.model.event.ListReplaceEvent
Construct a new list replace event for a list of replaced items.
ListReplaceEvent(Model, String, int, List<?>, List<?>) - Constructor for class org.eclipse.jpt.common.utility.model.event.ListReplaceEvent
Construct a new list replace event for a list of replaced items.
ListValueModel<E> - Interface in org.eclipse.jpt.common.utility.model.value
Interface used to abstract list accessing and change notification and make it more pluggable.
loadArrayType(String) - Method in class org.eclipse.jpt.jpa.core.jpql.spi.JpaTypeRepository
 
loadedFlagCleared(Notification) - Method in class org.eclipse.jpt.common.core.resource.xml.JptXmlResource
Return whether the specified notification indicates the resource has been unloaded.
LOADING_CLASSES - Static variable in class org.eclipse.jpt.jaxb.core.schemagen.JptJaxbCoreSchemagenMessages
 
LOADING_CLASSES - Static variable in class org.eclipse.jpt.jaxb.eclipselink.core.schemagen.JptJaxbEclipseLinkCoreSchemagenMessages
 
loadInnerType(String) - Method in class org.eclipse.jpt.jpa.core.jpql.spi.JpaTypeRepository
 
loadJavaArrayType(String) - Method in class org.eclipse.jpt.jpa.core.jpql.spi.JpaTypeRepository
 
loadTypeImp(String) - Method in class org.eclipse.jpt.jpa.core.jpql.spi.JpaTypeRepository
 
LOB - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
LOB - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.JPA
 
LobAnnotation - Interface in org.eclipse.jpt.jpa.core.resource.java
Corresponds to the JPA annotation javax.persistence.Lob Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
LobConverter - Interface in org.eclipse.jpt.jpa.core.context
JPA LOB converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
LOCALE - Static variable in class org.eclipse.jpt.common.ui.JptCommonUiImages
 
LOCALE_ - Static variable in class org.eclipse.jpt.common.ui.JptCommonUiImages
 
LOCATION - Static variable in interface org.eclipse.jpt.jaxb.eclipselink.core.resource.oxm.Oxm
 
LOCATION_PROPERTY - Static variable in interface org.eclipse.jpt.jaxb.core.context.XmlSchema
String constant associated with changes to the location
LOCATION_PROPERTY - Static variable in interface org.eclipse.jpt.jaxb.core.resource.java.XmlSchemaAnnotation
 
LOCATION_TRANSFORMER - Static variable in interface org.eclipse.jpt.jaxb.core.SchemaEntry
 
locationIsValid(IContainer) - Method in interface org.eclipse.jpt.common.core.resource.ProjectResourceLocator
Return whether the specified container is an acceptable (non-Java) resource location for the locator's project.
locationIsValid(IProject, IContainer) - Method in interface org.eclipse.jpt.common.core.resource.ResourceLocator
Return whether the specified container is an acceptable (non-Java) resource location for the specified project.
LOCK_MODE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.NamedQuery2_0Annotation
 
LOCK_MODE_TYPE - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
LOCK_MODE_TYPE_ - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
LOCK_MODE_TYPE__NONE - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
LOCK_MODE_TYPE__OPTIMISTIC - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
LOCK_MODE_TYPE__OPTIMISTIC_FORCE_INCREMENT - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
LOCK_MODE_TYPE__PESSIMISTIC_FORCE_INCREMENT - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
LOCK_MODE_TYPE__PESSIMISTIC_READ - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
LOCK_MODE_TYPE__PESSIMISTIC_WRITE - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
LOCK_MODE_TYPE__READ - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
LOCK_MODE_TYPE__WRITE - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
LOCK_TIMEOUT_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.context.persistence.options.JpaOptions2_0
 
lockModeTouches(int) - Method in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.NamedQuery2_0Annotation
Return whether the specified position touches the 'lockMode' element.
LockModeType2_0 - Enum in org.eclipse.jpt.jpa.core.jpa2.context
LockMode Type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
LockModeType_2_0 - Enum in org.eclipse.jpt.jpa.core.jpa2.resource.java
Corresponds to the JPA 2.0 enum javax.persistence.LockModeType Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
LOG_FILE_LOCATION_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.Logging
 
logException(Exception) - Method in class org.eclipse.jpt.common.ui.gen.AbstractJptGenerateJob
 
Logger - Enum in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
Logger
LOGGER_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.Logging
 
Logging - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
Logging
Logging2_0 - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
Logging2_0
Logging2_4 - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
Logging2_4
LoggingLevel - Enum in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
LoggingLevel
logMessage(Level, String) - Method in class org.eclipse.jpt.jpa.eclipselink.core.ddlgen.Main
 

Dali Provisional API
Release 3.2
A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright (c) 2012 Oracle. All rights reserved.