Spring Framwork Data Access v5.3.36 SNAPSHOTTransactionStatus interface provides a simple way for transactional code to control transaction execution and query transaction status. The concepts should be familiar, as they are common to all transaction APIs. metadata, and the RDBMS Object style takes a more object-oriented approach similar to that of JDO Query design. Once you start using one of these approaches, you can still mix and match to include a feature your data-access layer. This approach is modeled after JDO Query, wherein you define your query string, declare parameters, and compile the query. Once you do that, execute(…), update(…), and findObject(…)0 码力 | 197 页 | 2.76 MB | 1 年前3
[JavaSE实验] JDBC and MySQLshow all available databases with the SHOW DATABASES statement. mysql> CREATE DATABASE testdb; Query OK, 1 row affected (0.02 sec) We create a new testdb database. We will use this database throughout 'xiaodong'@'localhost' IDENTIFIED BY 'xiaodong'; Query OK, 0 rows affected (0.00 sec) mysql> USE testdb; Database changed mysql> GRANT ALL ON testdb.* TO 'xiaodong'@'localhost'; Query OK, 0 rows affected (0.00 sec) and Books tables with initial data. mysql> source books.sql Query OK, 0 rows affected (0.07 sec) Query OK, 0 rows affected (0.12 sec) Query OK, 1 row affected (0.04 sec) ... We use the source command0 码力 | 23 页 | 2.52 MB | 1 年前3
Spring Framework 1.2.6 Referencefunctionality to set and get property values (individually or in bulk), get property descriptors, and to query properties to determine if they are readable or writable. Also, the BeanWrapper offers support for to control transaction execution Transaction management Spring Framework Version 1.2.6 87 and query transaction status. The concepts should be familiar, as they are common to all transaction APIs: Spring Framework Version 1.2.6 115 In addition to the execute methods, there is a large number of query methods. Some of these methods are intended to be used for queries that return a single value. Maybe0 码力 | 290 页 | 1.49 MB | 1 年前3
Spring Framework 1.2.x Referencefunctionality to set and get property values (individually or in bulk), get property descriptors, and to query properties to determine if they are readable or writable. Also, the BeanWrapper offers support for to control transaction execution Transaction management Spring Framework Version 1.2.9 98 and query transaction status. The concepts should be familiar, as they are common to all transaction APIs: dataSource; } } 11.2.5. Running Queries In addition to the execute methods, there is a large number of query methods. Some of these methods are Data Access using JDBC Spring Framework Version 1.2.9 126 intended0 码力 | 289 页 | 1.50 MB | 1 年前3
Spring Framework 1.2.8 Referencefunctionality to set and get property values (individually or in bulk), get property descriptors, and to query properties to determine if they are readable or writable. Also, the BeanWrapper offers support for to control transaction execution Transaction management Spring Framework Version 1.2.8 87 and query transaction status. The concepts should be familiar, as they are common to all transaction APIs: Spring Framework Version 1.2.8 115 In addition to the execute methods, there is a large number of query methods. Some of these methods are intended to be used for queries that return a single value. Maybe0 码力 | 290 页 | 1.49 MB | 1 年前3
Spring Framework 1.2.4 Referencefunctionality to set and get property values (individually or in bulk), get property descriptors, and to query properties to determine if they are readable or writable. Also, the BeanWrapper offers support for to control transaction execution Transaction management Spring Framework Version 1.2.4 87 and query transaction status. The concepts should be familiar, as they are common to all transaction APIs: Spring Framework Version 1.2.4 115 In addition to the execute methods, there is a large number of query methods. Some of these methods are intended to be used for queries that return a single value. Maybe0 码力 | 289 页 | 1.49 MB | 1 年前3
Spring Framework 1.2.7 Referencefunctionality to set and get property values (individually or in bulk), get property descriptors, and to query properties to determine if they are readable or writable. Also, the BeanWrapper offers support for to control transaction execution Transaction management Spring Framework Version 1.2.7 87 and query transaction status. The concepts should be familiar, as they are common to all transaction APIs: Spring Framework Version 1.2.7 115 In addition to the execute methods, there is a large number of query methods. Some of these methods are intended to be used for queries that return a single value. Maybe0 码力 | 290 页 | 1.49 MB | 1 年前3
Spring Framework 1.2.5 Referencefunctionality to set and get property values (individually or in bulk), get property descriptors, and to query properties to determine if they are readable or writable. Also, the BeanWrapper offers support for to control transaction execution Transaction management Spring Framework Version 1.2.5 87 and query transaction status. The concepts should be familiar, as they are common to all transaction APIs: Spring Framework Version 1.2.5 115 In addition to the execute methods, there is a large number of query methods. Some of these methods are intended to be used for queries that return a single value. Maybe0 码力 | 290 页 | 1.49 MB | 1 年前3
Spring Framework 1.2.3 Referencefunctionality to set and get property values (individually or in bulk), get property descriptors, and to query properties to determine if they are readable or writable. Also, the BeanWrapper offers support for to control transaction execution Transaction management Spring Framework Version 1.2.3 79 and query transaction status. The concepts should be familiar, as they are common to all transaction APIs: Spring Framework Version 1.2.3 107 In addition to the execute methods, there is a large number of query methods. Some of these methods are intended to be used for queries that return a single value. Maybe0 码力 | 276 页 | 1.44 MB | 1 年前3
Apache Unomi 2.x - DocumentationPROFILE EVENTS Sometimes you want to retrieve events for a known profile. You will need to provide a query in the body of the request that looks something like this (and documentation is available in the will have to use the /cxs/profiles/search endpoint that requires a Query JSON structure. Here’s an example of a profile search with a Query object: curl -X POST http://localhost:8181/cxs/events/search \ schema by its id by calling the endpoint POST {{url}}/cxs/jsonSchema/query with the id of the schema in the payload of the query. Example: 5.2.3. CREATE / UPDATE A JSON SCHEMA TO VALIDATE AN EVENT0 码力 | 117 页 | 4.78 MB | 1 年前3
共 371 条
- 1
- 2
- 3
- 4
- 5
- 6
- 38













