org.objectweb.speedo.mapper.lib |
Speedo: an implementation of JDO compliant personality on top of JORM generic
I/O sub-system.
Copyright (C) 2001-2004 France Telecom R&D
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Common components and tools of all mappers.
|
Java Source File Name | Type | Comment |
BasicJormFactory.java | Class | This class manages the initialization and the naming, of persistent class. |
ClassPropertiesManager.java | Class | |
CPMCacheClassPolicy.java | Class | |
CPMPrefetchOnExtent.java | Class | |
CPMPrefetchOnGenClass.java | Class | |
CPMPrefetchOnQuery.java | Class | |
CPMShareablePolicy.java | Class | |
CPMTransactionLockingLevel.java | Class | |
CPMUserCachePolicy.java | Class | |
DelegatePMapper.java | Class | This class is an implementation of the PMapper interface delegating all
method to another PMapper, except for the lookup method. |
JormStorageManager.java | Class | This class is an implementation of the StorageManager interface based on
Jorm.The single hypothesis concerns the architecture of the CacheEntry:
- the CacheEntry implements the PBinding interface
- the obj parameters implement StateItf and PAceessor. |
Object2JMIFileSerializer.java | Class | This class contains primitive to serialize and deserialize an Object into a
.jmi file. |
Object2StringSerializer.java | Class | This class contains primitive to serialize and deserialize an Object into a
java Stirng. |