SPT Object Database API
A C D E F G H I L M N O P Q R S T U V W _

N

NotNull - Annotation Type in com.sptci.prevayler.annotations
An annotation used to indicate that a field in a prevalent object cannot be null.
NULL - Static variable in annotation type com.sptci.prevayler.annotations.ForeignKey
The default value for ForeignKey.member() indicating a null value.
NULL - Static variable in annotation type com.sptci.prevayler.annotations.Index
The default value for Index.members() indicating a null value.
NULL - Static variable in annotation type com.sptci.prevayler.annotations.NotNull
A constant to present null or no members.
NULL - Static variable in annotation type com.sptci.prevayler.annotations.Searchable
The default value for Searchable.members() indicating a null value.
NULL_VALUE - Static variable in class com.sptci.prevayler.IndexStorage
The constant used to index null keys.
NullException - Exception in com.sptci.prevayler
A custom exception used to indicate that a field marked as NotNull is null.
NullException(String) - Constructor for exception com.sptci.prevayler.NullException
Create a new instance of the exception with the specified message.
NullException(PrevalentObject, String) - Constructor for exception com.sptci.prevayler.NullException
Create a new instance of the exception using NullException.FIELD_PATTERN to display the message for unique constraint on specified fields being violated.
nullReference(String, String, PrevalentObject) - Method in class com.sptci.prevayler.ConstraintSystem
Set the field in className that refers to object to null.

SPT Object Database API
A C D E F G H I L M N O P Q R S T U V W _