[go: up one dir, main page]

CN104679500A - Automatic generation realizing method and device for entity classes - Google Patents

Automatic generation realizing method and device for entity classes Download PDF

Info

Publication number
CN104679500A
CN104679500A CN201310642416.9A CN201310642416A CN104679500A CN 104679500 A CN104679500 A CN 104679500A CN 201310642416 A CN201310642416 A CN 201310642416A CN 104679500 A CN104679500 A CN 104679500A
Authority
CN
China
Prior art keywords
entity
entity class
management interface
class
information management
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
CN201310642416.9A
Other languages
Chinese (zh)
Other versions
CN104679500B (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.)
Nanjing ZNV Software Co Ltd
Original Assignee
Nanjing ZNV Software 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 Nanjing ZNV Software Co Ltd filed Critical Nanjing ZNV Software Co Ltd
Priority to CN201310642416.9A priority Critical patent/CN104679500B/en
Publication of CN104679500A publication Critical patent/CN104679500A/en
Application granted granted Critical
Publication of CN104679500B publication Critical patent/CN104679500B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses an automatic generation realizing method and an automatic generation realizing device for entity classes. The method comprises the steps of deploying a configuration document including field data information of a plurality of entity classes; reading and parsing the configuration document when an information system is started, and storing the name information of the parsed entity classes and the corresponding field data information into an entity information management interface; acquiring a user input, and transmitting the names of the corresponding target entity classes to an entity information management interface; acquiring the field data information of the target entity classes according to the names of the target entity classes by the entity information management interface, compiling class codes after the class codes are generated by at least one entity class rule, acquiring non-parameter constructors of the entities after the compiling, and executing the non-parameter constructors to generate and return a target entity object. By adopting the invention, a developer does not need to generate the entity classes by manual compiling or a third party tool, therefore the working efficiency of the developer can be improved.

Description

Entity class generates implementation method and device automatically
Technical field
The present invention relates to Computer Applied Technology field, automatically generate implementation method and device in particular to a kind of entity class.
Background technology
At present, in the middle of the performance history of infosystem, the process to mass data and information can be related to, and the data of the overwhelming majority and information all need to be written as entity class by developer, to make system use entity class to transmit data in the middle of operation in different modules, the attribute that these entity class have and relation are long-term needs, sometimes even all need in the whole life cycle of infosystem, therefore, entity class for infosystem exploitation seem particularly important.
Called entity class, refers to the class for carrying out modeling to the information that must store and corelation behaviour, and its major responsibility is data and the information of store and management infosystem inside.Entity object (example of entity class) for preserving and upgrading some phenomenons for information about, such as: event, personnel or some real-life objects.Developer is in the middle of the process of writing entity class, and its redaction rule is usually as follows:
1, entity class must be a common class, and is set to public by its access attribute;
2, entity class must have a parameterless public constructed fuction;
3, the field of entity class should be all privately owned;
4, the field of entity class should be visited by one group of setting and acquisition methods.
Such as, in reporting system performance history, the querying condition of each form and each form all needs to be written as entity class by developer according to Object--oriented method, the querying condition of user's input can be stored in entity class, reporting system from data base querying to correlated results information also can be saved to entity class, reporting system transmits data by these entity class in operational process in different modules.In prior art, these entity class are all by developer's hand-coding, and the workload that developer faces is often very huge, thus cause a large amount of raisings of human cost to a certain extent, and its work efficiency is also lower simultaneously.In the middle of some application, also may relate to the change of demand and business, but the change of these demands and business can relate to the amendment of entity class equally, so that now also need developer to revise entity class by hand, in addition, all service codes being associated with the entity class that this is modified also will carry out synchronous vacations, further increase the development amount of developer undoubtedly.In addition, if the amendment of entity class occurs in after infosystem reached the standard grade, also have to face by infosystem suspension to carry out the problem of system upgrade, this measure will affect the continuity of customer service, reduce the experience of user.
Summary of the invention
Given this, the object of the embodiment of the present invention is to provide a kind of entity class automatically to generate implementation method and device.
In order to reach object of the present invention, the present invention realizes by the following technical solutions:
A kind of entity class generates implementation method automatically, comprising:
Dispose the configuration file including the field data information of multiple entity class;
When infosystem starts, read and resolve described configuration file, and the name information of the entity class parsed and corresponding field data information association are stored in entity information management interface;
Obtain user's input, and accordingly corresponding target entity class title is passed to entity information management interface;
And, entity information management interface is according to the field data information of described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
Preferably, under the described configuration file installation directory that is deployed in information system server end or system directory.
Preferably, at entity information management interface according at least one entity class generate rule category code and after compiling described category code, by the printenv constructed fuction of entity class after the acquisition compiling of reflection.
Preferably, after described category code is compiled, current compilation time to be kept in entity information management interface explicitly as last compilation time and corresponding entity class title according at least one entity class generate rule category code at entity information management interface.
Preferably, execution institute in steps after, described entity class automatically generates implementation method and also comprises:
By reflection mode, the described target entity object returned is conducted interviews.
A kind of entity class generates implement device automatically, comprising:
Dispensing unit, for disposing the configuration file of the field data information including multiple entity class;
Resolution unit, for when infosystem starts, reads and resolves described configuration file;
Delivery unit, is stored in entity information management interface for the name information of entity class that resolution unit parsed and corresponding field data information association;
Acquiring unit, for obtaining user's input, and is passed to entity information management interface by corresponding target entity class title accordingly;
Entity information management interface, for the field data information according to described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
Preferably, under described dispensing unit installation directory that described configuration file is deployed in information system server end or system directory.
Preferably, at entity information management interface according at least one entity class generate rule category code and after compiling described category code, entity information management interface is by the printenv constructed fuction of entity class after the acquisition compiling of reflection.
Preferably, at entity information management interface according at least one entity class generate rule category code and after compiling described category code, current compilation time is kept in entity information management interface as last compilation time and corresponding entity class title by entity information management interface explicitly.
Preferably, described entity class automatically generates implement device and also comprises:
Addressed location, for conducting interviews to the described target entity object returned by reflection mode.
A kind of entity class generates implementation method automatically, and it comprises:
Dispose the database including the field data information of multiple entity class;
When infosystem starts, from described database, read the field data information of multiple entity class and resolve, and the name information of the entity class parsed and corresponding field data information association are stored in entity information management interface;
Obtain user's input, and accordingly corresponding target entity class title is passed to entity information management interface;
And, entity information management interface is according to the field data information of described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
A kind of entity class generates implement device automatically, and it comprises:
Dispensing unit, for disposing the database of the field data information including multiple entity class;
Resolution unit, for when infosystem starts, reads the field data information of multiple entity class and resolves from described database;
Delivery unit, is stored in entity information management interface for the name information of entity class that resolution unit parsed and corresponding field data information association;
Acquiring unit, for obtaining user's input, and is passed to entity information management interface by corresponding target entity class title accordingly;
Entity information management interface, for the field data information according to described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
Can be found out by the technical scheme of the invention described above, the present invention is by being kept in configuration file using entity class title and field data thereof as configuration information, in the operational process of infosystem, developer generates entity class without the need to hand-coding or by third party's instrument, improves the work efficiency of developer; Secondly, the access of all entity class is all process by entity information management interface is unified, and the code of service class only depends on entity information management interface, no longer relies on concrete entity class, thus reduces the coupling of system; In addition, when causing entity class to need to revise because demand changes, the present invention is adopted only to need to revise configuration file simply, and without the need to revising the source code of infosystem, thus the demand that reduces changes the impact brought; Finally, in the middle of some embody rule, infosystem automatically can check the amendment situation of configuration file, with while lastest imformation system in entity class, thus without the need to suspension upgrading, user-friendly.
Accompanying drawing explanation
A kind of entity class that Fig. 1 provides for the embodiment of the present invention 1 generates implementation method schematic flow sheet automatically;
A kind of entity class that Fig. 2 provides for the embodiment of the present invention 1 generates implement device structural representation automatically.
The realization of the object of the invention, functional characteristics and excellent effect, be described further below in conjunction with specific embodiment and accompanying drawing.
Embodiment
Below in conjunction with the drawings and specific embodiments, technical scheme of the present invention is described in further detail, can better understand the present invention to make those skilled in the art and can be implemented, but illustrated embodiment is not as a limitation of the invention.
Embodiment 1
As shown in Figure 1, a kind of entity class that the embodiment of the present invention 1 provides generates implementation method automatically, comprises the steps:
S10, dispose and include the configuration file of the field data information of multiple entity class;
S20, when infosystem starts, read and resolve described configuration file, and the name information of the entity class parsed and corresponding field data information association are stored in entity information management interface;
S30, acquisition user input, and accordingly corresponding target entity class title is passed to entity information management interface;
S40, entity information management interface are according to the field data information of described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
For described step S10, in the specific implementation, all data of using can be needed by analytical information system, and analyze corresponding multiple entity class according to Object--oriented method, then the field data information of entity class is written in configuration file, such as described configuration file is XML format file.
Such as, it is as follows that the entity class field that the present embodiment provides preserves rule:
Wherein " entries " i.e. all entity class nodes, are used for preserving all entity class; " entry " be i.e. entity class node, preserves current entity class; " field " be i.e. entity class field node, is used for preserving entity class field; " attr " the i.e. attribute node of field, preserves an attribute of entity class field; Attribute is described field or limits.Such as, " index " attribute i.e. order, represent the sequencing of field as the display of form row, " io " attribute and input and output, represent that field is intended for initial conditions and still exports row, namely " order " attribute sorts, and represents whether field is used for sorting, namely " stat " attribute is added up, and represents whether field is used for adding up.
For described step S20, when the name information of the entity class parsed and corresponding field data information association are stored in entity information management interface, also the last modification time of configuration file is stored in entity information management interface simultaneously.
In the present embodiment, under the installation directory that described configuration file is deployed in information system server end or system directory.Certainly, here one is only comparatively preferred embodiment, except described configuration file being deployed in except under the installation directory of information system server end or system directory, also can be deployed under any catalogue that can have access to of information system server end, it does not done carefully state one by one here.
Meanwhile, start a timer, whether change with the last modification time of quantitative check configuration file, if changed, then again from the installation directory or system directory of information system server end, read configuration file, the name information of the entity class obtained after resolving and by parsing and corresponding field data information updating are in entity information management interface, and the last modification time of Reconfigurations file.
For described step S30, such as, user is by the query interface input inquiry condition at reporting system, and the backward entity information management interface clicking inquire button transmits a target entity class title, to ask to return target entity object.
For described step S40, in the present embodiment, at entity information management interface according at least one entity class generate rule category code and after compiling described category code, by the printenv constructed fuction of entity class after the acquisition compiling of reflection.
After described category code is compiled, current compilation time to be kept in entity information management interface explicitly as last compilation time and corresponding entity class title according at least one entity class generate rule category code at entity information management interface.
Entity information management interface obtains the entity class title of request, search in the entity class list loaded, if do not found in lists, illustrate that entity class does not also load, now, then entity information management interface is according to the field data information of entity class, according at least one entity class generate rule category code, then category code is compiled, compile successfully, preserve the last compilation time that current time is entity class.If found in lists, then obtain the last compilation time of the entity class preserved in entity information management interface, and the last modification time of the entity class preserved in this last compilation time and entity information management interface is compared, if last compilation time is later than described last modification time, illustrate that entity class is up-to-date, the printenv constructed fuction of entity class after now obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return; If last compilation time is early than described last modification time, explanation needs to regenerate entity class, now return all field data information of the entity class preserved in entity information management interface, and according to entity class generate rule category code, then category code is compiled, compile successfully, preserve the last compilation time that current time is entity class, the printenv constructed fuction of entity class after obtaining compiling more afterwards, and generate target entity object by performing this printenv constructed fuction and return.
In the present embodiment, execution institute in steps after, described entity class automatically generates implementation method and also comprises:
S50, by reflection mode, the described target entity object returned to be conducted interviews.
Such as, the target entity class title of the querying condition that reporting system inputs according to user, by the value of the mode Offered target entity object field of reflection, and successively all querying conditions are all set in the field of target entity object, then reporting system this target entity object transfer to Data access module; After Data access module receives target query entity object, according to data base querying target entity class title, obtained the value of entity object field by the mode of reflection, and from target entity object, obtain all querying conditions successively, generated query statement is inquired about.
Correspondingly, as shown in Figure 2, the embodiment of the present invention 2 additionally provides a kind of entity class and automatically generates implement device, comprising:
Dispensing unit 10, for disposing the configuration file of the field data information including multiple entity class;
Resolution unit 20, for when infosystem starts, reads and resolves described configuration file;
Delivery unit 30, is stored in entity information management interface 50 for the name information of entity class that resolution unit parsed and corresponding field data information association;
Acquiring unit 40, for obtaining user's input, and is passed to entity information management interface 50 by corresponding target entity class title accordingly;
Entity information management interface 50, for the field data information according to described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
In the present embodiment, under the installation directory that described configuration file is deployed in information system server end by described dispensing unit 10 or system directory.
In the present embodiment, at entity information management interface 50 according at least one entity class generate rule category code and after compiling described category code, entity information management interface 50 is by the printenv constructed fuction of entity class after the acquisition compiling of reflection.
In the present embodiment, at entity information management interface 50 according at least one entity class generate rule category code and after compiling described category code, current compilation time is kept in entity information management interface 50 as last compilation time and corresponding entity class title by entity information management interface 50 explicitly.
In the present embodiment, described entity class automatically generates implement device and also comprises:
Addressed location 60, for conducting interviews to the described target entity object returned by reflection mode.
After addressed location 60 receives target query entity object, according to data base querying target entity class title, obtained the value of entity object field by the mode of reflection, and from target entity object, obtain all querying conditions successively, generated query statement is inquired about.
Embodiment 2
In another embodiment 2, entity class provided by the invention generates implementation method automatically, comprises the steps:
S60, dispose and include the database of the field data information of multiple entity class;
S70, when infosystem starts, from described database, read the field data information of multiple entity class and resolve, and the name information of the entity class parsed and corresponding field data information association are stored in entity information management interface;
S80, acquisition user input, and accordingly corresponding target entity class title is passed to entity information management interface;
S90 and, entity information management interface is according to the field data information of described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
Afterwards, by reflection mode, the described target entity object returned is conducted interviews.
In this embodiment, the difference that the entity class that itself and above-described embodiment provide generates implementation method is automatically: the field data information including multiple entity class is stored in database and among non-configuration file, the invention spirit of those skilled in the art's easy understand the technical program on the basis of the known technology of the technology contents provided in conjunction with above-described embodiment and database, no longer carefully states this here.
Automatically to generate implementation method corresponding with the entity class that this embodiment 2 provides, and shown in same reference diagram 2, a kind of entity class provided here generates implement device automatically, comprising:
Dispensing unit 10, for disposing the database of the field data information including multiple entity class;
Resolution unit 20, for when infosystem starts, reads the field data information of multiple entity class and resolves from described database;
Delivery unit 30, is stored in entity information management interface 50 for the name information of entity class that resolution unit 20 parsed and corresponding field data information association;
Acquiring unit 40, for obtaining user's input, and is passed to entity information management interface 50 by corresponding target entity class title accordingly;
Entity information management interface 50, for the field data information according to described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
Afterwards, access modules 60 adopts reflection mode to conduct interviews to the described target entity object returned.
Equally, the invention spirit of those skilled in the art's easy understand the technical program on the basis of the known technology of the technology contents provided in conjunction with above-described embodiment and database, no longer carefully states this here.
The foregoing is only the preferred embodiments of the present invention; not thereby the scope of the claims of the present invention is limited; every utilize instructions of the present invention and accompanying drawing content to do equivalent structure or equivalent flow process conversion; or be directly or indirectly used in other relevant technical fields, be all in like manner included in scope of patent protection of the present invention.

Claims (12)

1. entity class generates an implementation method automatically, it is characterized in that, comprising:
Dispose the configuration file including the field data information of multiple entity class;
When infosystem starts, read and resolve described configuration file, and the name information of the entity class parsed and corresponding field data information association are stored in entity information management interface;
Obtain user's input, and accordingly corresponding target entity class title is passed to entity information management interface;
And, entity information management interface is according to the field data information of described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
2. entity class as claimed in claim 1 generates implementation method automatically, it is characterized in that, under the installation directory that described configuration file is deployed in information system server end or system directory.
3. entity class as claimed in claim 1 generates implementation method automatically, it is characterized in that, at entity information management interface according at least one entity class generate rule category code and after compiling described category code, by the printenv constructed fuction of entity class after the acquisition compiling of reflection.
4. entity class as claimed in claim 1 generates implementation method automatically, it is characterized in that, after described category code is compiled, current compilation time to be kept in entity information management interface explicitly as last compilation time and corresponding entity class title according at least one entity class generate rule category code at entity information management interface.
5. entity class as claimed in claim 1 generates implementation method automatically, it is characterized in that, execution institute in steps after, also comprise:
By reflection mode, the described target entity object returned is conducted interviews.
6. entity class generates an implement device automatically, it is characterized in that, comprising:
Dispensing unit, for disposing the configuration file of the field data information including multiple entity class;
Resolution unit, for when infosystem starts, reads and resolves described configuration file;
Delivery unit, is stored in entity information management interface for the name information of entity class that resolution unit parsed and corresponding field data information association;
Acquiring unit, for obtaining user's input, and is passed to entity information management interface by corresponding target entity class title accordingly;
Entity information management interface, for the field data information according to described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
7. entity class as claimed in claim 6 generates implement device automatically, it is characterized in that, under the installation directory that described configuration file is deployed in information system server end by described dispensing unit or system directory.
8. entity class as claimed in claim 6 generates implement device automatically, it is characterized in that, at entity information management interface according at least one entity class generate rule category code and after compiling described category code, entity information management interface is by the printenv constructed fuction of entity class after the acquisition compiling of reflection.
9. entity class as claimed in claim 6 generates implement device automatically, it is characterized in that, at entity information management interface according at least one entity class generate rule category code and after compiling described category code, current compilation time is kept in entity information management interface as last compilation time and corresponding entity class title by entity information management interface explicitly.
10. entity class as claimed in claim 6 generates implement device automatically, it is characterized in that, also comprises:
Addressed location, for conducting interviews to the described target entity object returned by reflection mode.
11. 1 kinds of entity class generate implementation method automatically, it is characterized in that, comprising:
Dispose the database including the field data information of multiple entity class;
When infosystem starts, from described database, read the field data information of multiple entity class and resolve, and the name information of the entity class parsed and corresponding field data information association are stored in entity information management interface;
Obtain user's input, and accordingly corresponding target entity class title is passed to entity information management interface;
And, entity information management interface is according to the field data information of described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
12. 1 kinds of entity class generate implement device automatically, it is characterized in that, comprising:
Dispensing unit, for disposing the database of the field data information including multiple entity class;
Resolution unit, for when infosystem starts, reads the field data information of multiple entity class and resolves from described database;
Delivery unit, is stored in entity information management interface for the name information of entity class that resolution unit parsed and corresponding field data information association;
Acquiring unit, for obtaining user's input, and is passed to entity information management interface by corresponding target entity class title accordingly;
Entity information management interface, for the field data information according to described target entity class name acquiring target entity class, after according at least one entity class generate rule category code, described category code is compiled, and the printenv constructed fuction of entity class after obtaining compiling, and generate target entity object by performing this printenv constructed fuction and return.
CN201310642416.9A 2013-12-03 2013-12-03 Method and device for realizing automatic generation of entity class Active CN104679500B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310642416.9A CN104679500B (en) 2013-12-03 2013-12-03 Method and device for realizing automatic generation of entity class

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310642416.9A CN104679500B (en) 2013-12-03 2013-12-03 Method and device for realizing automatic generation of entity class

Publications (2)

Publication Number Publication Date
CN104679500A true CN104679500A (en) 2015-06-03
CN104679500B CN104679500B (en) 2020-02-14

Family

ID=53314618

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310642416.9A Active CN104679500B (en) 2013-12-03 2013-12-03 Method and device for realizing automatic generation of entity class

Country Status (1)

Country Link
CN (1) CN104679500B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106886390A (en) * 2015-12-15 2017-06-23 大唐软件技术股份有限公司 A kind of Java object generation and conversion method and Java object generation and conversion equipment
CN108399083A (en) * 2017-02-07 2018-08-14 北京京东尚科信息技术有限公司 A kind of system deployment method, apparatus, electronic equipment and storage medium
CN109933587A (en) * 2019-02-26 2019-06-25 厦门市美亚柏科信息股份有限公司 Data processing method, device, system and storage medium based on catalogue registration
CN110515651A (en) * 2019-08-15 2019-11-29 苏州浪潮智能科技有限公司 Configuration file processing method, apparatus and electronic device and readable storage medium
CN113010154A (en) * 2019-12-19 2021-06-22 中国科学院沈阳自动化研究所 Dynamic loading-based visual development and configuration method for secondary data management interface
CN113420030A (en) * 2021-06-28 2021-09-21 未鲲(上海)科技服务有限公司 Data storage method, device, equipment and storage medium
CN113448584A (en) * 2020-03-25 2021-09-28 武汉斗鱼网络科技有限公司 APP version management method, device, medium and computer equipment
CN114816387A (en) * 2022-04-24 2022-07-29 马上消费金融股份有限公司 Entity class generation method and device
CN116301801A (en) * 2023-03-01 2023-06-23 中汽创智科技有限公司 Program generating method for realizing vehicle software, related equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101339559A (en) * 2008-07-18 2009-01-07 北京航空航天大学 A method for implementing data persistence
US20090254879A1 (en) * 2008-04-08 2009-10-08 Derek Foster Method and system for assuring data integrity in data-driven software
CN101699397A (en) * 2009-10-09 2010-04-28 上海宝信软件股份有限公司 Method for binding Java and XML data
CN102270138A (en) * 2011-08-15 2011-12-07 青岛海信传媒网络技术有限公司 Entity object creation method and entity object creation device
CN102819438A (en) * 2011-06-08 2012-12-12 金蝶软件(中国)有限公司 Hot-load method and device and information system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090254879A1 (en) * 2008-04-08 2009-10-08 Derek Foster Method and system for assuring data integrity in data-driven software
CN101339559A (en) * 2008-07-18 2009-01-07 北京航空航天大学 A method for implementing data persistence
CN101699397A (en) * 2009-10-09 2010-04-28 上海宝信软件股份有限公司 Method for binding Java and XML data
CN102819438A (en) * 2011-06-08 2012-12-12 金蝶软件(中国)有限公司 Hot-load method and device and information system
CN102270138A (en) * 2011-08-15 2011-12-07 青岛海信传媒网络技术有限公司 Entity object creation method and entity object creation device

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106886390A (en) * 2015-12-15 2017-06-23 大唐软件技术股份有限公司 A kind of Java object generation and conversion method and Java object generation and conversion equipment
CN108399083A (en) * 2017-02-07 2018-08-14 北京京东尚科信息技术有限公司 A kind of system deployment method, apparatus, electronic equipment and storage medium
CN109933587A (en) * 2019-02-26 2019-06-25 厦门市美亚柏科信息股份有限公司 Data processing method, device, system and storage medium based on catalogue registration
CN109933587B (en) * 2019-02-26 2023-04-11 厦门市美亚柏科信息股份有限公司 Data processing method, device and system based on directory registration and storage medium
CN110515651A (en) * 2019-08-15 2019-11-29 苏州浪潮智能科技有限公司 Configuration file processing method, apparatus and electronic device and readable storage medium
CN113010154A (en) * 2019-12-19 2021-06-22 中国科学院沈阳自动化研究所 Dynamic loading-based visual development and configuration method for secondary data management interface
CN113010154B (en) * 2019-12-19 2024-05-14 中国科学院沈阳自动化研究所 Dynamic loading-based visual development configuration method for secondary data management interface
CN113448584A (en) * 2020-03-25 2021-09-28 武汉斗鱼网络科技有限公司 APP version management method, device, medium and computer equipment
CN113420030A (en) * 2021-06-28 2021-09-21 未鲲(上海)科技服务有限公司 Data storage method, device, equipment and storage medium
CN114816387A (en) * 2022-04-24 2022-07-29 马上消费金融股份有限公司 Entity class generation method and device
CN116301801A (en) * 2023-03-01 2023-06-23 中汽创智科技有限公司 Program generating method for realizing vehicle software, related equipment and storage medium

Also Published As

Publication number Publication date
CN104679500B (en) 2020-02-14

Similar Documents

Publication Publication Date Title
CN104679500A (en) Automatic generation realizing method and device for entity classes
KR102317535B1 (en) Methods and systems for implementing data tracking with software development kits
CN102521230B (en) For the result type that data with good conditionsi show
US8065315B2 (en) Solution search for software support
CN100565510C (en) Data Access Layer Class Generator
Barmpis et al. Hawk: Towards a scalable model indexing architecture
CN104133772A (en) Automatic test data generation method
US11010401B2 (en) Efficient snapshot generation of data tables
US20110087767A1 (en) Computer Environment Analysis Tool
CN103744891A (en) Method and system for data query
CN110941629B (en) Metadata processing method, apparatus, device and computer readable storage medium
CN107797823B (en) Business rule management method and device, storage medium and computer equipment
EP1810131A2 (en) Services oriented architecture for data integration services
CN101546311A (en) Data processing method and data processing device for recycle bin
CN111459537A (en) Redundant code removing method, device, equipment and computer readable storage medium
WO2008042401A2 (en) Process automation system and method employing property attachment techniques
CN102760096A (en) Test data generation method, unit testing method and unit testing system
CN103488674A (en) Computing system and method for implementing and controlling thereof
CN103107919B (en) A kind of Internet resources modeling method and system
CN110825395A (en) Multi-plug-in layered deployment system, device and medium
CN111061802B (en) Power data management processing method, device and storage medium
CN109586970B (en) Resource allocation method, device and system
CN114089962B (en) Component management method, device and medium
CN112162731B (en) Data expansion method, device, storage medium and electronic device
CN103617214A (en) CIM (common information model) path query method and device

Legal Events

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