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

G

ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
ge(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
GeneratedValue - Annotation Type in javax.persistence
Provides for the specification of generation strategies for the values of primary keys.
GenerationType - Enum in javax.persistence
Defines the types of primary key generation strategies.
get(Object, StateInterrogation) - Method in interface javax.jdo.spi.JDOImplHelper.StateInterrogationObjectReturn
Return the associated instance.
get(SingularAttribute<? super X, Y>) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced single-valued attribute.
get(PluralAttribute<X, C, E>) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced collection-valued attribute.
get(MapAttribute<X, K, V>) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced map-valued attribute.
get(String) - Method in interface javax.persistence.criteria.Path
Create a path corresponding to the referenced attribute.
get(TupleElement<X>) - Method in interface javax.persistence.Tuple
Get the value of the specified tuple element.
get(String, Class<X>) - Method in interface javax.persistence.Tuple
Get the value of the tuple element to which the specified alias has been assigned.
get(String) - Method in interface javax.persistence.Tuple
Get the value of the tuple element to which the specified alias has been assigned.
get(int, Class<X>) - Method in interface javax.persistence.Tuple
Get the value of the element at the specified position in the result tuple.
get(int) - Method in interface javax.persistence.Tuple
Get the value of the element at the specified position in the result tuple.
GET_METADATA - Static variable in class javax.jdo.spi.JDOPermission
An instance of JDOPermission to be used for getMetadata permission checking.
getAlias() - Method in interface javax.persistence.TupleElement
Return the alias assigned to the tuple element or null, if no alias has been assigned.
getAttribute() - Method in interface javax.persistence.criteria.Fetch
Return the metamodel attribute corresponding to the fetch join.
getAttribute() - Method in interface javax.persistence.criteria.Join
Return the metamodel attribute corresponding to the join.
getAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the attribute of the managed type that corresponds to the specified name.
getAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the attributes of the managed type.
getBindableJavaType() - Method in interface javax.persistence.metamodel.Bindable
Return the Java type of the represented object.
getBindableType() - Method in interface javax.persistence.metamodel.Bindable
Return the bindable type of the represented object.
getBooleanField(PersistenceCapable, int, boolean) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getByteField(PersistenceCapable, int, byte) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getCache() - Method in interface javax.persistence.EntityManagerFactory
Access the cache that is associated with the entity manager factory (the "second level cache").
getCandidateClass() - Method in interface javax.jdo.Extent
An Extent contains all instances of a particular class or interface in the data store; this method returns the Class of the instances represented by this Extent.
getCause() - Method in exception javax.jdo.JDOException
Often there is only one nested exception, and this method returns it.
getCharField(PersistenceCapable, int, char) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns ClassLoader that the provider may use to load any classes, resources, or open URLs.
getCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute of the managed type that corresponds to the specified name and Java element type.
getCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute of the managed type that corresponds to the specified name.
getCollectionType() - Method in interface javax.persistence.metamodel.PluralAttribute
Return the collection type.
getCompoundSelectionItems() - Method in interface javax.persistence.criteria.Selection
Return the selection items composing a compound selection.
getConnectionDriverName() - Method in interface javax.jdo.PersistenceManagerFactory
Get the driver name for the data store connection.
getConnectionFactory() - Method in interface javax.jdo.PersistenceManagerFactory
Get the data store connection factory.
getConnectionFactory2() - Method in interface javax.jdo.PersistenceManagerFactory
Get the second data store connection factory.
getConnectionFactory2Name() - Method in interface javax.jdo.PersistenceManagerFactory
Get the name for the second data store connection factory.
getConnectionFactoryName() - Method in interface javax.jdo.PersistenceManagerFactory
Get the name for the data store connection factory.
getConnectionURL() - Method in interface javax.jdo.PersistenceManagerFactory
Get the URL for the data store connection.
getConnectionUserName() - Method in interface javax.jdo.PersistenceManagerFactory
Get the user name for the data store connection.
getCopyOnAttach() - Method in interface javax.jdo.PersistenceManager
Gets the copyOnAttach setting.
getCopyOnAttach() - Method in interface javax.jdo.PersistenceManagerFactory
Gets the default copyOnAttach setting for all PersistenceManager instances obtained from this factory.
getCorrelatedJoins() - Method in interface javax.persistence.criteria.Subquery
Return the correlated joins of the subquery.
getCorrelationParent() - Method in interface javax.persistence.criteria.From
Returns the parent From object from which the correlated From object has been obtained through correlation (use of a Subquery correlate method).
getCriteriaBuilder() - Method in interface javax.persistence.EntityManager
Return an instance of CriteriaBuilder for the creation of CriteriaQuery objects.
getCriteriaBuilder() - Method in interface javax.persistence.EntityManagerFactory
Return an instance of CriteriaBuilder for the creation of CriteriaQuery objects.
getDataStoreCache() - Method in interface javax.jdo.PersistenceManagerFactory
Return the DataStoreCache that this factory uses for controlling a second-level cache.
getDataStoreConnection() - Method in interface javax.jdo.PersistenceManager
If this method is called while a datastore transaction is active, the object returned will be enlisted in the current transaction.
getDeclaredAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the attribute declared by the managed type that corresponds to the specified name.
getDeclaredAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the attributes declared by the managed type.
getDeclaredCollection(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredCollection(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the id attribute declared by the entity or mapped superclass.
getDeclaredList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredList(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute declared by the managed type that corresponds to the specified name and Java key and value types.
getDeclaredMap(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) declared by the managed type.
getDeclaredSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredSet(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute declared by the managed type that corresponds to the specified name and Java type.
getDeclaredSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attributes declared by the managed type.
getDeclaredVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the version attribute declared by the entity or mapped superclass.
getDeclaringType() - Method in interface javax.persistence.metamodel.Attribute
Return the managed type representing the type in which the attribute was declared.
getDelegate() - Method in interface javax.persistence.EntityManager
Return the underlying provider object for the EntityManager, if available.
getDetachAllOnCommit() - Method in interface javax.jdo.PersistenceManager
Gets the detachAllOnCommit setting.
getDetachAllOnCommit() - Method in interface javax.jdo.PersistenceManagerFactory
Gets the detachAllOnCommit setting.
getDetachedInstance() - Method in class javax.jdo.listener.InstanceLifecycleEvent
Returns the detached instance involved in the event.
getDetachmentOptions() - Method in interface javax.jdo.FetchPlan
Get options used during detachment.
getDetachmentRootClasses() - Method in interface javax.jdo.FetchPlan
Get the root classes for DetachAllOnCommit.
getDetachmentRoots() - Method in interface javax.jdo.FetchPlan
Get the roots for DetachAllOnCommit.
getDoubleField(PersistenceCapable, int, double) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getElements() - Method in interface javax.persistence.Tuple
Return the tuple elements.
getElementType() - Method in interface javax.persistence.metamodel.PluralAttribute
Return the type representing the element type of the collection.
getEmbeddables() - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel embeddable types.
getEntities() - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel entity types.
getEntity() - Method in exception javax.persistence.OptimisticLockException
Returns the entity that caused this exception.
getEntity() - Method in exception javax.persistence.PessimisticLockException
Returns the entity that caused this exception.
getEntityManagerFactory() - Method in interface javax.persistence.EntityManager
Return the entity manager factory for the entity manager.
getEventType() - Method in class javax.jdo.listener.InstanceLifecycleEvent
Returns the event type that triggered this event.
getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.In
Return the expression to be tested against the list of values.
getExpression() - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Return the expression to be tested against the conditions.
getExpression() - Method in interface javax.persistence.criteria.Order
Return the expression that is used for ordering.
getExpressions() - Method in interface javax.persistence.criteria.Predicate
Return the top-level conjuncts or disjuncts of the predicate.
getExtent(Class<T>, boolean) - Method in interface javax.jdo.PersistenceManager
The PersistenceManager manages a collection of instances in the data store based on the class of the instances.
getExtent(Class<T>) - Method in interface javax.jdo.PersistenceManager
Equivalent to getExtent (persistenceCapableClass, true).
getFailedObject() - Method in exception javax.jdo.JDOException
The exception may include a failed object.
getFetches() - Method in interface javax.persistence.criteria.FetchParent
Return the fetch joins that have been made from this type.
getFetchGroup(Class, String) - Method in interface javax.jdo.PersistenceManager
Get a modifiable FetchGroup for the Class and name.
getFetchGroup(Class, String) - Method in interface javax.jdo.PersistenceManagerFactory
Create an unscoped, modifiable FetchGroup for the Class and name.
getFetchGroups() - Method in interface javax.jdo.PersistenceManagerFactory
Get a modifiable Set containing a mutable copy of all currently active (in scope) fetch groups.
getFetchPlan() - Method in interface javax.jdo.Extent
Get the fetch plan associated with this Extent.
getFetchPlan() - Method in interface javax.jdo.PersistenceManager
Returns the FetchPlan used by this PersistenceManager.
getFetchPlan() - Method in interface javax.jdo.Query
Returns the FetchPlan used by this Query.
getFetchSize() - Method in interface javax.jdo.FetchPlan
Return the fetch size, or FetchPlan.FETCH_SIZE_OPTIMAL if not set, or FetchPlan.FETCH_SIZE_GREEDY to fetch all.
getFieldFlags(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the field flags for a PersistenceCapable class.
getFieldFlags() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the flags of the managed field of the persistence-capable class.
getFieldNames(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the field names for a PersistenceCapable class.
getFieldNames() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the names of the managed field of the persistence-capable class.
getFieldTypes(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the field types for a PersistenceCapable class.
getFieldTypes() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the types of the managed field of the persistence-capable class.
getFirstResult() - Method in interface javax.persistence.Query
The position of the first result the query object was set to retrieve.
getFloatField(PersistenceCapable, int, float) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getFlushMode() - Method in interface javax.persistence.EntityManager
Get the flush mode that applies to all objects contained in the persistence context.
getFlushMode() - Method in interface javax.persistence.Query
Get the flush mode in effect for the query execution.
getGroupList() - Method in interface javax.persistence.criteria.AbstractQuery
Return a list of the grouping expressions.
getGroupRestriction() - Method in interface javax.persistence.criteria.AbstractQuery
Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified.
getGroups() - Method in interface javax.jdo.FetchPlan
Return an immutable Set containing the names of all active fetch groups.
getHints() - Method in interface javax.persistence.Query
Get the properties and hints and associated values that are in effect for the query instance.
getId(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the id attribute of the entity or mapped superclass.
getIdClassAttributes() - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attributes corresponding to the id class of the identifiable type.
getIdentifier(Object) - Method in interface javax.persistence.PersistenceUnitUtil
Return the id of the entity.
getIdType() - Method in interface javax.persistence.metamodel.IdentifiableType
Return the type that represents the type of the id.
getIgnoreCache() - Method in interface javax.jdo.PersistenceManager
Get the ignoreCache setting for queries.
getIgnoreCache() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
getIgnoreCache() - Method in interface javax.jdo.Query
Get the ignoreCache option setting.
getInstance() - Static method in class javax.jdo.JDOHelper
Return the singleton instance of JDOHelper.
getInstance(String) - Static method in class javax.jdo.spi.I18NHelper
An instance bound to a bundle.
getInstance(Class) - Static method in class javax.jdo.spi.I18NHelper
An instance bound to a bundle.
getInstance(String, ClassLoader) - Static method in class javax.jdo.spi.I18NHelper
An instance bound to a bundle.
getInstance() - Static method in class javax.jdo.spi.JDOImplHelper
Get an instance of JDOImplHelper.
getIntField(PersistenceCapable, int, int) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getIsolationLevel() - Method in interface javax.jdo.Transaction
Get the value for transaction isolation level for this transaction.
getJarFileUrls() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns a list of URLs for the jar files or exploded jar file directories that the persistence provider must examine for managed classes of the persistence unit.
getJavaMember() - Method in interface javax.persistence.metamodel.Attribute
Return the java.lang.reflect.Member for the represented attribute.
getJavaType() - Method in interface javax.persistence.metamodel.Attribute
Return the Java type of the represented attribute.
getJavaType() - Method in interface javax.persistence.metamodel.Type
Return the represented Java type.
getJavaType() - Method in interface javax.persistence.TupleElement
Return the Java type of the tuple element.
getJoins() - Method in interface javax.persistence.criteria.From
Return the joins that have been made from this bound type.
getJoinType() - Method in interface javax.persistence.criteria.Fetch
Return the join type used in the fetch join.
getJoinType() - Method in interface javax.persistence.criteria.Join
Return the join type.
getJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the JTA-enabled data source to be used by the persistence provider.
getKey() - Method in class javax.jdo.identity.ByteIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.CharIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.IntIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.LongIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.ObjectIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.ShortIdentity
Return the key.
getKey() - Method in class javax.jdo.identity.StringIdentity
Return the key.
getKeyAsObject() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the key as an Object.
getKeyJavaType() - Method in interface javax.persistence.metamodel.MapAttribute
Return the Java type of the map key.
getKeyType() - Method in interface javax.persistence.metamodel.MapAttribute
Return the type representing the key type of the map.
getList(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute of the managed type that corresponds to the specified name and Java element type.
getList(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the List-valued attribute of the managed type that corresponds to the specified name.
getLockMode(Object) - Method in interface javax.persistence.EntityManager
Get the current lock mode for the entity instance.
getLockMode() - Method in interface javax.persistence.Query
Get the current lock mode for the query.
getLongField(PersistenceCapable, int, long) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getManagedClassNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the list of the names of the classes that the persistence provider must add to its set of managed classes.
getManagedObjects() - Method in interface javax.jdo.PersistenceManager
Get the objects managed by this persistence manager.
getManagedObjects(EnumSet<ObjectState>) - Method in interface javax.jdo.PersistenceManager
Get the objects managed by this persistence manager having the specified object states.
getManagedObjects(Class...) - Method in interface javax.jdo.PersistenceManager
Get the objects managed by this persistence manager being instances of the specified classes.
getManagedObjects(EnumSet<ObjectState>, Class...) - Method in interface javax.jdo.PersistenceManager
Get the objects managed by this persistence manager having the specified object states and being instances of the specified classes.
getManagedTypes() - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel managed types.
getMap(String, Class<K>, Class<V>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute of the managed type that corresponds to the specified name and Java key and value types.
getMap(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Map-valued attribute of the managed type that corresponds to the specified name.
getMapping() - Method in interface javax.jdo.PersistenceManagerFactory
Get the Mapping setting for this factory.
getMappingFileNames() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the list of the names of the mapping files that the persistence provider must load to determine the mappings for the entity classes.
getMaxFetchDepth() - Method in interface javax.jdo.FetchPlan
Return the maximum fetch depth used when fetching instances.
getMaxResults() - Method in interface javax.persistence.Query
The maximum number of results the query object was set to retrieve.
getMembers() - Method in interface javax.jdo.FetchGroup
Return an immutable Set of String containing the names of all members.
getMetamodel() - Method in interface javax.persistence.EntityManager
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMetamodel() - Method in interface javax.persistence.EntityManagerFactory
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getModel() - Method in interface javax.persistence.criteria.CollectionJoin
Return the metamodel representation for the collection attribute.
getModel() - Method in interface javax.persistence.criteria.ListJoin
Return the metamodel representation for the list attribute.
getModel() - Method in interface javax.persistence.criteria.MapJoin
Return the metamodel representation for the map attribute.
getModel() - Method in interface javax.persistence.criteria.Path
Return the bindable object that corresponds to the path expression.
getModel() - Method in interface javax.persistence.criteria.PluralJoin
Return the metamodel representation for the collection-valued attribute corresponding to the join.
getModel() - Method in interface javax.persistence.criteria.Root
Return the metamodel entity corresponding to the root.
getModel() - Method in interface javax.persistence.criteria.SetJoin
Return the metamodel representation for the set attribute.
getMultithreaded() - Method in interface javax.jdo.PersistenceManager
Get the current Multithreaded flag for this PersistenceManager.
getMultithreaded() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
getName() - Method in interface javax.jdo.datastore.Sequence
Returns the fully qualified name of the Sequence.
getName() - Method in interface javax.jdo.FetchGroup
Get the name of this FetchGroup.
getName() - Method in interface javax.jdo.PersistenceManagerFactory
Gets the name of this PersistenceManagerFactory.
getName() - Method in interface javax.persistence.metamodel.Attribute
Return the name of the attribute.
getName() - Method in interface javax.persistence.metamodel.EntityType
Return the entity name.
getName() - Method in interface javax.persistence.Parameter
Return the parameter name, or null if the parameter is not a named parameter or no name has been assigned.
getNativeConnection() - Method in interface javax.jdo.datastore.JDOConnection
Returns the native, datastore-specific connection that this connection wraps.
getNestedExceptions() - Method in exception javax.jdo.JDOException
The exception may have been caused by multiple exceptions in the runtime.
getNewTempClassLoader() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Return a new instance of a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs.
getNonJtaDataSource() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the non-JTA-enabled data source to be used by the persistence provider for accessing data outside a JTA transaction.
getNontransactionalRead() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
getNontransactionalRead() - Method in interface javax.jdo.Transaction
If true, allows persistent instances to be read without a transaction active.
getNontransactionalWrite() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
getNontransactionalWrite() - Method in interface javax.jdo.Transaction
If true, allows persistent instances to be written without a transaction active.
getObject() - Method in exception javax.persistence.LockTimeoutException
Returns the object that caused this exception.
getObjectById(Object, boolean) - Method in interface javax.jdo.PersistenceManager
This method locates a persistent instance in the cache of instances managed by this PersistenceManager.
getObjectById(Class<T>, Object) - Method in interface javax.jdo.PersistenceManager
Looks up the instance of the given type with the given key.
getObjectById(Object) - Method in interface javax.jdo.PersistenceManager
Looks up the instance corresponding to the specified oid.
getObjectField(PersistenceCapable, int, Object) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getObjectId(Object) - Static method in class javax.jdo.JDOHelper
Return a copy of the JDO identity associated with the parameter instance.
getObjectId(Object) - Method in interface javax.jdo.PersistenceManager
The ObjectId returned by this method represents the JDO identity of the instance.
getObjectId(Object) - Method in interface javax.jdo.spi.StateInterrogation
Return a copy of the JDO identity associated with the parameter instance.
getObjectId(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Return the object representing the JDO identity of the calling instance.
getObjectIdClass(Class) - Method in interface javax.jdo.PersistenceManager
Return the Class that implements the JDO Identity for the specified PersistenceCapable class.
getObjectIds(Collection) - Static method in class javax.jdo.JDOHelper
Get object ids for a collection of instances.
getObjectIds(Object[]) - Static method in class javax.jdo.JDOHelper
Get object ids for an array of instances.
getObjectsById(Collection, boolean) - Method in interface javax.jdo.PersistenceManager
Return the objects with the given oids.
getObjectsById(Collection) - Method in interface javax.jdo.PersistenceManager
Return the objects with the given oids.
getObjectsById(Object[], boolean) - Method in interface javax.jdo.PersistenceManager
Deprecated.  
getObjectsById(boolean, Object...) - Method in interface javax.jdo.PersistenceManager
Return the objects with the given oids.
getObjectsById(Object...) - Method in interface javax.jdo.PersistenceManager
Return the objects with the given oids.
getObjectState(Object) - Static method in class javax.jdo.JDOHelper
Accessor for the state of the passed object.
getOperator() - Method in interface javax.persistence.criteria.Predicate
Return the boolean operator for the predicate.
getOptimistic() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default Optimistic setting for all PersistenceManager instances obtained from this factory.
getOptimistic() - Method in interface javax.jdo.Transaction
Optimistic transactions do not hold data store locks until commit time.
getOrderList() - Method in interface javax.persistence.criteria.CriteriaQuery
Return the ordering expressions in order of precedence.
getParameter(String) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared parameter of the given name.
getParameter(String, Class<T>) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared parameter of the given name and type.
getParameter(int) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared positional parameter with the given position.
getParameter(int, Class<T>) - Method in interface javax.persistence.Query
Get the parameter object corresponding to the declared positional parameter with the given position and type.
getParameters() - Method in interface javax.persistence.criteria.CriteriaQuery
Return the parameters of the query.
getParameters() - Method in interface javax.persistence.Query
Get the parameter objects corresponding to the declared parameters of the query.
getParameterType() - Method in interface javax.persistence.Parameter
Return the Java type of the parameter.
getParameterValue(Parameter<T>) - Method in interface javax.persistence.Query
Return the value bound to the parameter.
getParameterValue(String) - Method in interface javax.persistence.Query
Return the value bound to the named parameter.
getParameterValue(int) - Method in interface javax.persistence.Query
Return the value bound to the positional parameter.
getParent() - Method in interface javax.persistence.criteria.Fetch
Return the parent of the fetched item.
getParent() - Method in interface javax.persistence.criteria.Join
Return the parent of the join.
getParent() - Method in interface javax.persistence.criteria.Subquery
Return the query of which this is a subquery.
getParentPath() - Method in interface javax.persistence.criteria.Path
Return the parent "node" in the path or null if no parent.
getPersistenceCapableSuperclass(Class) - Method in class javax.jdo.spi.JDOImplHelper
Get the persistence-capable superclass for a PersistenceCapable class.
getPersistenceCapableSuperclass() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the class object of the persistence-capable superclass.
getPersistenceManager() - Method in interface javax.jdo.Extent
An Extent is managed by a PersistenceManager; this method gives access to the owning PersistenceManager.
getPersistenceManager(Object) - Static method in class javax.jdo.JDOHelper
Return the associated PersistenceManager if there is one.
getPersistenceManager() - Method in interface javax.jdo.PersistenceManagerFactory
Get an instance of PersistenceManager from this factory.
getPersistenceManager(String, String) - Method in interface javax.jdo.PersistenceManagerFactory
Get an instance of PersistenceManager from this factory.
getPersistenceManager() - Method in interface javax.jdo.Query
Get the PersistenceManager associated with this Query.
getPersistenceManager(Object) - Method in interface javax.jdo.spi.StateInterrogation
Return the associated PersistenceManager if there is one.
getPersistenceManager(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Return the PersistenceManager that owns this instance.
getPersistenceManager() - Method in interface javax.jdo.Transaction
The Transaction instance is always associated with exactly one PersistenceManager.
getPersistenceManagerFactory() - Static method in class javax.jdo.JDOHelper
Get the anonymous PersistenceManagerFactory configured via the standard configuration file resource "META-INF/jdoconfig.xml", using the current thread's context class loader to locate the configuration file resource(s).
getPersistenceManagerFactory(ClassLoader) - Static method in class javax.jdo.JDOHelper
Get the anonymous PersistenceManagerFactory configured via the standard configuration file resource "META-INF/jdoconfig.xml", using the given class loader.
getPersistenceManagerFactory(Map) - Static method in class javax.jdo.JDOHelper
Get a PersistenceManagerFactory based on a Properties instance, using the current thread's context class loader to locate the PersistenceManagerFactory class.
getPersistenceManagerFactory(Map, ClassLoader) - Static method in class javax.jdo.JDOHelper
Get a PersistenceManagerFactory based on a Map and a class loader.
getPersistenceManagerFactory(String) - Static method in class javax.jdo.JDOHelper
Returns a named PersistenceManagerFactory or persistence unit.
getPersistenceManagerFactory(String, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a named PersistenceManagerFactory or persistence unit.
getPersistenceManagerFactory(String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a named PersistenceManagerFactory or persistence unit.
getPersistenceManagerFactory(Map, String) - Static method in class javax.jdo.JDOHelper
Returns a named PersistenceManagerFactory or persistence unit.
getPersistenceManagerFactory(Map, String, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a named PersistenceManagerFactory or persistence unit.
getPersistenceManagerFactory(Map, String, ClassLoader, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the resource at name, or, if not found, returns a PersistenceManagerFactory with the given name or, if not found, returns a javax.persistence.EntityManagerFactory cast to a PersistenceManagerFactory.
getPersistenceManagerFactory(File) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the file at propsFile.
getPersistenceManagerFactory(File, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the properties stored in the file at propsFile.
getPersistenceManagerFactory(String, Context) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory at the JNDI location specified by jndiLocation in the context context.
getPersistenceManagerFactory(String, Context, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory at the JNDI location specified by jndiLocation in the context context.
getPersistenceManagerFactory(InputStream) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the Properties stored in the input stream at stream.
getPersistenceManagerFactory(InputStream, ClassLoader) - Static method in class javax.jdo.JDOHelper
Returns a PersistenceManagerFactory configured based on the Properties stored in the input stream at stream.
getPersistenceManagerFactory() - Method in interface javax.jdo.PersistenceManager
This method returns the PersistenceManagerFactory used to create this PersistenceManager.
getPersistenceManagerProxy() - Method in interface javax.jdo.PersistenceManagerFactory
Get a thread-safe instance of a proxy that dynamically binds on each method call to an instance of PersistenceManager.
getPersistenceProviderClassName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the fully qualified name of the persistence provider implementation class.
getPersistenceProviderResolver() - Static method in class javax.persistence.spi.PersistenceProviderResolverHolder
Returns the current persistence provider resolver.
getPersistenceProviders() - Method in interface javax.persistence.spi.PersistenceProviderResolver
Returns a list of the PersistenceProvider implementations available in the runtime environment.
getPersistenceType() - Method in interface javax.persistence.metamodel.Type
Return the persistence type.
getPersistenceUnitName() - Method in interface javax.jdo.PersistenceManagerFactory
Gets the PersistenceUnitName for this PersistenceManagerFactory.
getPersistenceUnitName() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the name of the persistence unit.
getPersistenceUnitRootUrl() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the URL for the jar file or directory that is the root of the persistence unit.
getPersistenceUnitUtil() - Method in interface javax.persistence.EntityManagerFactory
Return interface providing access to utility methods for the persistence unit.
getPersistenceUtil() - Static method in class javax.persistence.Persistence
Return the PersistenceUtil instance
getPersistenceXMLSchemaVersion() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the schema version of the persistence.xml file.
getPersistentAttributeType() - Method in interface javax.persistence.metamodel.Attribute
Return the persistent attribute type for the attribute.
getPersistentInstance() - Method in class javax.jdo.listener.InstanceLifecycleEvent
Returns the persistent instance involved in the event.
getPluralAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) of the managed type.
getPosition() - Method in interface javax.persistence.Parameter
Return the parameter position, or null if the parameter is not a positional parameter.
getPostLoad() - Method in interface javax.jdo.FetchGroup
Get the post-load property of this FetchGroup.
getProperties() - Method in interface javax.jdo.PersistenceManagerFactory
Return non-configurable properties of this PersistenceManagerFactory.
getProperties() - Method in interface javax.persistence.EntityManager
Get the properties and hints and associated values that are in effect for the entity manager.
getProperties() - Method in interface javax.persistence.EntityManagerFactory
Get the properties and associated values that are in effect for the entity manager factory.
getProperties() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns a properties object.
getProviderUtil() - Method in interface javax.persistence.spi.PersistenceProvider
Return the utility interface implemented by the persistence provider.
getQuery() - Method in exception javax.persistence.QueryTimeoutException
Returns the query that caused this exception.
getReadOnly() - Method in interface javax.jdo.PersistenceManagerFactory
Gets the value for read-only for this PMF.
getRecursionDepth(String) - Method in interface javax.jdo.FetchGroup
Get the recursion-depth for this member.
getReference(Class<T>, Object) - Method in interface javax.persistence.EntityManager
Get an instance, whose state may be lazily fetched.
getRegisteredClass() - Method in class javax.jdo.spi.RegisterClassEvent
Returns the class object of the registered persistence-capable class.
getRegisteredClasses() - Method in class javax.jdo.spi.JDOImplHelper
Returns a collection of class objects of the registered persistence-capable classes.
getRegisteredDocumentBuilderFactory() - Static method in class javax.jdo.spi.JDOImplHelper
Return the registered instance of DocumentBuilderFactory.
getRegisteredErrorHandler() - Static method in class javax.jdo.spi.JDOImplHelper
Return the registered instance of ErrorHandler.
getResourceBundle() - Method in class javax.jdo.spi.I18NHelper
Returns the resource bundle used by this I18NHelper.
getRestoreValues() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default value for the RestoreValues property.
getRestoreValues() - Method in interface javax.jdo.Transaction
Return the current value of the restoreValues property.
getRestriction() - Method in interface javax.persistence.criteria.AbstractQuery
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified.
getResultList() - Method in interface javax.persistence.Query
Execute a SELECT query and return the query results as an untyped List.
getResultList() - Method in interface javax.persistence.TypedQuery
Execute a SELECT query and return the query results as a typed List.
getResultType() - Method in interface javax.persistence.criteria.AbstractQuery
Return the result type of the query or subquery.
getRetainValues() - Method in interface javax.jdo.PersistenceManagerFactory
Get the default RetainValues setting for all PersistenceManager instances obtained from this factory.
getRetainValues() - Method in interface javax.jdo.Transaction
If true, at commit time instances retain their field values.
getRollbackOnly() - Method in interface javax.jdo.Transaction
Returns the rollback-only status of the transaction.
getRollbackOnly() - Method in interface javax.persistence.EntityTransaction
Determine whether the current resource transaction has been marked for rollback.
getRoots() - Method in interface javax.persistence.criteria.AbstractQuery
Return the query roots.
getSelection() - Method in interface javax.persistence.criteria.AbstractQuery
Return the selection of the query, or null if no selection has been set.
getSelection() - Method in interface javax.persistence.criteria.Subquery
Return the selection expression.
getSequence(String) - Method in interface javax.jdo.PersistenceManager
Returns the sequence identified by name.
getServerDate() - Method in interface javax.jdo.PersistenceManager
Get the Date as seen by the server.
getServerTimeZoneID() - Method in interface javax.jdo.PersistenceManagerFactory
Gets the TimeZone ID of the server associated with this PersistenceManagerFactory.
getSet(String, Class<E>) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute of the managed type that corresponds to the specified name and Java element type.
getSet(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the Set-valued attribute of the managed type that corresponds to the specified name.
getSharedCacheMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the specification of how the provider must use a second-level cache for the persistence unit.
getShortField(PersistenceCapable, int, short) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getSingleResult() - Method in interface javax.persistence.Query
Execute a SELECT query that returns a single untyped result.
getSingleResult() - Method in interface javax.persistence.TypedQuery
Execute a SELECT query that returns a single result.
getSingularAttribute(String, Class<Y>) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute of the managed type that corresponds to the specified name and Java type.
getSingularAttribute(String) - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attribute of the managed type that corresponds to the specified name.
getSingularAttributes() - Method in interface javax.persistence.metamodel.ManagedType
Return the single-valued attributes of the managed type.
getSource() - Method in class javax.jdo.listener.InstanceLifecycleEvent
The source object of the Event.
getStringField(PersistenceCapable, int, String) - Method in interface javax.jdo.spi.StateManager
Return the value for the field.
getSupertype() - Method in interface javax.persistence.metamodel.IdentifiableType
Return the identifiable type that corresponds to the most specific mapped superclass or entity extended by the entity or mapped superclass.
getSynchronization() - Method in interface javax.jdo.Transaction
The user-specified Synchronization instance for this Transaction instance.
getTarget() - Method in class javax.jdo.listener.InstanceLifecycleEvent
The target object of the Event.
getTargetClass() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the target class.
getTargetClassName() - Method in class javax.jdo.identity.SingleFieldIdentity
Return the target class name.
getTransaction() - Method in interface javax.persistence.EntityManager
Return the resource-level EntityTransaction object.
getTransactionalObjectId(Object) - Static method in class javax.jdo.JDOHelper
Return a copy of the JDO identity associated with the parameter instance.
getTransactionalObjectId(Object) - Method in interface javax.jdo.PersistenceManager
The ObjectId returned by this method represents the JDO identity of the instance.
getTransactionalObjectId(Object) - Method in interface javax.jdo.spi.StateInterrogation
Return a copy of the JDO identity associated with the parameter instance.
getTransactionalObjectId(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Return the object representing the JDO identity of the calling instance.
getTransactionIsolationLevel() - Method in interface javax.jdo.PersistenceManagerFactory
Get the value for transaction isolation level for this PMF.
getTransactionType() - Method in interface javax.jdo.PersistenceManagerFactory
Gets the TransactionType for this PersistenceManagerFactory.
getTransactionType() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the transaction type of the entity managers created by the EntityManagerFactory.
getType() - Method in interface javax.jdo.FetchGroup
Get the persistent type (class or interface) of this FetchGroup.
getType() - Method in interface javax.persistence.metamodel.SingularAttribute
Return the type that represents the type of the attribute.
getUserObject() - Method in interface javax.jdo.PersistenceManager
The application can manage the PersistenceManager instances more easily by having an application object associated with each PersistenceManager instance.
getUserObject(Object) - Method in interface javax.jdo.PersistenceManager
Get the value for the specified key from the map of user objects.
getValidationMode() - Method in interface javax.persistence.spi.PersistenceUnitInfo
Returns the validation mode to be used by the persistence provider for the persistence unit.
getVersion(Object) - Static method in class javax.jdo.JDOHelper
Return the version of the instance.
getVersion(Object) - Method in interface javax.jdo.spi.StateInterrogation
Return the version of the parameter instance.
getVersion(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Return the object representing the version of the calling instance.
getVersion(Class<Y>) - Method in interface javax.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the version attribute of the entity or mapped superclass.
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
greaterThan(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
greatest(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression for finding the greatest of the values (strings, dates, etc).
groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.AbstractQuery
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.AbstractQuery
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in interface javax.persistence.criteria.Subquery
Specify the expressions that are used to form groups over the subquery results.
groupBy(List<Expression<?>>) - Method in interface javax.persistence.criteria.Subquery
Specify the expressions that are used to form groups over the subquery results.
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
gt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.

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