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

M

makeDirty(Object, String) - Static method in class javax.jdo.JDOHelper
Explicitly mark the parameter instance and field dirty.
makeDirty(Object, String) - Method in interface javax.jdo.spi.StateInterrogation
Explicitly mark the parameter instance and field dirty.
makeDirty(PersistenceCapable, String) - Method in interface javax.jdo.spi.StateManager
Mark the associated PersistenceCapable field dirty.
makeNontransactional(Object) - Method in interface javax.jdo.PersistenceManager
Make an instance non-transactional after commit.
makeNontransactionalAll(Object...) - Method in interface javax.jdo.PersistenceManager
Make an array of instances non-transactional after commit.
makeNontransactionalAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances non-transactional after commit.
makePersistent(T) - Method in interface javax.jdo.PersistenceManager
Make the parameter instance persistent in this PersistenceManager.
makePersistentAll(T...) - Method in interface javax.jdo.PersistenceManager
Make an array of instances persistent.
makePersistentAll(Collection<T>) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances persistent.
makeTransactional(Object) - Method in interface javax.jdo.PersistenceManager
Make an instance subject to transactional boundaries.
makeTransactionalAll(Object...) - Method in interface javax.jdo.PersistenceManager
Make an array of instances subject to transactional boundaries.
makeTransactionalAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances subject to transactional boundaries.
makeTransient(Object) - Method in interface javax.jdo.PersistenceManager
Make an instance transient, removing it from management by this PersistenceManager.
makeTransient(Object, boolean) - Method in interface javax.jdo.PersistenceManager
Make an instance transient, removing it from management by this PersistenceManager.
makeTransientAll(Object...) - Method in interface javax.jdo.PersistenceManager
Make an array of instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Collection) - Method in interface javax.jdo.PersistenceManager
Make a Collection of instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Object[], boolean) - Method in interface javax.jdo.PersistenceManager
Deprecated.  
makeTransientAll(boolean, Object...) - Method in interface javax.jdo.PersistenceManager
Make instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Collection, boolean) - Method in interface javax.jdo.PersistenceManager
Make instances transient, removing them from management by this PersistenceManager.
MANAGE_METADATA - Static variable in class javax.jdo.spi.JDOPermission
An instance of JDOPermission to be used for manageMetadata permission checking.
ManagedType<X> - Interface in javax.persistence.metamodel
Instances of the type ManagedType represent entity, mapped superclass, and embeddable types.
managedType(Class<X>) - Method in interface javax.persistence.metamodel.Metamodel
Return the metamodel managed type representing the entity, mapped superclass, or embeddable class.
ManyToMany - Annotation Type in javax.persistence
Defines a many-valued association with many-to-many multiplicity.
ManyToOne - Annotation Type in javax.persistence
Defines a single-valued association to another entity class that has many-to-one multiplicity.
MapAttribute<X,K,V> - Interface in javax.persistence.metamodel
Instances of the type MapAttribute represent persistent java.util.Map-valued attributes.
MapJoin<Z,K,V> - Interface in javax.persistence.criteria
The MapJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Map.
MapKey - Annotation Type in javax.persistence
Specifies the map key for associations of type java.util.Map when the map key is itself the primary key or a persistent field or property of the entity that is the value of the map.
MapKeyClass - Annotation Type in javax.persistence
Specifies the type of the map key for associations of type java.util.Map.
MapKeyColumn - Annotation Type in javax.persistence
Specifies the mapping for the key column of a map whose map key is a basic type.
MapKeyEnumerated - Annotation Type in javax.persistence
Specifies the enum type for a map key whose basic type is an enumerated type.
MapKeyJoinColumn - Annotation Type in javax.persistence
Specifies a mapping to an entity that is a map key.
MapKeyJoinColumns - Annotation Type in javax.persistence
Supports composite map keys that reference entities.
MapKeyTemporal - Annotation Type in javax.persistence
This annotation must be specified for persistent map keys of type Date and Calendar.
MappedSuperclass - Annotation Type in javax.persistence
Designates a class whose mapping information is applied to the entities that inherit from it.
MappedSuperclassType<X> - Interface in javax.persistence.metamodel
Instances of the type MappedSuperclassType represent mapped superclass types.
MapsId - Annotation Type in javax.persistence
Designates a ManyToOne or OneToOne relationship attribute that provides the mapping for an EmbeddedId primary key, an attribute within an EmbeddedId primary key, or a simple primary key of the parent entity.
max(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical max operation.
MEDIATE_READ - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFieldFlags for a field includes MEDIATE_READ, then the field has been enhanced to always call the jdoStateManager on all reads.
MEDIATE_WRITE - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFieldFlags for a field includes MEDIATE_WRITE, then the field has been enhanced to always call the jdoStateManager on all writes.
merge(T) - Method in interface javax.persistence.EntityManager
Merge the state of the given entity into the current persistence context.
Metamodel - Interface in javax.persistence.metamodel
Provides access to the metamodel of persistent entities in the persistence unit.
min(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical min operation.
mod(Expression<Integer>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
mod(Expression<Integer>, Integer) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
mod(Integer, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
msg(String) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object, Object) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object, Object, Object) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, Object[]) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, int) - Method in class javax.jdo.spi.I18NHelper
Message formatter
msg(String, boolean) - Method in class javax.jdo.spi.I18NHelper
Message formatter
multiselect(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.
multiselect(List<Selection<?>>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.
MULTIVALUED - Static variable in interface javax.jdo.FetchGroup
For use with FetchGroup.addCategory(java.lang.String) and FetchGroup.removeCategory(java.lang.String) calls.

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