QxOrm  1.2.3
C++ Object Relational Mapping library
QxOrm.h
Go to the documentation of this file.
00001 /****************************************************************************
00002 **
00003 ** http://www.qxorm.com/
00004 ** http://sourceforge.net/projects/qxorm/
00005 ** Original file by Lionel Marty
00006 **
00007 ** This file is part of the QxOrm library
00008 **
00009 ** This software is provided 'as-is', without any express or implied
00010 ** warranty. In no event will the authors be held liable for any
00011 ** damages arising from the use of this software.
00012 **
00013 ** GNU Lesser General Public License Usage
00014 ** This file must be used under the terms of the GNU Lesser
00015 ** General Public License version 2.1 as published by the Free Software
00016 ** Foundation and appearing in the file 'license.lgpl.txt' included in the
00017 ** packaging of this file.  Please review the following information to
00018 ** ensure the GNU Lesser General Public License version 2.1 requirements
00019 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
00020 **
00021 ** If you have questions regarding the use of this file, please contact :
00022 ** contact@qxorm.com
00023 **
00024 ****************************************************************************/
00025 
00026 #ifndef _QX_ORM_H_
00027 #define _QX_ORM_H_
00028 
00029 #ifdef _MSC_VER
00030 #pragma once
00031 #endif
00032 
00050 #include <QxPrecompiled.h>
00051 
00052 #include <QxCommon/QxConfig.h>
00053 #include <QxCommon/QxMacro.h>
00054 #include <QxCommon/QxHashValue.h>
00055 #include <QxCommon/QxBool.h>
00056 #include <QxCommon/QxCache.h>
00057 #include <QxCommon/QxPropertyBag.h>
00058 #include <QxCommon/QxSimpleCrypt.h>
00059 
00060 #include <QxMemLeak/bool_array.h>
00061 #include <QxMemLeak/class_level_lock.h>
00062 #include <QxMemLeak/cont_ptr_utils.h>
00063 #include <QxMemLeak/fast_mutex.h>
00064 #include <QxMemLeak/fixed_mem_pool.h>
00065 #include <QxMemLeak/mem_pool_base.h>
00066 #include <QxMemLeak/object_level_lock.h>
00067 #include <QxMemLeak/pctimer.h>
00068 #include <QxMemLeak/set_assign.h>
00069 #include <QxMemLeak/static_assert.h>
00070 #include <QxMemLeak/static_mem_pool.h>
00071 
00072 #include <QxCollection/IxCollection.h>
00073 #include <QxCollection/QxCollection.h>
00074 #include <QxCollection/QxCollectionIterator.h>
00075 #include <QxCollection/QxForeach.h>
00076 
00077 #include <QxSingleton/IxSingleton.h>
00078 #include <QxSingleton/QxSingleton.h>
00079 #include <QxSingleton/QxSingletonX.h>
00080 
00081 #include <QxFactory/IxFactory.h>
00082 #include <QxFactory/QxFactory.h>
00083 #include <QxFactory/QxFactoryX.h>
00084 
00085 #include <QxTraits/qx_traits.h>
00086 
00087 #include <QxDataMember/IxDataMember.h>
00088 #include <QxDataMember/IxDataMemberX.h>
00089 #include <QxDataMember/QxDataMember.h>
00090 #include <QxDataMember/QxDataMemberX.h>
00091 #include <QxDataMember/QxDataMember_QObject.h>
00092 
00093 #include <QxFunction/QxFunctionInclude.h>
00094 
00095 #include <QxXml/QxXmlReader.h>
00096 #include <QxXml/QxXmlWriter.h>
00097 #include <QxXml/QxXml.h>
00098 
00099 #include <QxDao/IxSqlQueryBuilder.h>
00100 #include <QxDao/QxSqlQueryBuilder.h>
00101 #include <QxDao/QxSqlQueryHelper.h>
00102 #include <QxDao/QxSqlQuery.h>
00103 #include <QxDao/QxSqlDatabase.h>
00104 #include <QxDao/IxSqlRelation.h>
00105 #include <QxDao/QxSqlRelation.h>
00106 #include <QxDao/QxSqlRelationParams.h>
00107 #include <QxDao/QxSqlRelation_ManyToMany.h>
00108 #include <QxDao/QxSqlRelation_ManyToOne.h>
00109 #include <QxDao/QxSqlRelation_OneToMany.h>
00110 #include <QxDao/QxSqlRelation_OneToOne.h>
00111 #include <QxDao/QxSqlRelation_RawData.h>
00112 #include <QxDao/QxDao.h>
00113 #include <QxDao/QxDao_Impl.h>
00114 #include <QxDao/QxDaoStrategy.h>
00115 #include <QxDao/QxDaoPointer.h>
00116 #include <QxDao/QxDao_IsDirty.h>
00117 #include <QxDao/QxSoftDelete.h>
00118 #include <QxDao/QxSqlError.h>
00119 #include <QxDao/QxSession.h>
00120 #include <QxDao/QxDateNeutral.h>
00121 #include <QxDao/QxTimeNeutral.h>
00122 #include <QxDao/QxDateTimeNeutral.h>
00123 #include <QxDao/IxPersistable.h>
00124 
00125 #include <QxDao/QxSqlElement/QxSqlElement.h>
00126 
00127 #include <QxDao/QxSqlGenerator/QxSqlGenerator.h>
00128 
00129 #include <QxDao/QxRepository/IxRepository.h>
00130 #include <QxDao/QxRepository/QxRepository.h>
00131 #include <QxDao/QxRepository/QxRepositoryX.h>
00132 
00133 #include <QxSerialize/QxSerialize.h>
00134 
00135 #include <QxCommon/QxStringCvt.h>
00136 #include <QxCommon/QxStringCvt_Impl.h>
00137 #include <QxCommon/QxStringCvt_Export.h>
00138 #include <QxCommon/QxAnyCastDynamic.h>
00139 
00140 #include <QxRegister/IxClass.h>
00141 #include <QxRegister/QxClass.h>
00142 #include <QxRegister/QxClassX.h>
00143 #include <QxRegister/QxClassName.h>
00144 #include <QxRegister/QxRegister.h>
00145 #include <QxRegister/QxRegisterInternalHelper.h>
00146 #include <QxRegister/IxTypeInfo.h>
00147 #include <QxRegister/QxRegisterQtProperty.h>
00148 
00149 #include <QxService/IxParameter.h>
00150 #include <QxService/IxService.h>
00151 #include <QxService/QxClientAsync.h>
00152 #include <QxService/QxConnect.h>
00153 #include <QxService/QxServer.h>
00154 #include <QxService/QxService.h>
00155 #include <QxService/QxThread.h>
00156 #include <QxService/QxThreadPool.h>
00157 #include <QxService/QxTools.h>
00158 #include <QxService/QxTransaction.h>
00159 
00160 #include <QxValidator/IxValidator.h>
00161 #include <QxValidator/IxValidatorX.h>
00162 #include <QxValidator/QxInvalidValue.h>
00163 #include <QxValidator/QxInvalidValueX.h>
00164 #include <QxValidator/QxValidator.h>
00165 #include <QxValidator/QxValidatorX.h>
00166 #include <QxValidator/QxValidatorError.h>
00167 #include <QxValidator/QxValidatorFct.h>
00168 
00169 #endif // _QX_ORM_H_