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