Patents
Literature
Patsnap Eureka AI that helps you search prior art, draft patents, and assess FTO risks, powered by patent and scientific literature data.

9 results about "Data access object" patented technology

In computer software, a data access object (DAO) is an object that provides an abstract interface to some type of database or other persistence mechanism. By mapping application calls to the persistence layer, the DAO provides some specific data operations without exposing details of the database. This isolation supports the single responsibility principle. It separates what data access the application needs, in terms of domain-specific objects and data types (the public interface of the DAO), from how these needs can be satisfied with a specific DBMS, database schema, etc. (the implementation of the DAO).

Data access method and device of dynamic strategy, electronic equipment and storage medium

PendingCN121030770ADigital data protectionData accessData access object
The invention discloses a dynamic strategy data access method and device, electronic equipment and a storage medium, and the method comprises the steps: determining a dynamic strategy parameter corresponding to a data access object according to a data access request under the condition of obtaining the data access request corresponding to the data access object; determining a dynamic data access strategy corresponding to the data access object according to the dynamic strategy parameter; and determining target access data corresponding to the data access request based on the dynamic data access strategy, and sending the target access data to the data access object. Based on the technical scheme, the dynamic strategy corresponding to the data access request is determined, and then the target access data is dynamically determined according to the dynamic strategy, so that the data access strategy can be dynamically changed, the strategy flexibility problem in a specific scene of urban and rural fusion is solved, and the data credibility is improved.
Owner:ISOFTSTONE SMART DATA TECH (SHENZHEN) CO LTD

A horizontal table splitting method and device, electronic equipment and storage medium

The application discloses a horizontal table splitting method and device, electronic equipment and a storage medium. The method comprises the following steps: acquiring the service type of all data of a service table, performing a horizontal table splitting operation on the service table according to the service type to obtain a plurality of sub-tables; establishing the implementation class of each sub-table and the index value corresponding to the implementation class according to the service type of each sub-table, and storing the implementation class of each sub-table into a spring container, wherein each implementation class shares one data access object interface; associating the index value with a preset proxy class interface, and making the proxy class interface inherit the data access object interface in the spring container, so as to find the implementation class of the corresponding sub-table in the spring container through the index value. The application solves the technical problems of high repeated code amount and redundant code amount and low code flexibility in the current table splitting.
Owner:PING AN BANK CO LTD

Method and apparatus for generating data persistence layer input parameter, device and medium

ActiveCN115809290BTheoretical computer scienceData access object
The application relates to the technical field of data processing, and provides a method and device for generating data persistence layer input parameters, equipment and a medium. The data persistence layer folder path and the mapping folder path are acquired; all data access object files and all mapping files are read according to the data persistence layer folder path and the mapping folder path; interface information of each interface in each data access object file and statement information of each query statement in each mapping file are acquired; matching of the interface information and the statement information is performed to acquire a corresponding relationship between the interface and the query statement; each query statement is parsed to find all parameter fields corresponding to target placeholders, which are used as parameter fields of the corresponding query statement; and the parameter fields of each query statement are constructed into preset format data, which are used as input data of an interface corresponding to the query statement. According to the application, input data of a data persistence layer interface can be conveniently and accurately acquired, and a test period is shortened.
Owner:PING AN PAY ELECTRONIC PAYMENT CO LTD

Database migration impact analysis method, apparatus, device, and medium

PendingCN122285626AEngineeringData access object
This application discloses a method, apparatus, device, and medium for database migration impact analysis, applicable to database migration scenarios in the financial and healthcare fields. The method includes: obtaining a migration impact analysis instruction for a target table to be migrated in the target database, the instruction including the target table name; determining multiple target SQL identifiers associated with the target table based on the target table name and the corresponding SQL mapping configuration file of the target database; determining the target mapping relationship between target data access object methods and target SQL identifiers based on the data access object package corresponding to the target database and the multiple target SQL identifiers; obtaining a call dependency graph corresponding to the target database; and determining the migration impact analysis result for the target table to be migrated based on the target mapping relationship and the call dependency graph. This solution can improve the efficiency of database migration impact analysis and reduce migration risks.
Owner:SHANGHAI JIEYIN E-COMMERCE CO LTD

A data transmission method for an integrated management platform and an integrated management platform.

This application discloses a data transmission method and an integrated management platform for a comprehensive management platform, relating to the field of data transmission. The method includes: receiving a user request sent by a user through the Bootstrap front-end interface and routing the user request to the corresponding control layer; the control layer parses the user request, determines the business logic to be executed, and calls the corresponding business layer method, and determines the data operation flow of the data access object layer through the business layer; the business layer calls the corresponding DAO method according to the data operation flow; the data access object layer determines the target database in at least two databases through database query instructions, and performs a query operation in the target database according to the database query instructions to obtain the query results; the data access object layer packages the query results to obtain a data package, and returns the data package to the Bootstrap front-end interface for display through the business layer and control layer level by level.
Owner:WUHAN JIEWEI XINCHUANG SOFTWARE TECH CO LTD

System, method, device, apparatus and medium for providing data

The embodiment of the invention discloses a system, a method, equipment, a device and a medium for providing data. The system includes a data acquisition module deployed in a WAMR of a device and configured to obtain data from a data source; the data caching module is deployed in the WAMR and is configured to cache the data; and a data providing module deployed in the WAMR and configured to receive a data providing request from a data access object, read the data from the data caching module based on the data providing request, and provide the data to the data access object. By integrating a cache mechanism in the WAMR, the frequently accessed data can be effectively stored and retrieved, so that the time delay is reduced, the resource utilization rate is optimized, and the method is particularly suitable for a resource limited device.
Owner:SIEMENS AG

Industrial time series data processing method and device, terminal and storage medium

The application relates to an industrial time sequence data processing method and device, a terminal and a storage medium. The method comprises a data organization storage process, which comprises the following steps: storing all time sequence data access objects into a relational database for time sequence data access objects of measured points; collecting industrial sensing data and converting the industrial sensing data into industrial time sequence data piece by piece, wherein the industrial time sequence data comprises time sequence data access identifiers, and each time sequence data access identifier is associated with a time sequence data access object; storing the industrial time sequence data into a time sequence database, and generating and sending corresponding time sequence data storage notification after storage is completed. The scheme of the application realizes additional data analysis and processing information by using the configured time sequence data access object, provides an index for data calling in a subsequent data analysis process by using the time sequence data access identifier, effectively saves storage resources of the time sequence database, and greatly improves data access efficiency during operation of the scheme.
Owner:SUZHOU DHMS INFORMATION TECH CO LTD

Database migration method and device, electronic equipment and computer storage medium

The invention provides a database migration method and device, electronic equipment and a computer storage medium, and the method comprises the steps: marking a data access object layer interface method needing to be migrated through a non-intrusive annotation, and obtaining a target data access object layer interface method; intercepting a target data access object layer interface method in real time; when any target data access object layer interface method is intercepted, asynchronous double-write logic is executed; the asynchronous double-write logic adopted by the invention is as follows: when a main thread executes original write logic and write source database operation, an asynchronous thread acquires an instance of a target data access object layer interface method and performs write target database operation; the asynchronous double-write logic further introduces a dynamic routing strategy, and the dynamic routing strategy is that a data source operated by a host process is gradually switched to a target database in an amount-increasing mode according to a flow proportion, and a data source operated by an asynchronous thread is gradually switched to a source database. And the efficiency and the reliability in the database migration process are effectively improved.
Owner:AGRICULTURAL BANK OF CHINA

Configuration method and device of commission calculation program, computer equipment, readable storage medium and program product

PendingCN121614172ADigital data information retrievalFinanceDynamic compilationAlgorithm
The invention relates to a commission calculation program configuration method and device, computer equipment, a computer readable storage medium and a computer program product. The method comprises the following steps: in response to a configuration operation for a target index, generating a structured query language (SQL) script corresponding to the target index; in response to a configuration operation for a target commission calculation rule, a calculation rule of the target commission is generated, the calculation rule comprises a judgment condition and / or a calculation result, and the judgment condition and / or the calculation result comprises a target index; generating a corresponding data access object DAO method based on the SQL script of the target index, generating a source code of a target commission calculation program based on the calculation rule of the target commission, and obtaining the target index in the source code by calling the DAO method corresponding to the target index; and dynamically compiling the source code to obtain a calculation program of the target commission. By adopting the method, the configuration flexibility and the configuration efficiency of the commission calculation program can be improved.
Owner:CHINA LIFE INSURANCE CO LTD