A B C D E F G H I J K L M N O P Q R S T U V W

I

I18NHelper - Class in javax.jdo.spi
Helper class for constructing messages from bundles.
Id - Annotation Type in javax.persistence
Specifies the primary key of an entity.
IdClass - Annotation Type in javax.persistence
Specifies a composite primary key class that is mapped to multiple fields or properties of the entity.
IdentifiableType<X> - Interface in javax.persistence.metamodel
Instances of the type IdentifiableType represent entity or mapped superclass types.
IdentityType - Enum in javax.jdo.annotations
Enumeration of the identity type values.
IdGeneratorStrategy - Enum in javax.jdo.annotations
Enumeration of the id generator strategy values.
in(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create predicate to test whether given expression is contained in a list of values.
in(Object...) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Expression<?>...) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Collection<?>) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
in(Expression<Collection<?>>) - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
Index - Annotation Type in javax.jdo.annotations
Annotation for a database index.
index() - Method in interface javax.persistence.criteria.ListJoin
Create an expression that corresponds to the index of the object in the referenced association or element collection.
Indices - Annotation Type in javax.jdo.annotations
Annotation for a group of index constraints.
Inheritance - Annotation Type in javax.jdo.annotations
Annotation for the inheritance of the class.
Inheritance - Annotation Type in javax.persistence
Defines the inheritance strategy to be used for an entity class hierarchy.
InheritanceStrategy - Enum in javax.jdo.annotations
Enumeration of the inheritance strategy values.
InheritanceType - Enum in javax.persistence
Defines inheritance strategy options.
initCause(Throwable) - Method in exception javax.jdo.JDOException
JDK 1.4 includes a new chaining mechanism for Throwable, but since JDO has its own "legacy" chaining mechanism, the "standard" mechanism cannot be used.
INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_CLASSES - Static variable in interface javax.jdo.Constants
The name of the instance lifecycle listener element's "classes" attribute.
INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_LISTENER - Static variable in interface javax.jdo.Constants
The name of the instance lifecycle listener element's "listener" attribute.
InstanceCallbacks - Interface in javax.jdo
A PersistenceCapable class that provides callback methods for life cycle events implements this interface.
InstanceLifecycleEvent - Class in javax.jdo.listener
This is the event class used in life cycle event notifications.
InstanceLifecycleEvent(Object, int) - Constructor for class javax.jdo.listener.InstanceLifecycleEvent
Creates a new event object with the specified source and type.
InstanceLifecycleEvent(Object, int, Object) - Constructor for class javax.jdo.listener.InstanceLifecycleEvent
Creates a new event object with the specified source, type, and target.
InstanceLifecycleListener - Interface in javax.jdo.listener
All lifecycle listeners extend from this base interface.
IntIdentity - Class in javax.jdo.identity
This class is for identity with a single int field.
IntIdentity(Class, int) - Constructor for class javax.jdo.identity.IntIdentity
Constructor with class and key.
IntIdentity(Class, Integer) - Constructor for class javax.jdo.identity.IntIdentity
Constructor with class and key.
IntIdentity(Class, String) - Constructor for class javax.jdo.identity.IntIdentity
Constructor with class and key.
IntIdentity() - Constructor for class javax.jdo.identity.IntIdentity
Constructor only for Externalizable.
is(Object, StateInterrogation) - Method in interface javax.jdo.spi.JDOImplHelper.StateInterrogationBooleanReturn
Interrogate the state of the instance
isActive() - Method in interface javax.jdo.Transaction
Returns whether there is a transaction currently active.
isActive() - Method in interface javax.persistence.EntityTransaction
Indicate whether a resource transaction is in progress.
isAscending() - Method in interface javax.persistence.criteria.Order
Whether ascending ordering is in effect.
isAssociation() - Method in interface javax.persistence.metamodel.Attribute
Is the attribute an association.
isBound(Parameter<?>) - Method in interface javax.persistence.Query
Return a boolean indicating whether a value has been bound to the parameter.
isClosed() - Method in interface javax.jdo.PersistenceManager
A PersistenceManager instance can be used until it is closed.
isClosed() - Method in interface javax.jdo.PersistenceManagerFactory
A PersistenceManagerFactory instance can be used until it is closed.
isCollection() - Method in interface javax.persistence.metamodel.Attribute
Is the attribute collection-valued (represents a Collection, Set, List, or Map).
isCompoundSelection() - Method in interface javax.persistence.criteria.Selection
Whether the selection item is a compound selection.
isCorrelated() - Method in interface javax.persistence.criteria.From
Whether the From object has been obtained as a result of correlation (use of a Subquery correlate method).
isDeleted(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance has been deleted.
isDeleted(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance has been deleted.
isDeleted(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object has been deleted.
isDetached(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance has been detached.
isDetached(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is detached.
isDirty(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance is dirty.
isDirty(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is dirty.
isDirty(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object is dirty.
isDistinct() - Method in interface javax.persistence.criteria.AbstractQuery
Return whether duplicate query results must be eliminated or retained.
isEmpty(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether a collection is empty.
isFalse(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate testing for a false value.
isId() - Method in interface javax.persistence.metamodel.SingularAttribute
Is the attribute an id attribute.
isLoaded(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
Return true if the field is cached in the calling instance.
isLoaded(Object, String) - Method in interface javax.persistence.PersistenceUnitUtil
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit.
isLoaded(Object) - Method in interface javax.persistence.PersistenceUnitUtil
Determine the load state of an entity belonging to the persistence unit.
isLoaded(Object, String) - Method in interface javax.persistence.PersistenceUtil
Determine the load state of a given persistent attribute.
isLoaded(Object) - Method in interface javax.persistence.PersistenceUtil
Determine the load state of an entity.
isLoaded(Object) - Method in interface javax.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of all attributes for which FetchType.EAGER has been specified have been loaded, this method returns LoadState.LOADED.
isLoadedWithoutReference(Object, String) - Method in interface javax.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isLoadedWithReference(Object, String) - Method in interface javax.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isMember(Expression<E>, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is a member of a collection.
isMember(E, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is a member of a collection.
isNegated() - Method in interface javax.persistence.criteria.Predicate
Whether the predicate has been created from another predicate by applying the Predicate.not() method or the CriteriaBuilder.not() method.
isNew(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance has been newly made persistent.
isNew(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance has been newly made persistent.
isNew(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object has been newly made persistent.
isNotEmpty(Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether a collection is not empty.
isNotMember(Expression<E>, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is not a member of a collection.
isNotMember(E, Expression<C>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is not a member of a collection.
isNotNull(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate to test whether the expression is not null.
isNotNull() - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is not null.
isNull(Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate to test whether the expression is null.
isNull() - Method in interface javax.persistence.criteria.Expression
Create a predicate to test whether the expression is null.
isOpen() - Method in interface javax.persistence.EntityManager
Determine whether the entity manager is open.
isOpen() - Method in interface javax.persistence.EntityManagerFactory
Indicates whether the factory is open.
isOptional() - Method in interface javax.persistence.metamodel.SingularAttribute
Can the attribute be null.
isPersistent(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance is persistent.
isPersistent(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is persistent.
isPersistent(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object is persistent.
isTransactional(Object) - Static method in class javax.jdo.JDOHelper
Tests whether the parameter instance is transactional.
isTransactional(Object) - Method in interface javax.jdo.spi.StateInterrogation
Tests whether the parameter instance is transactional.
isTransactional(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Tests whether this object is transactional.
isTrue(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate testing for a true value.
isUnmodifiable() - Method in interface javax.jdo.FetchGroup
Return whether this FetchGroup is unmodifiable.
isUnmodifiable() - Method in interface javax.jdo.Query
The unmodifiable flag, when set, disallows further modification of the query, except for specifying the range, result class, and ignoreCache option.
isVersion() - Method in interface javax.persistence.metamodel.SingularAttribute
Is the attribute a version attribute.
iterator() - Method in interface javax.jdo.Extent
Returns an iterator over all the instances in the Extent.

A B C D E F G H I J K L M N O P Q R S T U V W