C D F G I N P R V

C

close() - Method in interface fr.umlv.javaodb.PersistenceManager
Shutdown the database.
commit() - Method in interface fr.umlv.javaodb.PersistenceContext
Commits all persistent object states.
commit() - Method in interface fr.umlv.javaodb.PersistenceManager
Convenient method for PersistenceContext.commit() on the inner most thread-local context.
create(Class<T>) - Method in interface fr.umlv.javaodb.PersistenceContext
Create a persistent object belong to the current context.

D

delete(Object) - Method in interface fr.umlv.javaodb.PersistenceContext
Deletes an object from the context.
drop(Class<?>) - Method in interface fr.umlv.javaodb.PersistenceManager
Drops all objects of the specfic persistence type.

F

findAll(Class<T>) - Method in interface fr.umlv.javaodb.PersistenceContext
Returns a view of all persistent objects of a specific persistent class.
findById(long, Class<T>) - Method in interface fr.umlv.javaodb.PersistenceContext
Returns a persistent object from its id.
fr.umlv.javaodb - package fr.umlv.javaodb
This package defines a non pervasive persistence manager to an object database.

G

getKind() - Method in interface fr.umlv.javaodb.PersistenceContext
Returns the current context kind.
getPersistenceManager() - Static method in class fr.umlv.javaodb.PersistenceManagerFactory
Returns the first registered persistence manager using the service loader mecanism.
getPersistentTypes() - Method in interface fr.umlv.javaodb.PersistenceManager
Returns the types of all persistent objects stored in the database.

I

Id - Annotation Type in fr.umlv.javaodb
Marker annotation of the id getter used by the persistence manager to store the primary key.
isClosed() - Method in interface fr.umlv.javaodb.PersistenceManager
Returns whenever the current manager is close or not.

N

newContext(PersistenceContext.Kind) - Method in interface fr.umlv.javaodb.PersistenceManager
Creates a thread local context or a nested context if a context already exists on the current thread.

P

PersistenceContext - Interface in fr.umlv.javaodb
Memory data structure attached to a thread that manages objects that are persistent.
PersistenceContext.Kind - Enum in fr.umlv.javaodb
The kind of peristence context.
PersistenceException - Exception in fr.umlv.javaodb
This exception is raised by the persistent manager or a persitence context.
PersistenceException(String, Throwable) - Constructor for exception fr.umlv.javaodb.PersistenceException
Creates an exception with a cause and a message.
PersistenceException(String) - Constructor for exception fr.umlv.javaodb.PersistenceException
Creates an exception with a cause and a message.
PersistenceException(Throwable) - Constructor for exception fr.umlv.javaodb.PersistenceException
Creates an exception with a cause and a message.
PersistenceManager - Interface in fr.umlv.javaodb
This class is used to store and retrieve objects by their type in the database.
PersistenceManagerFactory - Class in fr.umlv.javaodb
Helper class that provides the default persistent manager singleton.
Persistent - Annotation Type in fr.umlv.javaodb
Used to tag a class as persistent.

R

rollback() - Method in interface fr.umlv.javaodb.PersistenceContext
Discards all modificatiions on all objects states of the current context.
rollback() - Method in interface fr.umlv.javaodb.PersistenceManager
Convenient method for PersistenceContext.rollback() on the inner most thread-local context.
RollbackException - Exception in fr.umlv.javaodb
This exception is raised by a persistent context to indicate that the current context has been rollbacked.
RollbackException(String, Throwable) - Constructor for exception fr.umlv.javaodb.RollbackException
Creates an exception with a cause and a message.
RollbackException(String) - Constructor for exception fr.umlv.javaodb.RollbackException
Creates an exception with a cause and a message.
RollbackException(Throwable) - Constructor for exception fr.umlv.javaodb.RollbackException
Creates an exception with a cause and a message.

V

valueOf(String) - Static method in enum fr.umlv.javaodb.PersistenceContext.Kind
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.umlv.javaodb.PersistenceContext.Kind
Returns an array containing the constants of this enum type, in the order they are declared.

C D F G I N P R V

2006 - Université de Marne-la-Vallée