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

H

handleException(Throwable) - Method in class org.eclipse.jpt.common.utility.ExceptionHandler.Default
 
handleException(Throwable) - Method in interface org.eclipse.jpt.common.utility.ExceptionHandler
The specified exception was thrown.
handleException(Throwable) - Method in class org.eclipse.jpt.common.utility.ExceptionHandler.Null
 
handleException(Throwable) - Method in class org.eclipse.jpt.common.utility.ExceptionHandler.Runtime
 
handleException(Thread, Throwable) - Method in class org.eclipse.jpt.common.utility.MultiThreadedExceptionHandler.Default
 
handleException(Throwable) - Method in class org.eclipse.jpt.common.utility.MultiThreadedExceptionHandler.Default
 
handleException(Thread, Throwable) - Method in interface org.eclipse.jpt.common.utility.MultiThreadedExceptionHandler
The specified exception was thrown while the specified thread was executing.
handleException(Thread, Throwable) - Method in class org.eclipse.jpt.common.utility.MultiThreadedExceptionHandler.Null
 
handleException(Throwable) - Method in class org.eclipse.jpt.common.utility.MultiThreadedExceptionHandler.Null
 
handleException(Thread, Throwable) - Method in class org.eclipse.jpt.common.utility.MultiThreadedExceptionHandler.Runtime
 
handleException(Throwable) - Method in class org.eclipse.jpt.common.utility.MultiThreadedExceptionHandler.Runtime
 
hasAnnotation(Class<? extends Annotation>) - Method in class org.eclipse.jpt.jpa.core.jpql.spi.JavaType
hasAnnotation(Class<? extends Annotation>) - Method in class org.eclipse.jpt.jpa.core.jpql.spi.JpaMapping
hasAnnotation(Class<? extends Annotation>) - Method in class org.eclipse.jpt.jpa.core.jpql.spi.JpaType
hasAnnotation(Class<? extends Annotation>) - Method in class org.eclipse.jpt.jpa.core.jpql.spi.SimpleType
hasAnnotation(Class<? extends Annotation>) - Method in class org.eclipse.jpt.jpa.eclipselink.core.jpql.spi.EclipseLinkDynamicMapping
hasAnyAnnotatedAttributes() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaPersistentType
Return whether any attribute in this persistent type is annotated
hasAnyAnnotatedFields() - Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceType
Return whether the type has any field that have relevant annotations on them (which can be used to infer the type's access type).
hasAnyAnnotatedMethods() - Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceType
Return whether the type has any field that have relevant annotations on them (which can be used to infer the type's access type).
hasAnyEquivalentJavaConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
Return whether the persistence unit has any equivalent Java generators.
hasAnyEquivalentJavaGenerators() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
Return whether the persistence unit has any equivalent Java generators.
hasAnyEquivalentJavaNodes(Iterable<N>, Iterable<? extends JpaNamedContextNode>) - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
hasAnyEquivalentJavaQueries() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
Return whether the persistence unit has any equivalent Java generators.
hasChildren() - Method in interface org.eclipse.jpt.common.ui.jface.ItemTreeContentProvider
Return whether the item has children.
hasChildren() - Method in class org.eclipse.jpt.common.ui.jface.ItemTreeContentProvider.Null
 
hasConvertibleJavaConverters() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
hasConvertibleJavaGenerators() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return whether the persistence unit contains any "convertible" generators (i.e.
hasConvertibleJavaGenerators() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
hasConvertibleJavaQueries() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return whether the persistence unit contains any "convertible" queries.
hasConvertibleJavaQueries() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.EclipseLinkPersistenceUnit
 
hasEqualsMethod() - Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceType
Return whether the type overrides the Object.equals(Object) method.
HASH_PARTITIONING - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLink2_2
 
hasHashCodeMethod() - Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceType
Return whether the type overrides the Object.hashCode() method.
hashCode() - Method in class org.eclipse.jpt.common.core.utility.AbstractTextRange
 
hashCode() - Method in interface org.eclipse.jpt.common.core.utility.TextRange
Return a hash code that corresponds to the Object.equals(Object) contract.
hashCode() - Method in interface org.eclipse.jpt.common.utility.Association
Return a hash code based on the association's key and value.
hashCode() - Method in class org.eclipse.jpt.jpa.core.JpaStructureNode.ContextType
 
hashCode() - Method in class org.eclipse.jpt.jpa.core.jpql.spi.JavaType
hashCode() - Method in class org.eclipse.jpt.jpa.core.jpql.spi.JpaType
hashCode() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.CachingEntity
 
hashCode() - Method in class org.eclipse.jpt.jpa.eclipselink.core.context.persistence.CustomizationEntity
 
hasNoArgConstructor() - Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceType
Return whether the type has a no-arg constructor (private, protected, or public)
hasPrimaryKeyJoinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.PrimaryKeyJoinColumnRelationshipStrategy
Return whether the relationship has any primary key join columns.
hasPrivateNoArgConstructor() - Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceType
Return whether the type has a private no-arg constructor
hasPublicNoArgConstructor() - Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceType
Return whether the type has a public no-arg constructor or only the default constructor.
hasPublicOrProtectedNoArgConstructor() - Method in interface org.eclipse.jpt.common.core.resource.java.JavaResourceType
Return whether the type has a public or protected no-arg constructor or only the default constructor.
hasRootElementInHierarchy() - Method in interface org.eclipse.jpt.jaxb.core.context.JaxbTypeMapping
Return true if this class or a subclass (if it can have subclasses) has a root element defined
hasSpecifiedInverseJoinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinTable
Return whether the join table has specified inverse join columns.
hasSpecifiedJoinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyJoinColumnRelationshipStrategy
Return whether the strategy has any specified join columns.
hasSpecifiedJoinColumns() - Method in interface org.eclipse.jpt.jpa.core.context.ReadOnlyReferenceTable
Return whether the reference table has specified join columns.
hasSpecifiedMapKeyJoinColumns() - Method in interface org.eclipse.jpt.jpa.core.jpa2.context.CollectionMapping2_0
Return whether the mapping has any specified map key join columns.
hasSpecifiedTenantDiscriminatorColumns() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkMultitenancy2_3
Return whether there are any specified tenant discriminator columns.
hasSpecifiedTenantDiscriminatorColumns() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.EclipseLinkEntityMappings
Return whether there are any specified tenant discriminator columns.
hasTenantDiscriminatorColumns() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.EclipseLinkPersistenceUnitDefaults
Return whether there are any tenant discriminator columns.
hasTextContent() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdComplexTypeDefinition
 
hasTextContent() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdSimpleTypeDefinition
 
hasTextContent() - Method in class org.eclipse.jpt.jaxb.core.xsd.XsdTypeDefinition
 
HINT - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.JPA
 
hintAt(int) - Method in interface org.eclipse.jpt.jpa.core.resource.java.QueryAnnotation
Corresponds to the 'hints' element of the *Query annotation.
HINTS_LIST - Static variable in interface org.eclipse.jpt.jpa.core.context.Query
 
HINTS_LIST - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.QueryAnnotation
 
HOUR_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTimeOfDay
 
HOUR_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTimeOfDayAnnotation
 

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.