ObjectDB Database Search
1-50 of 200 resultsjakarta.persistence.Timeout.seconds(int) Jakarta Persistence (JPA) Method in jakarta.persistence.Timeout Timeout seconds ( int seconds ) Specify a timeout in seconds . Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.LocalDateTimeField.SECOND Jakarta Persistence (JPA) Field in jakarta.persistence.criteria.LocalDateTimeField SECOND The second of the minute, numbered from 0 to 59, including a fractional part representing fractions of a second Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.LocalTimeField.SECOND Jakarta Persistence (JPA) Field in jakarta.persistence.criteria.LocalTimeField SECOND The second of the minute, numbered from 0 to 59, including a fractional part representing fractions of a second Since: Jakarta Persistence (JPA) 1.0 | |
Distributed second level cache Is it possible to configure the second level cache as distributed? The use-case: The object Person "John" is read on application node 1 and also on application node 2 to the second level caches. The object Person "John" is changed on application node 1 - name is set to "Jim" - so the second | |
a second mapping-file is ignored in persistence.xml by enhancer Why the second mapping-file is ignored? The unit test has following result, because not ... how you invoke the Enhancer. Do you use the -pu option to specify a persistence unit in which the second orm | |
Using of Second Level Cache In our use case we want to find some entity types always again very quickly by primary key or query in many short transactions. The entity MyEntity1 and its relationships to MyEntity2/MyEntity3 was load and the entity MyEntity1 is taken in the second level cache, the other entity types not | |
Enforce Second Level cacheEnforce Second Level cache | |
Date and Time in JPQL and Criteria Queries , MONTH , DAY , HOUR , MINUTE , and SECOND parts from a date or time value. For example: YEAR({d '2011 ... ({t '23:59:00'}) returns 23 . MINUTE({t '23:59:00'}) returns 59 . SECOND ({t '23:59:00'}) returns 0 ... ", Integer.class, time); Expression minute = cb. function ("minute", Integer.class, time); Expression second = cb. function (" second ", Integer.class, ts); | |
JPA Core Types back transactions. Utilities and Caching Access metadata, manage schema, and interact with the second -level ... to manipulate database structures at runtime or during testing. The interface for interacting with the second ... for entities within the persistence unit. This determines which entities are stored in the second -level | |
jakarta.persistence.criteria.CriteriaBuilder , Expression y ) Create a predicate for testing whether the first argument is between the second ... a predicate for testing whether the first argument is between the second and third arguments in value ... except ( CriteriaSelect left , CriteriaSelect right ) Create a query by (setwise) subtraction of the second | |
FROM clause (JPQL / Criteria API), which has two range variables and a WHERE clause. However, this second form of the query, which uses a join variable, is preferred. Besides being shorter and cleaner, the second query describes | |
JPA Class Enhancer a second argument: com.objectdb.Enhancer.enhance( "test.pc.*,test.X", text.X.class.getClassLoader ... later (and not on JRE 6, for example). Second , classes that are loaded into the JVM before ObjectDB | |
JPA Components Annotations and PROPERTY access. Entity and mapped superclass instances can also be configured for second -level caching: Specifies whether the entity is eligible for the second -level cache. Set to true or false | |
JPA Optimistic and Pessimistic Locking . PESSIMISTIC_WRITE ); The first argument is an entity. The second argument is the requested lock ... on the second lock request. Pessimistic Lock Timeout By default, when a pessimistic lock conflict occurs | |
SELECT clause (JPQL / Criteria API) ( c.name ), and the second is the capital city name ( c.capital.name ). The following code | |
Database Transaction Replayer.objectdb.Replayer my.odb 1000 When you specify a transaction ID as a second argument, the Replayer | |
Strings in JPQL and Criteria Queries ( % ) is a wildcard. The second , which follows the escape character, represents a literal % character. LENGTH | |
JPA Criteria Query Date/Time Extraction , and java.sql.Time ), including HOUR , MINUTE , and SECOND . Defines component types applicable | |
WHERE clause (JPQL / Criteria API). get ("population"), p)); Multiple restrictions The second where method takes a variable number of Predicate | |
Database Doctor. The second argument ( new.odb ) is the path for the new database file that the ObjectDB Doctor generates. | |
JPA Runtime Tuning & Configuration to find() and lock() . Cache retrieve mode Controls whether data is read from the second -level cache: USE | |
Query Parameters in JPA is constructed for each execution. Second , embedding strings in queries is unsafe and can expose | |
JPA Connections and Transactions of persistence unit properties as a second parameter: Map properties = new HashMap (); properties | |
JPA Shared (L2) Entity Cache a second -level (L2) cache of entities, which is managed by the EntityManagerFactory and shared by | |
GROUP BY and HAVING clauses, the second is a Long object for the number of countries in that group, and the third is the number | |
General Settings and Logging The inactivity-timeout attribute specifies the timeout in seconds before an inactive network socket | |
JPA Primary Key ( long ). The primary key of the first entity is 1, the second is 2, and so on. Primary key values | |
jakarta.persistence.EntityManager of the persistence context (or first-level cache) with the second -level cache, if any, may be controlled by ... denote an entity type or if the second argument is not a valid type for that entity's primary key or ... : IllegalArgumentException - if the first argument does not denote an entity type or if the second | |
jakarta.persistence.Timeout s ( int seconds ) Specify a timeout in seconds . (Abbreviation of seconds .) Since: Jakarta Persistence (JPA) 1.0 Timeout seconds ( int seconds ) Specify a timeout in seconds . Since: Jakarta | |
jakarta.persistence.CacheStoreMode , Constable , Comparable , Serializable Specifies how the EntityManager interacts with the second -level cache ... that data may be written to the second -level cache. BYPASS indicates that data may not be written to the second -level cache. REFRESH indicates that data must be written to the second -level cache | |
jakarta.persistence.EntityManagerFactory , an instance of Cache , allowing direct programmatic control over the second -level cache ... factory (the " second level cache"). Returns: an instance of Cache , or null if there is no second | |
jakarta.persistence.criteria.LocalTimeField of the hour, numbered from 0 to 59. Since: Jakarta Persistence (JPA) 1.0 SECOND The second of the minute, numbered from 0 to 59, including a fractional part representing fractions of a second | |
jakarta.persistence.criteria.LocalDateTimeField. Since: Jakarta Persistence (JPA) 1.0 SECOND The second of the minute, numbered from 0 to 59, including a fractional part representing fractions of a second Since: Jakarta Persistence (JPA) 1.0 TIME The time | |
jakarta.persistence.CacheRetrieveMode , Comparable , Serializable Specifies how the EntityManager interacts with the second -level cache when data ... that data may be read from the second -level cache. BYPASS indicates that data may not be read from the second -level cache. Enumerates legal values of the property jakarta.persistence.cache | |
jakarta.persistence.EntityTransaction, in seconds . This is a hint. Parameters: timeout - the timeout, in seconds , or null to indicate | |
jakarta.persistence.Column of decimal digits to use for storing fractional seconds in a SQL time or timestamp column. Applies only to columns of time or timestamp type. The default value -1 indicates that fractional seconds should not | |
jakarta.persistence.Cache Jakarta Persistence (JPA) Interface jakarta.persistence.Cache Interface used to interact with the second -level cache. If no second -level cache is in use, the methods of this interface have no effect, except for contains , which returns false. Since: Jakarta Persistence (JPA) 2.0 The Shared (L2 | |
jakarta.persistence.Timeout.s(int) Jakarta Persistence (JPA) Method in jakarta.persistence.Timeout Timeout s ( int seconds ) Specify a timeout in seconds . (Abbreviation of Timeout. seconds .) Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityTransaction.setTimeout(Integer) Jakarta Persistence (JPA) Method in jakarta.persistence.EntityTransaction void setTimeout ( Integer timeout ) Set the transaction timeout, in seconds . This is a hint. Parameters: timeout - the timeout, in seconds , or null to indicate that the database server should set the timeout Since: Jakarta Persistence (JPA) 3.2 | |
jakarta.persistence.EntityManagerFactory.getCache() Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManagerFactory Cache getCache() Access the cache that is associated with the entity manager factory (the " second level cache"). Returns: an instance of Cache , or null if there is no second -level cache in use. Throws | |
jakarta.persistence.criteria.CriteriaBuilder.except(CriteriaSelect,CriteriaSelect) (setwise) subtraction of the second query from the first query. Returns: a new criteria query which returns the result of subtracting the results of the second query from the results of the first query. Since: Jakarta Persistence (JPA) 3.2 | |
jakarta.persistence.criteria.CriteriaBuilder.exceptAll(CriteriaSelect,CriteriaSelect) (setwise) subtraction of the second query from the first query, without elimination of duplicate results. Returns: a new criteria query which returns the result of subtracting the results of the second | |
jakarta.persistence.Column.secondPrecision Jakarta Persistence (JPA) Method in jakarta.persistence.Column int secondPrecision (Optional) The number of decimal digits to use for storing fractional seconds in a SQL time or timestamp column ... seconds should not be stored in a time column, or that the maximum number of digits supported by | |
jakarta.persistence.TypedQuery of property or hint Returns: the same query instance. Throws: IllegalArgumentException - if the second | |
jakarta.persistence.Query - if the second argument is not valid for the implementation. Since: Jakarta Persistence (JPA) 1.0 Query | |
jakarta.persistence.StoredProcedureQuery Returns: the same query instance. Throws: IllegalArgumentException - if the second argument is not valid | |
jakarta.persistence.SharedCacheMode Jakarta Persistence (JPA) Enum jakarta.persistence.SharedCacheMode java.lang.Object ∟ java.lang.Enum ∟ jakarta.persistence.SharedCacheMode Implemented Interfaces: Constable , Comparable , Serializable Specifies how the provider must use a second -level cache for the persistence unit. Corresponds | |
jakarta.persistence.TypedQuery.setHint(String,Object): the same query instance. Throws: IllegalArgumentException - if the second argument is not valid for the implementation. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.EntityManager.setProperty(String,Object): IllegalArgumentException - if the property or hint name is recognized by the implementation, but the second argument | |
Step 6: Design a BIRT Report Table the data set in the [Data Explorer] window (under the data set node) and dropping them on the second |