CN106484792A - A kind of data power supply management method for Persistence Layer Framework and device - Google Patents

A kind of data power supply management method for Persistence Layer Framework and device Download PDF

Info

Publication number
CN106484792A
CN106484792A CN201610840183.7A CN201610840183A CN106484792A CN 106484792 A CN106484792 A CN 106484792A CN 201610840183 A CN201610840183 A CN 201610840183A CN 106484792 A CN106484792 A CN 106484792A
Authority
CN
China
Prior art keywords
data source
information
project
persistence layer
layer framework
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201610840183.7A
Other languages
Chinese (zh)
Other versions
CN106484792B (en
Inventor
王枫
周晓廷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Fenqile Network Technology Co Ltd
Original Assignee
Shenzhen Fenqile Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Fenqile Network Technology Co Ltd filed Critical Shenzhen Fenqile Network Technology Co Ltd
Priority to CN201610840183.7A priority Critical patent/CN106484792B/en
Publication of CN106484792A publication Critical patent/CN106484792A/en
Application granted granted Critical
Publication of CN106484792B publication Critical patent/CN106484792B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention discloses a kind of data power supply management method for Persistence Layer Framework and device, the method includes:After project in starting Persistence Layer Framework, the first data source is generated according to the target data source information determining;Described first data source is deposited to the setting operation table of described project, and database manipulation is carried out based on described first data source according to the operational order receiving;When the renewal receiving described target data source information is stated, obtain the source of new data information after updating and generate the second data source;Described second data source is deposited to described setting operation table, and database manipulation is carried out based on described second data source according to the operational order receiving.Using the method, the project accident that the change of corresponding data source causes in Persistence Layer Framework can be reduced when data source information changes, and ensure that the data source after change comes into force, in the project in real time thus improving Consumer's Experience.

Description

A kind of data power supply management method for Persistence Layer Framework and device
Technical field
The present embodiments relate to Computer Applied Technology field, more particularly, to a kind of data source for Persistence Layer Framework Management method and device.
Background technology
At present, in the database development to system item, the use to the Persistence Layer Framework of data access is more and more, Common Persistence Layer Framework such as MyBatis, Hibernate etc..MyBatis be a kind of support common SQL query, storing process and The outstanding Persistence Layer Framework of senior mapping, based on the developer that MyBatis framework is developed can save more to data Storehouse carries out the operating time increasing, deleting, change, looking into.
When project development is carried out based on MyBatis, in the corresponding configuration file of project, generally deposit required data Source information, then quotes corresponding data source according to data source information, and is operated based on this data source.General, It is usually present the situation that multiple projects are operated to same data source under MyBatis framework, now need this data source Data source information repeats in the configuration file be saved in disparity items, and projects are further according to the data in respective profiles afterwards Source information reference data source carries out associative operation.
For aforesaid operations, when the data source information in the corresponding configuration file of project changes, this data source information Corresponding data source also can change, but after only restarting project, the data source that project just can be quoted after change is carried out Operation is it is impossible to ensure that the data source after change comes into force in the project in real time;Meanwhile, if same data source information be saved in multiple In the configuration file of project, then when data source information changes, need to restart all this data source information that comprise Project, this process is easy to omit some projects, the situation that data source does not change, thus causing project accident.
Content of the invention
Embodiments provide a kind of data power supply management method for Persistence Layer Framework and device, number can be reduced The project accident causing according to source change, and ensure that the data source after change comes into force in the project in real time.
On the one hand, embodiments provide a kind of data power supply management method for Persistence Layer Framework, including:
After project in starting Persistence Layer Framework, the first data source is generated according to the target data source information determining;
Described first data source is deposited to the setting operation table of described project, and according to the operational order base receiving Carry out database manipulation in described first data source;
When the renewal receiving described target data source information is stated, obtain the source of new data information after updating and generate Second data source;
Described second data source is deposited to described setting operation table, and is based on according to the operational order receiving described Second data source carries out database manipulation.
On the other hand, embodiments provide a kind of data source managing device for Persistence Layer Framework, including:
First generation module, for after starting the project in Persistence Layer Framework, according to the target data source information determining Generate the first data source;
First operation module, for described first data source is deposited to the setting operation table of described project, and according to The operational order receiving carries out database manipulation based on described first data source;
Second generation module, during for stating when the renewal receiving described target data source information, obtains after updating Source of new data information simultaneously generates the second data source;
Second operation module, for depositing described second data source to described setting operation table, and according to receiving Operational order database manipulation is carried out based on described second data source.
A kind of data power supply management method for Persistence Layer Framework providing in the embodiment of the present invention and device, are opening first After project in dynamic Persistence Layer Framework, first data source is generated according to the target data source information determining, and according to receiving Operational order carries out database manipulation based on the first data source leaving in setting operation table;Then receiving described target During the renewal statement of data source information, obtain the source of new data information after updating and generate the second data source, simultaneously according to reception To operational order database manipulation is carried out based on the second data source leaving in setting operation table.Using the method, can When data source information changes reduce corresponding data source change in Persistence Layer Framework cause project accident, and ensure change after Data source come into force in real time in the project, thus improving Consumer's Experience.
Brief description
A kind of flow process of data power supply management method for Persistence Layer Framework that Fig. 1 provides for the embodiment of the present invention one is illustrated Figure;
A kind of flow process of data power supply management method for Persistence Layer Framework that Fig. 2 provides for the embodiment of the present invention two is illustrated Figure;
A kind of structural frames of data source managing device for Persistence Layer Framework that Fig. 3 provides for the embodiment of the present invention three Figure.
Specific embodiment
The present invention is described in further detail with reference to the accompanying drawings and examples.It is understood that this place is retouched The specific embodiment stated is used only for explaining the present invention, rather than limitation of the invention.It also should be noted that, in order to just Part related to the present invention rather than entire infrastructure is illustrate only in description, accompanying drawing.
Embodiment one
A kind of flow process of data power supply management method for Persistence Layer Framework that Fig. 1 provides for the embodiment of the present invention one is illustrated Scheme the situation it is adaptable to be managed when data source information changes, the method to the data source needed for project in Persistence Layer Framework Can be by the data source managing device execution for Persistence Layer Framework, wherein this device can be realized by software and/or hardware, as A part for Persistence Layer Framework is integrated in the development platform at Persistence Layer Framework place.
As shown in figure 1, a kind of data power supply management method for Persistence Layer Framework that the embodiment of the present invention one provides, including Following operation:
After S101, the project in starting Persistence Layer Framework, the first data is generated according to the target data source information determining Source.
In the present embodiment, for the project of exploitation in Persistence Layer Framework, after startup project, need to quote institute The data source needing just can carry out the operation of correlation, general, can generate correlation based on corresponding data source configuration information Data source.Described target data source information specifically can be regarded as the data source configuration information for generating project desired data source, Wherein, described target data source information specifically can be entered edlin by technical staff based on corresponding form and obtain, and can be only fitted to In the configuration file corresponding with project, can also configure in specified file, call in order in project development process.
The present embodiment preferably deposits in described target data source information in the file specified, and is starting Persistence Layer Framework After project in layer, the data source configuration information in desired data source of can identifying project from specified file is as target data Source information, and based on the data source needed for described target data source information generating item mesh, the present embodiment remembers that this data source is first Data source.
S102, described first data source is deposited to the setting operation table of described project, and according to the operation receiving Instruction carries out database manipulation based on described first data source.
In the present embodiment, the corresponding setting of described project is specifically deposited in based on the first data source that step S101 generates In operation table, just the related data base behaviour of project is carried out based on described first data source when receiving the operational order of user Make.
Further, described database manipulation includes:The renewal operation of data and inquiry operation;Described renewal operates bag Include:Increase operation, deletion action and/or modification operation.
In the present embodiment, the operating characteristic based on Persistence Layer Framework, can be to project requisite number in Persistence Layer Framework Carry out database manipulation according to source, described database manipulation includes renewal operation and the inquiry operation of data, i.e. can be to data source In data carry out the operation that increases, delete, change and inquire about.
S103, when receive described target data source information renewal state when, obtain update after source of new data information And generate the second data source.
General, target data source information corresponding with project there may exist change, when described target data source information When changing, also can be changed based on the data source that target data source information generates.
In the present embodiment, described target data source information is stored preferably in the file specified, described target data Source information changes, and is equivalent to and is stored in data source configuration information corresponding with project under the file specified and there occurs change, Now the target data source information after changing can be referred to as source of new data information, the project in Persistence Layer Framework is permissible simultaneously Receive the renewal statement of described target data source information.
In the present embodiment, when the project in Persistence Layer Framework receives the renewal statement of corresponding target data source information When, the source of new data information being formed after can obtaining described target data source information updating from specified file is afterwards, permissible Corresponding second data source is generated based on described source of new data information.
S104, described second data source is deposited to described setting operation table, and according to the operational order base receiving Carry out database manipulation in described second data source.
In the present embodiment, the second data source generating based on step S103 is also stored in setting operation table accordingly In, and after the second data source stores setting operation table, when receiving the operational order of user, can be based on described the Two data sources carry out database manipulation.
In the present embodiment, not only store the first data source in this setting operation table, also stored for the second data source.Need It is noted that during the second data source is generated based on source of new data information, and described second data source is being deposited Before to described setting operation table, if receiving the operational order of user's transmission, remain a need for entering based on the first data source Row operation, only after the second data source stores to setting operation table, could be based on the second number according to the operational order receiving Carry out database manipulation according to source.
Further, it should be noted that after the second data source stores to setting operation table, if there is being currently in use The service processes that one data source is operated, then be still based on the first data source and carry out operation until operation completes.
A kind of data power supply management method for Persistence Layer Framework that the embodiment of the present invention one provides, is starting persistently first After project in layer framework, the first data source is generated according to the target data source information determining, and is referred to according to the operation receiving Order carries out database manipulation based on the first data source leaving in setting operation table;Then receiving described target data source During the renewal statement of information, obtain the source of new data information after updating and generate the second data source, simultaneously according to the behaviour receiving Instruct the second data source based on leaving in setting operation table and carry out database manipulation.Using the method, can be in data Reduce the project accident that the change of corresponding data source causes in Persistence Layer Framework during source information change, and ensure the data after changing Come into force in the project in real time in source, thus improving Consumer's Experience.
Embodiment two
A kind of flow process of data power supply management method for Persistence Layer Framework that Fig. 2 provides for the embodiment of the present invention two is illustrated Figure.It is optimized based on the embodiment of the present invention two above-described embodiment, in the present embodiment, also include:Obtain user configured Data source information, and deposit to the information configuration file setting;Described persistent layer frame is determined in described information configuration file Target data source information needed for project in frame.
Further, also include:When the target data source information in described information configuration file changes, to described Project sends the renewal statement of described target data source information.
As shown in Fig. 2 a kind of data power supply management method for Persistence Layer Framework that the embodiment of the present invention two provides, specifically Operate including following:
S201, the user configured data source configuration information of acquisition, and deposit to the information configuration file setting.
In the present embodiment, the data source information needed for projects in Persistence Layer Framework can be managed collectively, i.e. No longer the data source configuration information needed for project is deposited respectively to configuration file corresponding with project, but obtain user and join The all data source configuration informations put, and the unification of all of data source configuration information is stored in the information configuration file of setting In, thus reduce the management cost of data source information it is to be understood that after project initiation in Persistence Layer Framework, permissible From described information configuration file, directly obtain required data source configuration information (target data source information).
S202, determine in described information configuration file needed for project in described Persistence Layer Framework target data source letter Breath.
In the present embodiment, based on step S201, acquired data source configuration information is deposited to information configuration file Afterwards, the target data source information needed for project in Persistence Layer Framework can be determined in information configuration file.It is understood that Same data source configuration information in described information configuration file can be defined as corresponding to by the multiple projects in Persistence Layer Framework Target data source information.Compared with the existing methods, data source configuration information need not be individually positioned in that project is corresponding to join Put in file it is achieved that the unified management of data source information and distribution.
After S203, the project in starting Persistence Layer Framework, the first data is generated according to the target data source information determining Source.
Exemplary, after project initiation, the first data can be generated according to the target data source determining in step S202 Source.
S204, described first data source is deposited to the setting operation table of described project, and according to the operation receiving Instruction carries out database manipulation based on described first data source.
S205, when the target data source information in described information configuration file changes, to described project send institute State the renewal statement of target data source information.
In the present embodiment, user can enter edlin to the data source configuration information being stored in information configuration file and repair Change, if being modified to the target data source information in described information configuration file, being equivalent to target data source information and sending out Give birth to change, now needed to send the renewal statement of described target data source information to described project.It should be noted that now Only change statement can be sent to the project of startup optimization in Persistence Layer Framework.
S206, when receive described target data source information renewal state when, obtain update after source of new data information And generate the second data source.
Exemplary, the project in Persistence Layer Framework can receive the change statement of target data source information, also simultaneously The source of new data information being formed after target data source information change in information configuration file can be obtained, and believed according to source of new data Breath generates the second data source.
S207, described second data source is deposited to described setting operation table, and according to the operational order base receiving Carry out database manipulation in described second data source.
Exemplary, when receiving the operational order of user's transmission, line number can be entered according to the second data source generating According to storehouse operation.
In the present embodiment, to the data depositing in data source in setting data table (the first data source or the second data source) Storehouse operation is based primarily upon received operational order and carries out, and described operational order master, based on the code building edited by user, has Body, the present embodiment can be analyzed to the code of described operational order, to determine that what described operational order represented specifically will Ask, when the specific requirement determining described operational order is to update operation, can be by the data source generating (the first data source or the Two data sources) it is dispatched in the data renewal storehouse of setting, it is updated operating in order to preferably data;When the described operation of determination When the specific requirement of instruction is inquiry operation, the data source (the first data source or the second data source) generating can be dispatched to and set In fixed data query storehouse, in order to preferably inquiry operation be carried out to described data source.
Furthermore, it is necessary to explanation, in depositing described second data source to setting operation table, based on the second data source After carrying out database manipulation, the first data source deposited can be abandoned, to save setting operation in setting operation table The memory space of table.
One kind that the embodiment of the present invention two provides is used for Persistence Layer Framework, can not only reduce when data source information changes The project accident that the change of corresponding data source causes in Persistence Layer Framework is it is ensured that the data source after change is given birth in the project in real time Effect;The unified management to the data source information in project desired data source in Persistence Layer Framework can also be realized, reduce message tube Reason cost, effectively improves Consumer's Experience.
Embodiment three
A kind of structural frames of data source managing device for Persistence Layer Framework that Fig. 3 provides for the embodiment of the present invention three Figure.Be applied to data source information change when situation that the data source needed for project Persistence Layer Framework is managed, wherein should Device can be realized by software and/or hardware, and the part as Persistence Layer Framework is integrated in the exploitation at Persistence Layer Framework place and puts down In platform.As shown in figure 3, this device includes:Data source generation module 31, data source operation module 32.
Wherein, data source generation module 31, for after starting the project in Persistence Layer Framework, according to the number of targets determining Generate the first data source according to source information;Or, during for stating when the renewal receiving described target data source information, obtain more Source of new data information after new simultaneously generates the second data source.
Data source operation module 32, for described first data source is deposited to the setting operation table of described project, and Database manipulation is carried out based on described first data source according to the operational order receiving;Or, described second data source is deposited Put to described setting operation table, and database manipulation is carried out based on described second data source according to the operational order receiving.
In the present embodiment, this device first passes through project in starting Persistence Layer Framework for the data source generation module 31 Afterwards, the first data source is generated according to the target data source information determining;Then pass through data source operation module 32 by described first Data source is deposited to the setting operation table of described project, and is entered based on described first data source according to the operational order receiving Row database manipulation;Afterwards, by data source generation module 31 when the renewal receiving described target data source information is stated, Obtain the source of new data information after updating and generate the second data source;Eventually through data source operation module 32, described second is counted Deposit to described setting operation table according to source, and data base is carried out based on described second data source according to the operational order receiving Operation.
A kind of data source managing device for Persistence Layer Framework that the embodiment of the present invention three provides, can believe in data source The project accident reducing the change initiation in Persistence Layer Framework of corresponding data source during breath change is it is ensured that the data source after change is in item Come into force in real time in mesh, effectively improve Consumer's Experience.
Further, this device also includes:
Information storage module 33, for obtaining user configured data source configuration information, and deposits and joins to the information setting Put in file;
Information determination module 34, for determining needed for project in described Persistence Layer Framework in described information configuration file Target data source information.
Further, this device also includes:
Statement sending module 35, for when the target data source information in described information configuration file changes, to Described project sends the renewal statement of described target data source information.
Further, described database manipulation includes:The renewal operation of data and inquiry operation;Described renewal operates bag Include:Increase operation, deletion action and/or modification operation.
Note, above are only presently preferred embodiments of the present invention and institute's application technology principle.It will be appreciated by those skilled in the art that The invention is not restricted to specific embodiment described here, can carry out for a person skilled in the art various obvious changes, Readjust and substitute without departing from protection scope of the present invention.Therefore although being carried out to the present invention by above example It is described in further detail, but the present invention is not limited only to above example, without departing from the inventive concept, also Other Equivalent embodiments more can be included, and the scope of the present invention is determined by scope of the appended claims.

Claims (8)

1. a kind of data power supply management method for Persistence Layer Framework is it is characterised in that include:
After project in starting Persistence Layer Framework, the first data source is generated according to the target data source information determining;
Described first data source is deposited to the setting operation table of described project, and institute is based on according to the operational order receiving State the first data source and carry out database manipulation;
When the renewal receiving described target data source information is stated, obtain the source of new data information after updating and generate second Data source;
Described second data source is deposited to described setting operation table, and is based on described second according to the operational order receiving Data source carries out database manipulation.
2. method according to claim 1 is it is characterised in that also include:
Obtain user configured data source configuration information, and deposit to the information configuration file setting;
The target data source information needed for project in described Persistence Layer Framework is determined in described information configuration file.
3. method according to claim 2 is it is characterised in that also include:
When the target data source information in described information configuration file changes, send described target data to described project The renewal statement of source information.
4. according to the arbitrary described method of claim 1-3 it is characterised in that described database manipulation includes:The renewal of data Operation and inquiry operation;
Described renewal operates inclusion:Increase operation, deletion action and/or modification operation.
5. a kind of data source managing device for Persistence Layer Framework is it is characterised in that include:
Data source generation module, for after starting the project in Persistence Layer Framework, according to the target data source information life determining Become the first data source;Or, during for stating when the renewal receiving described target data source information, obtain new after updating Data source information simultaneously generates the second data source.
Data source operation module, for depositing described first data source to the setting operation table of described project, and according to connecing The operational order receiving carries out database manipulation based on described first data source;Or, described second data source is deposited to institute State in setting operation table, and database manipulation is carried out based on described second data source according to the operational order receiving.
6. device according to claim 5 is it is characterised in that also include:
Information storage module, for obtaining user configured data source configuration information, and deposits to the information configuration file setting In;
Information determination module, for determining the number of targets needed for project in described Persistence Layer Framework in described information configuration file According to source information.
7. device according to claim 6 is it is characterised in that also include:
Statement sending module, for when the target data source information in described information configuration file changes, to described item Mesh sends the renewal statement of described target data source information.
8. according to the arbitrary described device of claim 5-7 it is characterised in that described database manipulation includes:The renewal of data Operation and inquiry operation;
Described renewal operates inclusion:Increase operation, deletion action and/or modification operation.
CN201610840183.7A 2016-09-22 2016-09-22 A kind of data power supply management method and device for Persistence Layer Framework Active CN106484792B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610840183.7A CN106484792B (en) 2016-09-22 2016-09-22 A kind of data power supply management method and device for Persistence Layer Framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610840183.7A CN106484792B (en) 2016-09-22 2016-09-22 A kind of data power supply management method and device for Persistence Layer Framework

Publications (2)

Publication Number Publication Date
CN106484792A true CN106484792A (en) 2017-03-08
CN106484792B CN106484792B (en) 2019-09-10

Family

ID=58267610

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610840183.7A Active CN106484792B (en) 2016-09-22 2016-09-22 A kind of data power supply management method and device for Persistence Layer Framework

Country Status (1)

Country Link
CN (1) CN106484792B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107800780A (en) * 2017-10-10 2018-03-13 深圳乐信软件技术有限公司 data service method, device, storage medium and computer equipment
CN111047434A (en) * 2019-12-16 2020-04-21 深圳市随手信科科技有限公司 Operation record generation method and device, computer equipment and storage medium
CN112068882A (en) * 2020-09-07 2020-12-11 广东电力信息科技有限公司 Data processing method and device based on mixed persistence framework

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090083330A1 (en) * 2007-09-25 2009-03-26 Oracle International Corporation Population selection framework, systems and methods
CN102567493A (en) * 2011-12-22 2012-07-11 深圳市同洲视讯传媒有限公司 Data report system and report generation method with dynamic data source
CN103019660A (en) * 2011-09-20 2013-04-03 佳都新太科技股份有限公司 Realization of web application data source delay binding
CN104503751A (en) * 2014-12-16 2015-04-08 深圳中兴网信科技有限公司 SOA-based data source switching method and system
CN105335472A (en) * 2015-09-30 2016-02-17 北京京东尚科信息技术有限公司 Method and device for updating configuration list of data query engine

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090083330A1 (en) * 2007-09-25 2009-03-26 Oracle International Corporation Population selection framework, systems and methods
CN103019660A (en) * 2011-09-20 2013-04-03 佳都新太科技股份有限公司 Realization of web application data source delay binding
CN102567493A (en) * 2011-12-22 2012-07-11 深圳市同洲视讯传媒有限公司 Data report system and report generation method with dynamic data source
CN104503751A (en) * 2014-12-16 2015-04-08 深圳中兴网信科技有限公司 SOA-based data source switching method and system
CN105335472A (en) * 2015-09-30 2016-02-17 北京京东尚科信息技术有限公司 Method and device for updating configuration list of data query engine

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107800780A (en) * 2017-10-10 2018-03-13 深圳乐信软件技术有限公司 data service method, device, storage medium and computer equipment
CN107800780B (en) * 2017-10-10 2020-09-08 深圳乐信软件技术有限公司 Data service method, device, storage medium and computer equipment
CN111047434A (en) * 2019-12-16 2020-04-21 深圳市随手信科科技有限公司 Operation record generation method and device, computer equipment and storage medium
CN111047434B (en) * 2019-12-16 2023-10-03 深圳市卡牛科技有限公司 Operation record generation method and device, computer equipment and storage medium
CN112068882A (en) * 2020-09-07 2020-12-11 广东电力信息科技有限公司 Data processing method and device based on mixed persistence framework

Also Published As

Publication number Publication date
CN106484792B (en) 2019-09-10

Similar Documents

Publication Publication Date Title
US20180365614A1 (en) Dynamic directed graph workflows
US8458166B2 (en) Dynamic context definitions in distributed databases
US20140156632A1 (en) System-wide query optimization
CN105531688B (en) The service of resource as other services is provided
CN102831139A (en) Co-range partition for query plan optimization and data-parallel programming model
CN108829746B (en) Main data management system and device based on memory database
US8856250B2 (en) Community notification based on profile update
CN102255752A (en) Configuration management system and method of server cluster
CN106802932A (en) A kind of method for routing of database, device and Database Systems
CN104636286A (en) Data access method and equipment
US20230085750A1 (en) Code generator platform for data transformation
CN106484792A (en) A kind of data power supply management method for Persistence Layer Framework and device
CN113836024B (en) Configuration-driven flow multiplexing AB test method and system
CN104850627A (en) Method and apparatus for performing paging display
WO2017088666A1 (en) Data storage method and coordinator node
US20090171996A1 (en) Associative object model for composite entity information
CA3034826C (en) Table-per-partition
WO2018133699A1 (en) Service object reservation system, method and apparatus
US8880561B2 (en) Computer system and computerized method for storing business objects and business mapping data
CN104239412A (en) Application-to-repository data mapping in data repositories, and related methods, systems, and computer-readable media
CN104901998A (en) Integrated cloud service monitoring method
CN104025087A (en) Method and system for data filing systems
CN106920057B (en) Material management method and system
WO2019062156A1 (en) Storage procedure executing method and device, and storage medium
CN105550342A (en) Data processing method of completely-transparent distributed database

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant