CN109725953A - A kind of data interconnection method and system based on Java reflection technology - Google Patents

A kind of data interconnection method and system based on Java reflection technology Download PDF

Info

Publication number
CN109725953A
CN109725953A CN201811511515.2A CN201811511515A CN109725953A CN 109725953 A CN109725953 A CN 109725953A CN 201811511515 A CN201811511515 A CN 201811511515A CN 109725953 A CN109725953 A CN 109725953A
Authority
CN
China
Prior art keywords
data
data field
field
mapping relations
reflection technology
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.)
Pending
Application number
CN201811511515.2A
Other languages
Chinese (zh)
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.)
Shandong Inspur Genersoft Information Technology Co Ltd
Original Assignee
Shandong Inspur Genersoft Information 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 Shandong Inspur Genersoft Information Technology Co Ltd filed Critical Shandong Inspur Genersoft Information Technology Co Ltd
Priority to CN201811511515.2A priority Critical patent/CN109725953A/en
Publication of CN109725953A publication Critical patent/CN109725953A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a kind of data interconnection methods and system based on Java reflection technology, belong to field of computer technology, the technical problem to be solved in the present invention is how to carry out relationship map and reflection biography value to the field for participating in data docking between multiple systems, improve the versatility of program, ease for use and scalability, the technical solution of use are as follows: the data interconnection method based on Java reflection technology, this method is to establish the data field mapping relations of associate field in two and more than two relatively independent systems, and mapping relations are saved in database table, the mapping relations of the data field configured in database are inquired by writing SQL, it obtains sending data field and receives data field, pass through the transmission data acquisition system in inquiry system again, obtain the data type and value of a certain data field, turned by formatting It changes, data type conversion and Java reflection technology, realizes the transfer and conversion of data.The invention also discloses the data docking systems based on Java reflection technology.

Description

A kind of data interconnection method and system based on Java reflection technology
Technical field
The present invention relates to field of computer technology, specifically a kind of data interconnection method based on Java reflection technology And system.
Background technique
Java reflection mechanism is, for any one entity class, can to know all of this class in operating status Attribute and method;For any one object, its any means and attribute can be called;This dynamic acquisition information and The function of dynamic call object method is known as the reflection mechanism of java language.
Java reflects (radiation) mechanism: " when program is run, reprogramming structure or types of variables, this language being allowed to claim For dynamic language ".From this point of view, Perl, Python, Ruby are dynamic languages, and C++, Java, C# is not dynamic language. But JAVA has dynamical correlation mechanism very outstanding: Reflection, refers to that we can be with Java Totally unknown classes during loading when operation, find out, use compiling.In other words, java applet can load one The class that title is just learnt when operation learns its complete construction (but not including methods definition), and generate its object entity, Or value is set to its fields or arouses its methods.
In software systems, the exchange of data is often carried out between different business systems, is shared, this relates to data Docking.Traditional method is that data import root according to data derived from data export side, and two are fixed in software program is Data map field between system, by the way of hard coded, to realize data from a system to the stream of another system Turn.But this method have the shortcomings that one it is obvious, that is, poor expandability needs to increase when user demand changes Or when deleting certain data fields, only way can only modify program, then be realized by way of patch upgrading, can not Accomplish on-demand, greatly limits the versatility, ease for use and scalability of program.How therefore number is participated between multiple systems Relationship map and reflection biography value are carried out according to the field of docking, the versatility, ease for use and scalability of program is improved, eliminates tradition side It is technical problem urgently to be solved in currently available technology that method is not flexible, is not easy to the defect of later maintenance.
Patent No. CN106202455A disclose it is a kind of realize conglomerate data switching inquiry data query system and Method is crawled for the keyword of domestic monitored target in external major website, and the initial data that acquisition is come stores It in ElasticSearch database and is cleaned, processed valid data is then docked to MySQL database again In, the field needed according to system is stored into middle table, finally data lattice required for the modules further according to this system Formula, the data in middle table are for statistical analysis, final result is stored in the final table in the library MySQL, and by more The mode for switching displaying between industry is shown data information.But the technical solution not can solve and join between multiple systems The problem of field docked with data carries out relationship map and reflection biography value, improves the versatility, ease for use and scalability of program.
Summary of the invention
Technical assignment of the invention is to provide a kind of data interconnection method and system based on Java reflection technology, to solve How between multiple systems participate in data docking field carry out relationship map and reflection biography value, improve program versatility, Ease for use and scalability, elimination conventional method is not flexible, is not easy to the problem of later maintenance.
Technical assignment of the invention realizes in the following manner, a kind of data docking side based on Java reflection technology Method, this method are to establish the data field mapping relations of associate field in two and more than two relatively independent systems, and incite somebody to action Mapping relations are saved in database table, and the mapping relations of the data field configured in database are inquired by writing SQL, are obtained To transmission data field and data field is received, then by the transmission data acquisition system in inquiry system, obtains a certain data field Data type and value, by formatting conversion, data type conversion and Java reflection technology, to persistent layer database object Data processing is carried out, realizes the transfer and conversion of data.
Preferably, this method specifically comprises the following steps:
S1, the mapping relations for configuring in the database and establishing different data among systems fields form data field and reflect Penetrate relation table;
S2, processing is formatted using format converting module to the data field for participating in data docking, to meet Getter and setter method call;
S3, automatic identification is carried out to data field according to the data type of different data field and carries out automatic format turn It changes;
The value for sending data field is passed to reception data field using Java reflection technology by S4, system, completes data Docking.
More preferably, the content of data field includes receiving data field, receiving Data field names, hair in the step S1 Data field is sent, Data field names is sent, sends data field version, start field remark information, receive data field version Sheet and reception data field remark information.
More preferably, the side configured for establishing the quantity of the data field of mapping relations using elasticity in the step S1 Formula increases or decreases data field with SQL statement in the database on demand, and it is not necessary to modify programs, stands after increasing and decreasing data field It comes into force, without restarting.
More preferably, format converting module is the formatting write using getter and setter method in the step S2 Tool.
More preferably, carrying out automatic identification to data type in the step S3 is passed using Java reflection technology Dynamic Recognition The data type entered.
More preferably, specific step is as follows for data docking in the step S4:
(1), it is taken out from the data field mapping table of configuration and receives data field and transmission data field;
(2), the value that data field carries will be sent using Java reflection technology to be automatically transferred to receive data field, automatically It completes data interaction and shifts and existing exception is handled.
A kind of data docking system based on Java reflection technology, the system include,
Mapping relations module, the data word for being established between two and more than two relative independent systems in the database Section mapping relations when realizing multisystem data interaction, according to configuration automatic mapping data, are established without being fixed in a program The data field of mapping relations, and the data field for establishing mapping relations is increased on demand or is reduced using elasticity configuration Data map field, without modifying program, while additions and deletions data field comes into force, and without restarting application server, improves Ease for use and service efficiency, it is ensured that being capable of fast initialization Data Representation layer and Data Persistence Layer object;
Format conversion module, for the data field got from database is converted to can carry out getter or The format of setter method operation;
Data type processing module, for the data field according to the data type in system to system in mapping table Carry out data type processing, it is ensured that provide accurate data type when carrying out data docking, reduce the generation of abnormal conditions;
Data reflect processing module, for the mapping relations of the data field according to configuration in the database, in system Data type and numerical value on the basis of, establishing another of mapping relations by the way that value is given system using Java reflection technology is Database in system, to complete the interaction and transfer of data.
Preferably, the mapping relations module is by mapping relations configuration in database, system is carrying out data interaction When, the configured mapping relations of data base querying developer are first gone, system determines the number for participating in interaction according to query result According to.
Data interconnection method and system based on Java reflection technology of the invention has the advantage that
(1), the present invention carries out relationship map and reflection biography value, solution to the field for participating in data docking between multiple systems Conventional method of having determined is not flexible, is not easy to the problem of later maintenance, when being particularly suitable for the docking of multisystem data, data interaction field In the more or biggish application scenarios of field variability, software product is made to be more in line with the requirement of user through the invention, Accomplish on-demand to a certain extent;
(2), the problem not high the invention avoids conventional method bring scalability, the not data word between homologous ray Section mapping relations are stored in relevant database, rather than fixed implantation is in a program, thus realize map field with It needs to modify, is inserted into or deletes SQL statement as long as executing in the database, can realize changing for data docking content at once Become, it is not necessary to modify program, without issuing patch, without restarting application server, improve ease for use and service efficiency;
(3), for the present invention according to practical business demand, user can increase the data field for establishing mapping relations at any time Quantity can delete the data field for establishing mapping relations individually, achieve the purpose that become with needing, it is ensured that system use flexibly, Convenient for later maintenance management;
(4), the present invention can fast initialization Data Representation layer and Data Persistence Layer object, for aobvious in presentation layer It is abnormal to avoid the occurrence of NULL value etc. for the VO value object fast initialization of registration evidence;The common Java object of POJO is initialized, It prepares for data persistence.
The features such as design is rationally, structure is simple, easy to process, small in size, easy to use, multi-purpose content, thus, have very Good popularizing value.
Detailed description of the invention
The following further describes the present invention with reference to the drawings.
Attached drawing 1 is the flow diagram of the data interconnection method based on Java reflection technology;
Attached drawing 2 is the structural block diagram that the data docking system based on Java reflection technology is given;
Attached drawing 3 is to establish mapping relations schematic diagram in embodiment 3;
Attached drawing 4 is the schematic diagram of data field format conversion in embodiment 3;
Attached drawing 5 is data type processing schematic in embodiment 3.
Specific embodiment
Referring to Figure of description and specific embodiment to a kind of data docking side based on Java reflection technology of the invention Method and system are described in detail below.
Embodiment 1:
As shown in Fig. 1, the data interconnection method of the invention based on Java reflection technology, this method be establish two and The data field mapping relations of associate field in more than two relatively independent systems, and mapping relations are saved in database table In, the mapping relations of the data field configured in database are inquired by writing SQL, are obtained sending data field and are received number According to field, then by the transmission data acquisition system in inquiry system, the data type and value of a certain data field is obtained, format is passed through Change conversion, data type conversion and Java reflection technology, data processing carried out to persistent layer database object, realize data by Transfer and conversion of one system to another system;Specifically comprise the following steps:
S1, the mapping relations for configuring in the database and establishing different data among systems fields form data field and reflect Penetrate relation table;It is as shown in the table:
Data dock field mapping table (SJDJ_ZDDZGX)
Field number Field name Field type Explanation
SJDJ_ZDDZGX_ZDBH Field number VARchar(32) It is essential, major key
SJDJ_ZDDZGX_VERSION Version information VARchar(32) Optionally
SJDJ_ZDDZGX_FSSJZD Send data field VARchar(32) It is essential
SJDJ_ZDDZGX_FSSJLX Send data type VARchar(32) Optionally
SJDJ_ZDDZGX_FSZDMC Send Data field names VARchar(32) Optionally
SJDJ_ZDDZGX_JSSJZD Receive data field VARchar(32) It is essential
SJDJ_ZDDZGX_JSSJLX Receive data type VARchar(32) Optionally
SJDJ_ZDDZGX_JSZDMC Receive Data field names VARchar(32) Optionally
SJDJ_ZDDZGX_NOTE Remarks VARchar(64) Optionally
This table is the table structure information that multisystem data dock attribute field mapping table, in practical applications, exploitation Personnel can be according to specific service design database table to meet the needs of different, to realize the data pair proposed in the present invention Connect method.
The content of data field includes receiving data field, receiving Data field names, send data field, send data Field name sends data field version, starts field remark information, reception data field version and reception data field standby Infuse information.For establish mapping relations data field quantity using elasticity configuration by the way of, use in the database on demand SQL statement increases or decreases data field, and it is not necessary to modify programs, comes into force after increasing and decreasing data field, without restarting.
For the system relatively independent for two, they may have the attribute element of identical services meaning, but system Inside is not then identical to the field that each service attribute is presented, and to the interaction of progress data between two systems, then must look for To a centre bridge to identify the data between two systems, the configuration of mapping relations is mainly exactly to solve this to ask Topic.The determination of mapping relations has a lot of kinds of methods, and common such as hard coded method is exactly the fixed mapping pass directly in program System, but it is not easy to the extension of program in this way, if there is newly-increased data field, then program code can only be modified, this is extremely unfavorable In the normal operation and use of system.Therefore, the present invention avoids this problem by the way of database configuration, and mapping is closed System's configuration in database, first go the configured mapping relations of data base querying developer when carrying out data interaction, be by system System determines the data for participating in interaction according to query result.Due to being that in the database, can flexibly use SQL statement Increase or modify data interaction field, and modify result to come into force in the case where not restarting system server, this is What hard coded did not had, in the case of hard coded, to increase or modifying interaction fields, program code can only be modified and it is necessary to Restarting system server can just come into force, and in practical applications, this is not easy to use very much.
S2, processing is formatted using format converting module to the data field for participating in data docking, to meet Getter and setter method call;Format converting module is the format chemical industry write using getter and setter method Tool.
In Java exploitation, the Naming conventions of variable follow " hump method ", i.e., in addition to the initial small letter of first word, The initial of his word will be capitalized.However the name of database column is usually all capitalization.Therefore it needs to carry out format to turn It changes, the database column field got from database is converted to the format that can carry out the operation of getter or setter method.
S3, automatic identification is carried out to data field according to the data type of different data field and carries out automatic format turn It changes;Carrying out automatic identification to data type is the data type being passed to using Java reflection technology Dynamic Recognition.
Common data type includes basic data type and reference data type in Java exploitation, not between homologous ray into When row data are docked, it may relate to many data types, it is contemplated that the scalability of program, code reusability and code are whole It is clean, it is used herein as the incoming data type of reflection technology Dynamic Recognition.
Data type conversion algorithm process class is write according to actual demand, when handling data with reflection technology, data Type accurately whether it is most important, the present invention sets about from common basic data type and reference data type, establishes data The algorithmic tool class of type conversion, in practical application, can be modified according to specific needs.
The value for sending data field is passed to reception data field using Java reflection technology by S4, system, completes data Docking;Specific step is as follows for data docking:
(1), it is taken out from the data field mapping table of configuration and receives data field and transmission data field;
(2), the value that data field carries will be sent using Java reflection technology to be automatically transferred to receive data field, automatically It completes data interaction and shifts and existing exception is handled.
Embodiment 2:
Data docking system based on Java reflection technology of the invention, the system include,
Mapping relations module, the data word for being established between two and more than two relative independent systems in the database Section mapping relations when realizing multisystem data interaction, according to configuration automatic mapping data, are established without being fixed in a program The data field of mapping relations, and the data field for establishing mapping relations is increased on demand or is reduced using elasticity configuration Data map field, without modifying program, while additions and deletions data field comes into force, and without restarting application server, improves Ease for use and service efficiency, it is ensured that being capable of fast initialization Data Representation layer and Data Persistence Layer object;Mapping relations mould Block is to configure mapping relations in database, and system first goes data base querying developer to configure when carrying out data interaction Mapping relations, system determined according to query result participate in interaction data.
Format conversion module, for the data field got from database is converted to can carry out getter or The format of setter method operation;
Data type processing module, for the data field according to the data type in system to system in mapping table Carry out data type processing, it is ensured that provide accurate data type when carrying out data docking, reduce the generation of abnormal conditions;
Data reflect processing module, for the mapping relations of the data field according to configuration in the database, in system Data type and numerical value on the basis of, establishing another of mapping relations by the way that value is given system using Java reflection technology is Database in system, to complete the interaction and transfer of data.
Embodiment 3:
By taking system A and system B as an example, establish the mapping table of system A and system B associate field, by write SQL come The mapping relations configured in inquiry database are obtained having transmission data field and be received in data field, then inquiry system A Send data acquisition system, to obtain the data type and value of a certain data field, by format conversion, data type processing with And reflective operation, complete transfer of the data from system A to system B;Specific step is as follows:
(1), the mapping relations of data field between system A and system B as shown in Fig. 3, are established, data field is formed and reflects Penetrate relation table;
(2), as shown in Fig. 4, control is formatted to the map field in database, establishes lattice according to the actual situation The Formatting Facility of formula conversion, thus compiling form conversion module, the data of input are automatically converted to by format converting module is The format of getter or setter method operation can be carried out required for system reflection;Partial key code is as follows:
(3), as shown in Fig. 5, when in the data flow system B in system A, according to the data type pair in system A The field of system B is handled in mapping table, is provided accurate data type for subsequent assignment operation, is reduced abnormal Occur;Partial key code is as follows:
(4), as the data flow system B in system A, according to mapping relations of the configuration in database table, with system A In data type and numerical value on the basis of, value is assigned to the data field in system B by reflecting, to complete the interaction of data And transfer;Partial key code is as follows:
Finally, it should be noted that the above embodiments are only used to illustrate the technical solution of the present invention., rather than its limitations;To the greatest extent Pipe present invention has been described in detail with reference to the aforementioned embodiments, those skilled in the art should understand that: its according to So be possible to modify the technical solutions described in the foregoing embodiments, or to some or all of the technical features into Row equivalent replacement;And these are modified or replaceed, various embodiments of the present invention technology that it does not separate the essence of the corresponding technical solution The range of scheme.

Claims (9)

1. a kind of data interconnection method based on Java reflection technology, which is characterized in that this method be establish two and two with The data field mapping relations of associate field in upper relatively independent system, and mapping relations are saved in database table, lead to It crosses and writes SQL to inquire the mapping relations of the data field configured in database, obtain sending data field and receive data word Section, then by the transmission data acquisition system in inquiry system, the data type and value of a certain data field are obtained, turned by formatting It changes, data type conversion and Java reflection technology realize the transfer of data to the progress data processing of persistent layer database object And conversion.
2. the data interconnection method according to claim 1 based on Java reflection technology, which is characterized in that this method is specific Include the following steps:
S1, the mapping relations for configuring in the database and establishing different data among systems fields form data field mapping and close It is table;
S2, to participate in data docking data field be formatted processing using format converting module, with meet getter with And setter method call;
S3, automatic identification is carried out to data field according to the data type of different data field and carries out automatic format conversion;
The value for sending data field is passed to reception data field using Java reflection technology by S4, system, completes data docking.
3. the data interconnection method according to claim 2 based on Java reflection technology, which is characterized in that the step S1 The content of middle data field includes receiving data field, receiving Data field names, send data field, send data field name Claim, send data field version, start field remark information, receiving data field version and receive data field remarks letter Breath.
4. the data interconnection method according to claim 2 or 3 based on Java reflection technology, which is characterized in that the step It is used to establish the quantity of the data field of mapping relations in rapid S1 by the way of elasticity configuration, uses in the database on demand SQL statement increases or decreases data field, and it is not necessary to modify programs, comes into force after increasing and decreasing data field, without restarting.
5. the data interconnection method according to claim 2 based on Java reflection technology, which is characterized in that the step S2 Middle format converting module is the Formatting Facility write using getter and setter method.
6. the data interconnection method according to claim 2 based on Java reflection technology, which is characterized in that the step S3 In to data type carry out automatic identification be using Java reflection technology Dynamic Recognition be passed to data type.
7. the data interconnection method according to claim 2 based on Java reflection technology, which is characterized in that the step S4 Specific step is as follows for middle data docking:
(1), it is taken out from the data field mapping table of configuration and receives data field and transmission data field;
(2), the value that data field carries will be sent using Java reflection technology to be automatically transferred to receive data field, be automatically performed Data interaction and transfer are simultaneously handled existing exception.
8. a kind of data docking system based on Java reflection technology, which is characterized in that the system includes,
Mapping relations module, the data field for being established between two and more than two relative independent systems in the database reflect Relationship is penetrated, when realizing multisystem data interaction, according to configuration automatic mapping data, establishes mapping without being fixed in a program The data field of relationship, and the data field for establishing mapping relations increases on demand or reduces data using elasticity configuration Map field, without modifying program, while additions and deletions data field comes into force, and without restarting application server, improves easily With property and service efficiency, it is ensured that being capable of fast initialization Data Representation layer and Data Persistence Layer object;
Conversion module is formatted, getter or setter can be carried out for being converted to the data field got from database The format of method operation;
Data type processing module, for being carried out according to data field of the data type in system to system in mapping table Data type processing, it is ensured that provide accurate data type when carrying out data docking, reduce the generation of abnormal conditions;
Data reflect processing module, for the mapping relations of the data field according to configuration in the database, with the number in system On the basis of type and numerical value, established in another system of mapping relations by the way that value is given system using Java reflection technology Database, to complete the interaction and transfer of data.
9. the data docking system according to claim 8 based on Java reflection technology, which is characterized in that the mapping is closed Be module be by mapping relations configure in database, system first goes data base querying developer to match when carrying out data interaction The mapping relations set, system determine the data for participating in interaction according to query result.
CN201811511515.2A 2018-12-11 2018-12-11 A kind of data interconnection method and system based on Java reflection technology Pending CN109725953A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811511515.2A CN109725953A (en) 2018-12-11 2018-12-11 A kind of data interconnection method and system based on Java reflection technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811511515.2A CN109725953A (en) 2018-12-11 2018-12-11 A kind of data interconnection method and system based on Java reflection technology

Publications (1)

Publication Number Publication Date
CN109725953A true CN109725953A (en) 2019-05-07

Family

ID=66295892

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811511515.2A Pending CN109725953A (en) 2018-12-11 2018-12-11 A kind of data interconnection method and system based on Java reflection technology

Country Status (1)

Country Link
CN (1) CN109725953A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110362585A (en) * 2019-06-19 2019-10-22 东软集团股份有限公司 Data analysing method, device, storage medium and electronic equipment
CN111159215A (en) * 2019-12-06 2020-05-15 深圳和而泰家居在线网络科技有限公司 Mapping method and device of Java class and relational database and computing equipment
CN111159198A (en) * 2019-12-31 2020-05-15 中国银行股份有限公司 Parameter transaction processing method and device, computer equipment and readable storage medium
CN112328224A (en) * 2021-01-06 2021-02-05 广州市玄武无线科技股份有限公司 Service interface docking method and device, storage medium and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6076090A (en) * 1997-11-26 2000-06-13 International Business Machines Corporation Default schema mapping
CN106503091A (en) * 2016-10-12 2017-03-15 济南浪潮高新科技投资发展有限公司 A kind of implementation method of changeable data structure automatic synchronization coupling
CN107766039A (en) * 2017-10-30 2018-03-06 中国平安财产保险股份有限公司 The method of access attribute value, server and storage medium from Java object
CN108595164A (en) * 2018-04-08 2018-09-28 浙江网盛数新软件股份有限公司 A kind of conversion method of data format and Java object

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6076090A (en) * 1997-11-26 2000-06-13 International Business Machines Corporation Default schema mapping
CN106503091A (en) * 2016-10-12 2017-03-15 济南浪潮高新科技投资发展有限公司 A kind of implementation method of changeable data structure automatic synchronization coupling
CN107766039A (en) * 2017-10-30 2018-03-06 中国平安财产保险股份有限公司 The method of access attribute value, server and storage medium from Java object
CN108595164A (en) * 2018-04-08 2018-09-28 浙江网盛数新软件股份有限公司 A kind of conversion method of data format and Java object

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
RICBARD MONSON-HAEFEL: "《Enterprise javaBeans》", 31 March 2001 *
一念永恒乐: "Dozer映射", 《HTTPS://WWW.CNBLOGS.COM/YNYHL/P/9274296.HTML》 *
梁晶: "《管理系列本科教材 管理信息系统》", 29 February 2016 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110362585A (en) * 2019-06-19 2019-10-22 东软集团股份有限公司 Data analysing method, device, storage medium and electronic equipment
CN110362585B (en) * 2019-06-19 2021-11-26 东软集团股份有限公司 Data analysis method and device, storage medium and electronic equipment
CN111159215A (en) * 2019-12-06 2020-05-15 深圳和而泰家居在线网络科技有限公司 Mapping method and device of Java class and relational database and computing equipment
CN111159215B (en) * 2019-12-06 2023-05-09 深圳数联天下智能科技有限公司 Mapping method and device for Java class and relational database and computing equipment
CN111159198A (en) * 2019-12-31 2020-05-15 中国银行股份有限公司 Parameter transaction processing method and device, computer equipment and readable storage medium
CN111159198B (en) * 2019-12-31 2024-04-19 中国银行股份有限公司 Parameter transaction processing method and device, computer equipment and readable storage medium
CN112328224A (en) * 2021-01-06 2021-02-05 广州市玄武无线科技股份有限公司 Service interface docking method and device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
CN109725953A (en) A kind of data interconnection method and system based on Java reflection technology
US11004157B2 (en) XBRL-based intelligent financial cloud platform system, construction method and business implementation method thereof
US7818365B2 (en) System, method, and computer program product for online and offline interactive applications on mobile devices
US7320005B2 (en) System and method for managing native application data
US7971145B2 (en) Systems and methods for adapting service interface behaviors
CN101206670B (en) System and method for transferring non construction information to content
US20070112873A1 (en) Method of Data Blocking Aggregation
CN105144080A (en) System for metadata management
CN102164050A (en) Log parsing method and log parsing node device
US20120143981A1 (en) Common server, adaptor, and data conforming method thereof
CN102567297A (en) Data conversion device and data conversion method
CN111381986B (en) Message transmission method, system, device, electronic equipment and readable storage medium
CN111460019A (en) Data conversion method and middleware of heterogeneous data source
CN109902117A (en) Operation system analysis method and device
CN102937964A (en) Intelligent data service method based on distributed system
CN112214505A (en) Data synchronization method and device, computer readable storage medium and electronic equipment
CN113806332B (en) Heterogeneous system integrated data processing method and device and computer equipment
CN115221143A (en) Cross-type migration operator-based multi-source big data processing method
CN113961643A (en) Search engine updating method and device, equipment, medium and product thereof
CN101452486A (en) System data management method for [inscriptions on bones or tortoise shells and apparatus thereof
CN113139012A (en) Method for processing data by ETL tool engine based on JSON and ETL data processing system
CN116450637A (en) Data management method, device, electronic equipment and storage medium
CN112017665A (en) Voice sorting system and method based on LD3320 voice chip
JPH11250092A (en) Shared database, shared databse system, method for extracting data from shared database and medium recording data extraction program from shared databse
CN111666324B (en) ETL scheduling method and device between relational databases

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20190507

RJ01 Rejection of invention patent application after publication