Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.context
Interface JpaNamedContextNode

All Superinterfaces:
IAdaptable, JpaContextNode, JpaNode, JptResourceTypeReference, Model
All Known Subinterfaces:
DbGenerator, EclipseLinkConverter, EclipseLinkConverterClassConverter, EclipseLinkCustomConverter, EclipseLinkObjectTypeConverter, EclipseLinkStructConverter, EclipseLinkTypeConverter, Generator, JavaDbGenerator, JavaGenerator, JavaNamedNativeQuery, JavaNamedQuery, JavaNamedQuery2_0, JavaQuery, JavaSequenceGenerator, JavaSequenceGenerator2_0, JavaTableGenerator, JavaUuidGenerator, NamedNativeQuery, NamedQuery, NamedQuery2_0, OrmGenerator, OrmNamedNativeQuery, OrmNamedQuery, OrmNamedQuery2_0, OrmQuery, OrmSequenceGenerator, OrmSequenceGenerator2_0, OrmTableGenerator, OrmUuidGenerator, Query, SequenceGenerator, SequenceGenerator2_0, TableGenerator, UuidGenerator

public interface JpaNamedContextNode
extends JpaContextNode

Named context node. Sorta. :-)

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.


Nested Class Summary
static class JpaNamedContextNode.NameTransformer<N extends JpaNamedContextNode>
           
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
JptResourceTypeReference.ResourceTypeTransformer
 
Field Summary
static String NAME_PROPERTY
           
 
Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
RESOURCE_TYPE_TRANSFORMER
 
Method Summary
 String getName()
           
 Class<? extends JpaNamedContextNode> getType()
           
 boolean isEquivalentTo(JpaNamedContextNode node)
          Return whether the specified node is not this node and it has the same state.
 void setName(String name)
           
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextNode
getCompletionProposals, getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getParent, getPersistenceUnit, getValidationTextRange, synchronizeWithResourceModel, update, validate
 
Methods inherited from interface org.eclipse.jpt.jpa.core.JpaNode
getJpaPlatform, getJpaProject, getJpaProjectManager, getResource, stateChanged
 
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.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
getResourceType
 

Field Detail

NAME_PROPERTY

static final String NAME_PROPERTY
See Also:
Constant Field Values
Method Detail

getName

String getName()

setName

void setName(String name)

getType

Class<? extends JpaNamedContextNode> getType()

isEquivalentTo

boolean isEquivalentTo(JpaNamedContextNode node)
Return whether the specified node is not this node and it has the same state. Typically the specified node would be the same type as this node.

See Also:
getType()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.