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

N

NamedNativeQueries - Annotation Type in javax.persistence
Used to specify multiple native SQL named queries.
NamedNativeQuery - Annotation Type in javax.persistence
Specifies a named native SQL query.
NamedQueries - Annotation Type in javax.persistence
Specifies multiple named Java Persistence query language queries.
NamedQuery - Annotation Type in javax.persistence
Specifies a static, named query in the Java Persistence query language.
neg(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the arithmetic negation of its argument.
newInstance(Class<T>) - Method in interface javax.jdo.PersistenceManager
Creates an instance of a persistence-capable interface, or of a concrete or abstract class.
newInstance(Class, StateManager) - Method in class javax.jdo.spi.JDOImplHelper
Create a new instance of the class and assign its jdoStateManager.
newInstance(Class, StateManager, Object) - Method in class javax.jdo.spi.JDOImplHelper
Create a new instance of the class and assign its jdoStateManager and key values from the ObjectId.
newNamedQuery(Class, String) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the given candidate class from a named query.
newObjectIdInstance(Class, Object) - Method in interface javax.jdo.PersistenceManager
This method returns an object id instance corresponding to the pcClass and key arguments.
newObjectIdInstance(Class) - Method in class javax.jdo.spi.JDOImplHelper
Create a new instance of the ObjectId class of this PersistenceCapable class.
newObjectIdInstance(Class, Object) - Method in class javax.jdo.spi.JDOImplHelper
Create a new instance of the class used by the parameter Class for JDO identity, using the key constructor of the object id class.
newQuery() - Method in interface javax.jdo.PersistenceManager
Create a new Query with no elements.
newQuery(Object) - Method in interface javax.jdo.PersistenceManager
Create a new Query using elements from another Query.
newQuery(String) - Method in interface javax.jdo.PersistenceManager
Create a Construct a new query instance using the specified String as the single-string representation of the query.
newQuery(String, Object) - Method in interface javax.jdo.PersistenceManager
Create a new Query using the specified language.
newQuery(Class) - Method in interface javax.jdo.PersistenceManager
Create a new Query specifying the Class of the candidate instances.
newQuery(Extent) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the Class of the candidate instances and candidate Extent.
newQuery(Class, Collection) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the candidate Class and Collection.
newQuery(Class, String) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the Class of the candidate instances and filter.
newQuery(Class, Collection, String) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the Class of the candidate instances, candidate Collection, and filter.
newQuery(Extent, String) - Method in interface javax.jdo.PersistenceManager
Create a new Query with the candidate Extent and filter; the class is taken from the Extent.
next() - Method in interface javax.jdo.datastore.Sequence
Returns the next sequence value as an Object.
nextValue() - Method in interface javax.jdo.datastore.Sequence
Returns the next sequence value as a long.
nonBinaryCompatibleGet(Object, JDOImplHelper.StateInterrogationObjectReturn) - Method in class javax.jdo.spi.JDOImplHelper
Return an object associated with a non-binary-compatible instance.
nonBinaryCompatibleIs(Object, JDOImplHelper.StateInterrogationBooleanReturn) - Method in class javax.jdo.spi.JDOImplHelper
Determine the state of a non-binary-compatible instance.
nonBinaryCompatibleMakeDirty(Object, String) - Method in class javax.jdo.spi.JDOImplHelper
Mark a non-binary-compatible instance dirty.
NONCONFIGURABLE_PROPERTY_VENDOR_NAME - Static variable in interface javax.jdo.Constants
Nonconfigurable property constanct "VendorName"
NONCONFIGURABLE_PROPERTY_VERSION_NUMBER - Static variable in interface javax.jdo.Constants
Nonconfigurable property constanct "VersionNumber"
NonUniqueResultException - Exception in javax.persistence
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult() is executed on a query and there is more than one result from the query.
NonUniqueResultException() - Constructor for exception javax.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with null as its detail message.
NonUniqueResultException(String) - Constructor for exception javax.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with the specified detail message.
NoResultException - Exception in javax.persistence
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult()is executed on a query and there is no result to return.
NoResultException() - Constructor for exception javax.persistence.NoResultException
Constructs a new NoResultException exception with null as its detail message.
NoResultException(String) - Constructor for exception javax.persistence.NoResultException
Constructs a new NoResultException exception with the specified detail message.
not(Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a negation of the given restriction.
not() - Method in interface javax.persistence.criteria.Predicate
Create a negation of the predicate.
notEqual(Expression<?>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
notEqual(Expression<?>, Object) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
notLike(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
NotPersistent - Annotation Type in javax.jdo.annotations
Annotation to specify that the member is not persistent.
nullif(Expression<Y>, Expression<?>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullif(Expression<Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullLiteral(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for a null literal with the given type.
NullValue - Enum in javax.jdo.annotations
Enumeration of the "null-value" behavior values.

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