ObjectDB Database Search
51-100 of 200 resultsjakarta.persistence.criteria.CriteriaQuery Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.CriteriaQuery Type Parameters: - the type of the defined result Super Interfaces: AbstractQuery , CriteriaSelect ... must be retained. This method only overrides the return type of the corresponding AbstractQuery method. Overrides | |
Index Definition every indexed field must contain either null or a value of one of the following persistable types : Primitive types : boolean , byte , short , char , int , long , float , double. Equivalent wrapper ... , java.sql.Timestamp. Any enum type . Reference to an entity object. Arrays and collections that contain | |
Privacy Policy, as applicable. Collecting and Using Your Personal Data Types of Data Collected Personal Data ... device identifiers, browser type , browser version, the time and date of Your visit, the pages ... automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID | |
jakarta.persistence.TypedQuery Jakarta Persistence (JPA) Interface jakarta.persistence.TypedQuery Type Parameters: - query result type Super Interfaces: Query Interface used to control the execution of typed queries ... Parameter getParameter ( String name , Class type ) Get the parameter object corresponding to the declared | |
jakarta.persistence.criteria.CriteriaBuilder. Parameters: targetEntity - target type for delete operation Returns: the query object. Since: Jakarta ... query object to perform a bulk update operation. Parameters: targetEntity - target type for update ... result type . Parameters: resultClass - type of the query result Returns: criteria query object | |
jakarta.persistence.StoredProcedureQuery , Class type ) Get the parameter object corresponding to the declared parameter of the given name and type ... : name - parameter name type - type Returns: parameter object. Throws: IllegalStateException ... or is not assignable to the type . Since: Jakarta Persistence (JPA) 2.0 Parameter getParameter ( int | |
jakarta.persistence.criteria.Subquery Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.Subquery Type Parameters: - the type of the selection item. Super Interfaces: AbstractQuery , Expression , CommonAbstractCriteria ... as ( Class type ) Perform a typecast upon the expression, returning a new expression object. Unlike | |
jakarta.persistence.Query. Since: Jakarta Persistence (JPA) 2.0 Parameter getParameter ( String name , Class type ) Get the parameter object corresponding to the declared parameter of the given name and type . This method is required to be supported for criteria queries only. Parameters: name - parameter name type - type | |
Storing JPA Entity Objects of other persistable types can only be stored in the database embedded in containing entities (as field ... already contains another entity of the same type with the same primary key, an EntityExistsException ... (); Instances of persistable types other than entity classes are automatically stored embedded in | |
Control and Setting This section contains miscellaneous JPA types . The PersistenceUtil and PersistenceUnitUtil interfaces provide general utility methods: The Cache interface and the CacheRetrieveMode and CacheStoreMode enum types serve in managing the EntityManagerFactory's shared (level 2) cache: Other enum types are provided for setting of various JPA operations: | |
Entity Management Settings" ) specifies whether the Enhancer Agent should be loaded to enhance persistable types on the fly ... the reference type for holding non dirty entities in the persistence context of the EntityManager ... of serializable types that are non persistable otherwise (e.g. a user defined class, which is not an entity | |
JPA Criteria API Queries = query. getResultList (); Because eventually both types of queries are represented by a TypedQuery ... , navigation and types ( get , type ). Arithmetic expressions ( sum , diff , prod , quot , mod , abs | |
jakarta.persistence.metamodel.MapAttribute Jakarta Persistence (JPA) Interface jakarta.persistence.metamodel.MapAttribute Type Parameters: - The type the represented Map belongs to - The type of the value of the represented Map - The type ... of the type MapAttribute represent persistent Map -valued attributes. Since: Jakarta Persistence (JPA | |
jakarta.persistence.metamodel.PluralAttribute Jakarta Persistence (JPA) Interface jakarta.persistence.metamodel.PluralAttribute Type Parameters: - The type the represented collection belongs to - The element type of the represented collection - The type of the represented collection Super Interfaces: Attribute , Bindable Instances of the type | |
jakarta.persistence.metamodel.ListAttribute Jakarta Persistence (JPA) Interface jakarta.persistence.metamodel.ListAttribute Type Parameters: - The type the represented List belongs to - The element type of the represented List Super Interfaces: PluralAttribute , Attribute , Bindable Instances of the type ListAttribute represent persistent | |
jakarta.persistence.metamodel.CollectionAttribute Jakarta Persistence (JPA) Interface jakarta.persistence.metamodel.CollectionAttribute Type Parameters: - The type the represented Collection belongs to - The element type of the represented Collection Super Interfaces: PluralAttribute , Attribute , Bindable Instances of the type | |
jakarta.persistence.metamodel.SetAttribute Jakarta Persistence (JPA) Interface jakarta.persistence.metamodel.SetAttribute Type Parameters: - The type the represented Set belongs to - The element type of the represented Set Super Interfaces: PluralAttribute , Attribute , Bindable Instances of the type SetAttribute represent persistent Set | |
jakarta.persistence.criteria.Path Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.Path Type Parameters: - the type ... or compound attribute path from a bound type or collection, and is a "primitive" expression. Since: Jakarta Persistence (JPA) 2.0 The Paths and Types in JPQL and Criteria API article explains | |
jakarta.persistence.metamodel.SingularAttribute Jakarta Persistence (JPA) Interface jakarta.persistence.metamodel.SingularAttribute Type Parameters: - The type containing the represented attribute - The type of the represented attribute Super Interfaces: Attribute , Bindable Instances of the type SingularAttribute represents persistent single | |
JPA Lifecycle Events which is the source of the lifecycle event. The argument can have any type that matches the actual value (e.g. in the code above, Object can be replaced by a more specific type ). The listener class | |
JPA Query Expressions (JPQL / Criteria) , ...). Paths, navigation and types ( get , type ). Arithmetic expressions ( sum , diff , prod | |
Auto Generated Values per type hierarchy, so generated values are unique only per type hierarchy. The Sequence Strategy | |
JPA Class Enhancer that have been enhanced: [ObjectDB 2.9.0] 3 persistable types have been enhanced: test.MyEntity1 test.MyEntity2 test.MyEmbeddable 2 NON persistable types have been enhanced: Main test.Manager You can also specify names | |
JPA Metamodel API of the JPA Metamodel API is: Types (mainly classes) and attributes (persistent field and properties) in the persistent object model are represented by the following sets of interfaces and enum types | |
GROUP BY and HAVING clauses aggregate expressions: count , countDistinct - return a long type expression representing the number ... - returns a double type expression representing the average of numeric values. min , least - return | |
jakarta.persistence.criteria.ParameterExpression Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.ParameterExpression Type Parameters: - the type of the parameter expression Super Interfaces: Parameter , Expression , Selection , TupleElement Type of criteria query parameter expressions. Since: Jakarta Persistence (JPA) 2.0 Public | |
jakarta.persistence.EntityManagerFactory the application, and which must be colocated in their mapping to a single database. If two entity types ... via the PersistenceConfiguration API. Every persistence unit has a transaction type , either JTA , or RESOURCE_LOCAL . Resource ... other useful APIs: an instance of Metamodel exposing a model of the managed types associated | |
jakarta.persistence.metamodel.Metamodel Public Instance Methods EmbeddableType embeddable ( Class cls ) Return the metamodel embeddable type representing the embeddable class. Parameters: cls - the type of the represented embeddable class Returns: the metamodel embeddable type . Throws: IllegalArgumentException - if not an embeddable class | |
jakarta.persistence.criteria.Expression Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.Expression Type Parameters: - the type of the expression Super Interfaces: Selection , TupleElement Type for query expressions ... Persistence (JPA) 1.0 Expression as ( Class type ) Perform a typecast upon the expression, returning a new | |
jakarta.persistence.Convert Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Convert Implemented Interfaces: Annotation Target: Method, Field, Type Specifies how the values of a field or property are converted to a basic type , enabling a converter defined autoApply=false , overriding the use of a converter | |
jakarta.persistence.criteria.Predicate: Expression , Selection , TupleElement The type of a simple or compound predicate: a conjunction or ... Persistence (JPA) 1.0 Expression as ( Class type ) Perform a typecast upon the expression, returning a new expression object. Unlike Expression.cast , this method does not cause type conversion | |
jakarta.persistence.AttributeConverter Jakarta Persistence (JPA) Interface jakarta.persistence.AttributeConverter Type Parameters: - a basic type representing the type of the database column - the target type , that is, the type ... whose methods convert between: the target type of the converter, an arbitrary Java type which may be used | |
jakarta.persistence.criteria.CriteriaBuilder.Case: selection item. Since: Jakarta Persistence (JPA) 1.0 Expression as ( Class type ) Perform a typecast ... cause type conversion: the runtime type is not changed. Warning: may result in a runtime failure. Inherited from Expression Parameters: type - intended type of the expression Returns: new expression | |
jakarta.persistence.criteria.CriteriaBuilder.In type ) Perform a typecast upon the expression, returning a new expression object. Unlike Expression.cast , this method does not cause type conversion: the runtime type is not changed. Warning: may result in a runtime failure. Inherited from Expression Parameters: type - intended type of the expression | |
jakarta.persistence.criteria.CriteriaBuilder.Coalesce: selection item. Since: Jakarta Persistence (JPA) 1.0 Expression as ( Class type ) Perform a typecast ... cause type conversion: the runtime type is not changed. Warning: may result in a runtime failure. Inherited from Expression Parameters: type - intended type of the expression Returns: new expression | |
jakarta.persistence.criteria.AbstractQuery Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.AbstractQuery Type Parameters: - the type of the result Super Interfaces: CommonAbstractCriteria The AbstractQuery interface defines ... the entity of type X Returns: query root corresponding to the given entity. Since: Jakarta Persistence | |
jakarta.persistence.criteria.CriteriaBuilder.SimpleCase: selection item. Since: Jakarta Persistence (JPA) 1.0 Expression as ( Class type ) Perform ... not cause type conversion: the runtime type is not changed. Warning: may result in a runtime failure. Inherited from Expression Parameters: type - intended type of the expression Returns: new | |
jakarta.persistence.Enumerated Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Enumerated Implemented Interfaces ... an enumerated type . This annotation is optional if the type of a persistent field or property is a Java enum type . The Enumerated annotation may be used in conjunction with the Basic annotation, or | |
jakarta.persistence.criteria.Fetch Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.Fetch Type Parameters: - the source type of the fetch - the target type of the fetch Super Interfaces: FetchParent Represents a join ... join type . Inherited from FetchParent Parameters: jt - join type attribute - target of the join | |
jakarta.persistence.Embeddable Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Embeddable Implemented Interfaces: Annotation Target: Type Declares a type whose instances are stored as an intrinsic part of an owning entity, sharing the identity of the entity. A single embeddable type may be used as the type | |
jakarta.persistence.metamodel.Bindable Jakarta Persistence (JPA) Interface jakarta.persistence.metamodel.Bindable Type Parameters: - The type of the represented object or attribute An instances of the type Bindable represents an object or attribute type that can be bound into a Path . Since: Jakarta Persistence (JPA) 2.0 Public | |
jakarta.persistence.criteria.FetchParent Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.FetchParent Type Parameters: - the source type - the target type Represents an element of the from clause which may function as ... to the specified single-valued attribute using the given join type . Parameters: jt - join type | |
jakarta.persistence.Basic Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Basic Implemented Interfaces: Annotation Target: Method, Field The simplest type of mapping of a persistent field or property to a single database column. The Basic annotation may be applied to a property or instance variable whose type | |
jakarta.persistence.Column Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Column Implemented Interfaces ... of type numeric or decimal . Since: Jakarta Persistence (JPA) 1.0 Annotation Elements String name ... for the column. Defaults to the generated SQL to create a column of the inferred type . The specified DDL | |
Apache License, Version 2.0, January 2004 to compiled object code, generated documentation, and conversions to other media types . "Work" shall | |
Database Transaction Replayer directory contains two types of files: Backup files - with names of the form .odb Recording files | |
Database Replication and Clustering ObjectDB server can manage different types of databases, including master databases, slave database (by | |
Detached Entity Objects with the same identity (i.e. same type and primary key). If the EntityManager does not manage such an entity | |
Collections in JPQL and Criteria Queries both operators ( IN and MEMBER OF) with any type of collection, so in ObjectDB these operators | |
Step 5: Design a BIRT Report Chart In this step we will add a simple chart to the report: Open the [New Chart] dialog box by dragging a Chart from the [Palette] window and dropping it on the report design (.rptdesign) layout. In the [Select Chart Type ] tab select Tube as the chart type and click Next . In the [Select Data |