org.objectweb.jonas_ejb.container.jorm |
|
Java Source File Name | Type | Comment |
Coder.java | Interface | This interface specifies two methods to translate a PName into a PK or the
opposite action. |
Collection.java | Class | This class is a basic implementation of the java.util.Collection based on the
generic class implementation (GenClassImpl). |
CollectionElement.java | Class | This class is a specialization of the GenClassElement with an index to
distinguish the dupicated element. |
GenClassElement.java | Class | This class is a basic implementation of the PIndexedElem interface used by
the GenClassImpl class. |
GenClassImpl.java | Class | This class is a basic implementation of the PGenClassAccessor interface
usefull for the multivalued relation. |
GenClassListener.java | Interface | This interface is a listener over the actions which modify a GenClass. |
JEntityContext.java | Class | This class extends the JEntityContext of the JOnAS container in order to take
in consideration the fact that the container manages PName instances and not
primary keys. |
JormFactory.java | Class | This class is an extension of the JEntityFactory class. |
MapperManager.java | Class | This class manages Jorm mappers. |
MedorFactory.java | Class | This class does the initialisation of Medor and permits to access to the
query. |
PObject.java | Interface | This interface permits to fetch the PName of a jorm persistent object. |
PObjectHome.java | Interface | This interface permits to obtain an instance with its PName. |
RdbFactory.java | Class | |
Set.java | Class | This class is a basic implementation of the java.util.Set based on the
generic class implementation (GenClassImpl) and the Collection
implementation. |