ObjectDB Database Search
101-150 of 200 resultsUsing Enum type in NamedQuery: Field is not found in type with queries that reference enum types . On my entity object is a static enum public static enum Type { A,B,C } that is stored in an @Enumerated member variable private Type type ; @Enumerated public Type getType() { return type ; } I then try to query this field | |
Cascade type annotaion on an embeddable typeCascade type annotaion on an embeddable type | |
Possible cause for "Enhancement of type ... is old and cannot be used" We get the following log: [2015-06-08 13:07:02 #1 type .user] Enhancement of type com.btc.ep ... :-2962887009206123121) [2015-06-08 13:07:02 #2 type ] Type com.btc.ep.requirement.bl.internal.ScopeRequirementContainerImpl is not enhanced. [2015-06-08 13:07:02 #3 type .user] Enhancement of type com.btc.ep | |
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 by setting the path attribute in the configuration . The recording directory contains two types | |
Database Replication and Clustering it synchronized with the master. A single ObjectDB server can manage different types of databases, including | |
Detached JPA Entities entity with the same identity (the same type and primary key). If a corresponding managed entity does | |
Strings in JPQL and Criteria Queries, trailing, or both types of characters (usually spaces). For example: TRIM(' UK ') is evaluated to 'UK | |
Collections in JPQL and Criteria Queries you to use both the IN and MEMBER OF operators with any type of collection. In ObjectDB, these operators | |
Auto Generated Values a separate generator for each type hierarchy, so the generated values are unique | |
Retrieving JPA Entities from this automatic cascaded retrieval by specifying a lazy fetch type : @Entity class Employee | |
JPA Named Queries takes a query name and a result type and returns a TypedQuery instance: TypedQuery query = em | |
SQL Queries Annotations to entity fields or scalar types with these detailed annotations: Maps a native query result to a specific | |
Defining a JPA Entity Class more information about defining entity classes, including which types to use for persistent fields | |
JPA Shared (L2) Entity Cache.retrieveMode", CacheRetrieveMode . BYPASS ); // For retrieval by type and primary key: em. find | |
BIRT/ODA ObjectDB Driver and selecting New Data Source . Select ObjectDB Data Source from the list of available data source types | |
ORDER BY clause (JPQL / Criteria API) expression whose type is comparable (for example, numbers, strings, and date values) and is derived from | |
ObjectDB Overview. Can easily be embedded in applications of any type and size. Tested with Tomcat, Jetty, GlassFish | |
jakarta.persistence.MapKeyColumn Jakarta Persistence (JPA) Annotation Type jakarta.persistence.MapKeyColumn Implemented Interfaces ... is a basic type . If the name element is not specified, it defaults to the concatenation ... to the generated SQL to create a column of the inferred type . Default: "" Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.Converter Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Converter Implemented Interfaces: Annotation Target: Type Declares that the annotated class is a converter and specifies ... mapping descriptor. The target type for a converter is determined by the actual type argument of the first | |
jakarta.persistence.metamodel.Attribute Jakarta Persistence (JPA) Interface jakarta.persistence.metamodel.Attribute Type Parameters: - The type of the represented attribute - The represented type that contains the attribute Represents an attribute of a Java type . Since: Jakarta Persistence (JPA) 2.0 Public Instance Methods ManagedType | |
jakarta.persistence.metamodel.BasicType Jakarta Persistence (JPA) Interface jakarta.persistence.metamodel.BasicType Type Parameters: - The represented basic type Super Interfaces: Type An instance of BasicType represents a basic type (possibly an enumerated , LOB , or temporal type ). Since: Jakarta Persistence (JPA) 2.0 Public Instance | |
jakarta.persistence.IdClass Jakarta Persistence (JPA) Annotation Type jakarta.persistence.IdClass Implemented Interfaces: Annotation Target: Type Specifies a composite primary key type whose fields or properties map to the identifier fields or properties of the annotated entity class. The specified primary key type | |
jakarta.persistence.criteria.CommonAbstractCriteria are typed differently. Criteria queries are typed according to the query result type . Update and delete operations are typed according to the target of the update or delete. Since: Jakarta Persistence ... type ) Create a subquery of the query. Parameters: type - the subquery result type Returns: subquery | |
jakarta.persistence.Lob Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Lob Implemented Interfaces ... should be persisted as a large object to a database-native large object (LOB) type . Portable applications should use the Lob annotation when mapping to a database Lob type . The Lob annotation may be used in | |
jakarta.persistence.MapKeyEnumerated Jakarta Persistence (JPA) Annotation Type jakarta.persistence.MapKeyEnumerated Implemented Interfaces: Annotation Target: Method, Field Specifies the enum type for a map key whose basic type is an enumerated type . The MapKeyEnumerated annotation can be applied to an element collection or | |
jakarta.persistence.criteria.CriteriaUpdate Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.CriteriaUpdate Type Parameters: - the entity type that is the target of the update Super Interfaces: CommonAbstractCriteria ... of type X Returns: query root corresponding to the given entity. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaDelete Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.CriteriaDelete Type Parameters: - the entity type that is the target of the DELETE Super Interfaces: CommonAbstractCriteria ... that is being deleted. Parameters: entity - metamodel entity representing the entity of type X Returns: query root | |
jakarta.persistence.MapKeyClass Jakarta Persistence (JPA) Annotation Type jakarta.persistence.MapKeyClass Implemented Interfaces: Annotation Target: Method, Field Specifies the type of the map key for associations of type java.util.Map . The map key can be a basic type , an embeddable class, or an entity. If the map is specified | |
jakarta.persistence.LockModeType LockModeType.OPTIMISTIC and OPTIMISTIC_FORCE_INCREMENT . The lock mode types READ and WRITE ... applications. The semantics of requesting locks of type LockModeType.OPTIMISTIC and LockModeType.OPTIMISTIC_FORCE_INCREMENT are the following. If transaction T1 calls for a lock of type LockModeType | |
jakarta.persistence.ColumnResult Jakarta Persistence (JPA) Annotation Type jakarta.persistence.ColumnResult Implemented Interfaces ... the name of a column in the SELECT list — i.e., column alias, if applicable. Scalar result types ... (JPA) 1.0 Class type (Optional) The Java type to which the column type is to be mapped. If the type | |
jakarta.persistence.Entity Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Entity Implemented Interfaces: Annotation Target: Type Declares that the annotated class is an entity. The annotated entity class ... type maps to a single column in one of the tables mapped by the entity, a field of property | |
jakarta.persistence.DiscriminatorColumn Jakarta Persistence (JPA) Annotation Type jakarta.persistence.DiscriminatorColumn Implemented Interfaces: Annotation Target: Type Specifies the discriminator column for the SINGLE_TABLE and JOINED ... , the name of the discriminator column defaults to "DTYPE" and the discriminator type | |
Step 3: Create an ObjectDB Data Source of available data source types . Enter data source name (e.g. ObjectDB Points ) and click Next . Specify | |
Step 1: Create a Java Project We start by creating a new Java project, using: File New Project... If you are using Eclipse IDE for Java EE Developers, you can see in the [New] menu a command for creating a [JPA Project]. We are not using that type of project in this tutorial but rather an ordinary Java Project. In the [New | |
Spring MVC JPA Tutorial - NetBeans Project the transaction type from RESOURCE_LOCAL to JTA in the persistence.xml file. If a browser is not opened - open it at http://localhost:8080/Guestbook/. | |
ObjectDB 1.0 Manual class is and which types are supported by JDO. Chapter 4 - JDO Metadata Shows how to define JDO |