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

M

ManyToMany - class com.objy.db.app.ManyToMany.
Defines a many-to-many relationship on a class.
ManyToMany(String, String, String) - Constructor for class com.objy.db.app.ManyToMany
Deprecated. Replaced by ManyToMany(String, String, String, byte).
ManyToMany(String, String, String, byte) - Constructor for class com.objy.db.app.ManyToMany
Constructs a bidirectional many-to-many relationship with the default version and copy semantics, no delete or lock propagation, and the specified inline mode.
ManyToMany(String, String, String, byte, byte, boolean, boolean) - Constructor for class com.objy.db.app.ManyToMany
Deprecated. Replaced by ManyToMany(String, String, String, byte, byte, boolean, boolean, byte).
ManyToMany(String, String, String, byte, byte, boolean, boolean, byte) - Constructor for class com.objy.db.app.ManyToMany
Constructs a bidirectional many-to-many relationship with the specified version and copy semantics, delete and lock propagation behavior, and inline mode.
ManyToOne - class com.objy.db.app.ManyToOne.
Defines a many-to-one relationship on a class.
ManyToOne(String, String, String) - Constructor for class com.objy.db.app.ManyToOne
Deprecated. Replaced by ManyToOne(String, String, String, byte).
ManyToOne(String, String, String, byte) - Constructor for class com.objy.db.app.ManyToOne
Constructs a bidirectional many-to-one relationship with the default version and copy semantics, no delete or lock propagation, and the specified inline mode.
ManyToOne(String, String, String, byte, byte, boolean, boolean) - Constructor for class com.objy.db.app.ManyToOne
Deprecated. Replaced by ManyToOne(String, String, String, byte, byte, boolean, boolean, byte).
ManyToOne(String, String, String, byte, byte, boolean, boolean, byte) - Constructor for class com.objy.db.app.ManyToOne
Constructs a bidirectional many-to-one relationship with the specified version and copy semantics, delete and lock propagation behavior, and inline mode.
markFetchRequired() - Method in class com.objy.db.app.ooObj
Marks this object as needing to have its persistent data fetched.
markFetchRequired() - Method in interface com.objy.db.iapp.PooObj
Marks this persistor's object as needing to have its persistent data fetched.
markFetchRequired() - Method in interface com.objy.db.iapp.IooObj
Marks this object as needing to have its persistent data fetched.
markModified() - Method in class com.objy.db.app.ooObj
Locks this object for write, fetches its persistent data if it is not already fetched, and marks it as modified.
markModified() - Method in interface com.objy.db.iapp.PooObj
Locks this persistor's object for write, fetches its persistent data, and marks it as modified.
markModified() - Method in interface com.objy.db.iapp.IooObj
Locks this object for write, fetches its persistent data if it is not already fetched, and marks it as modified.
maxBucketsPerContainer(int) - Method in class com.objy.db.util.ooHashMap
Sets the maximum number of hash buckets per container for this unordered object map.
maxBucketsPerContainer(int) - Method in class com.objy.db.util.ooHashSet
Sets the maximum number of hash buckets per container for this unordered set.
maxNodesPerContainer(int) - Method in class com.objy.db.util.ooBTree
Sets the maximum number of B-Tree nodes for this ordered collection that can be stored in a single container.
maxVArraysPerContainer(int) - Method in class com.objy.db.util.ooBTree
Sets the maximum number of arrays per container for this ordered collection.
move(Object) - Method in class com.objy.db.app.ooObj
Moves this basic object, clustering it with the specified object.
move(Object) - Method in class com.objy.db.app.ooContObj
Overrides the inherited behavior; disallows moving objects for this container.
move(Object) - Method in interface com.objy.db.iapp.PooObj
Moves this persistor's object (a basic object), clustering it with the specified object.
move(Object) - Method in interface com.objy.db.iapp.IooObj
Moves this basic object, clustering it with the specified object.
moveCurrentTo(Object) - Method in interface com.objy.db.util.ooCollectionIterator
Moves the current element, clustering it with the specified object.
moveReference(Object, Object) - Method in class com.objy.db.app.ooFDObj
Moves the specified internal persistent object from its current location and clusters it with the specified object.
moveReference(Object, Object) - Method in interface com.objy.db.iapp.PooFDObj
 
MROW - Static variable in interface com.objy.db.app.oo
MROW mode: Multiple Readers, One Writer (MROW) is enabled for the transaction.

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

Copyright © 2000 Objectivity, Inc. All rights reserved.