ObjectDB Database Search
151-200 of 200 resultsproblem using macbook with M1 chip?; Inner classes: [ inner class info: # 3 com/objectdb/o/UNM$f, outer class info ... ; // Stack: 3 , Locals: 1 UNM(); 0 aload_0 [this] 1  ... .UNM$f [ 3 ] 4 areturn Line numbers:   | |
find repeated records by JPQL splitting the query into two queries - first execute the inner query and then use the result collection as ... into two queries - first execute the inner query and then use the result collection as a parameter ... You may try splitting the query into two queries - first execute the inner query and then use | |
Multiple joins did not return expected result Hello, I have 3 entity classes: Event - String title Calendar - List @OneToMany SharedCalendar ... its id like: SELECT event FROM Calendar c1, SharedCalendar c2 INNER JOIN c1.events AS event INNER JOIN ... , SharedCalendar c2 INNER JOIN c1.events AS event1 INNER JOIN c2.original.events AS event2 WHERE c1.id=?1 | |
slow performance for a complex query FROM CDI $1, Organisation $2, Organisation $ 3 WHERE ((UPPER($1.cdiId) LIKE 'THREAD14%') AND ((($1 ... .parentOrgId=$ 3 .organisationId) AND ($ 3 .parentOrgId=$2.organisationId)) AND ($2.parentOrgId='news ... follows: SELECT DISTINCT $1 FROM CDI $1, Organisation $2, Organisation $ 3 WHERE (($1.id IN :cdiids | |
jakarta.persistence.SecondaryTable: {} Since: Jakarta Persistence (JPA) 3 .2 String comment (Optional) A comment to be applied ... ) 3 .2 String options (Optional) A SQL fragment appended to the generated DDL statement which creates ... Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang | |
jakarta.persistence.Table: {} Since: Jakarta Persistence (JPA) 3 .2 String comment (Optional) A comment to be applied to the table. This is only used if table generation is in effect. Default: "" Since: Jakarta Persistence (JPA) 3 .2 ... (JPA) 3 .2 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang.annotation | |
jakarta.persistence.NamedNativeQuery: {} Since: Jakarta Persistence (JPA) 3 .2 ConstructorResult[] classes Specifies the result set mapping to constructors ... ) 3 .2 ColumnResult[] columns Specifies the result set mapping to scalar values. May not be used in combination with resultSetMapping . Default: {} Since: Jakarta Persistence (JPA) 3 .2 Additional JDK | |
jakarta.persistence.MapKeyJoinColumn; ... } Example 3 : @Entity public class Student { @Id int studentId; ... @ManyToMany // students and courses ... . Default: "" Since: Jakarta Persistence (JPA) 3 .2 String table (Optional) The name of the table | |
jakarta.persistence.EntityTransaction (JPA) 3 .2 boolean isActive () Indicate whether a resource transaction is in progress. Returns ... that the database server should set the timeout Since: Jakarta Persistence (JPA) 3 .2 | |
jakarta.persistence.criteria.AbstractQuery Persistence (JPA) 3 .2 boolean isDistinct () Return whether duplicate query results must be eliminated or ... removed. Parameters: restrictions - a list of zero or more restriction predicates Returns: the modified query. Since: Jakarta Persistence (JPA) 3 .2 | |
jakarta.persistence.criteria.CriteriaQuery) 3 .2 boolean isDistinct () Return whether duplicate query results must be eliminated or retained ... more restriction predicates Returns: the modified query. Since: Jakarta Persistence (JPA) 3 .2 | |
jakarta.persistence.CheckConstraint is in effect. See Also: Table.check() Column.check() Since: Jakarta Persistence (JPA) 3 .2 Annotation ... ) 3 .2 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang.annotation | |
combined index not used.properties.doubleValue FROM Action a WHERE a.type = 0 and a.subType = 3 and a.state = 3 and a.endDate = ?1 ... . [Step 1d] Filter the results of step 1c retaining only results that satisfy: (a.state= 3 ). [Step 1e] Filter the results of step 1d retaining only results that satisfy: (a.subType= 3 ). [Step 1f] Filter | |
jakarta.persistence.PersistenceUnitTransactionType via the EntityTransaction interface. Since: Jakarta Persistence (JPA) 3 .2 Enum Constants JTA | |
jakarta.persistence.Index: "" Since: Jakarta Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang.annotation | |
jakarta.persistence.ForeignKey Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang.annotation.Annotation java.lang | |
jakarta.persistence.LockOption. See Also: LockModeType PessimisticLockScope Timeout EntityManager.lock(Object, LockModeType, LockOption...) Since: Jakarta Persistence (JPA) 3 .2 | |
jakarta.persistence.MapKeyColumn. May not be used in conjunction with columnDefinition . Default: "" Since: Jakarta Persistence (JPA) 3 .2 | |
jakarta.persistence.MapKeyClass; ... } Example 3 : @Entity public class Company { @Id int id; ... @OneToMany(targetEntity = com | |
jakarta.persistence.ManyToMany, mappedBy = "phones") public Set getCustomers() { return customers; } Example 3 : // In Customer class | |
jakarta.persistence.Convert; } Example 3 : Disable conversion in the presence of an autoapply converter @Convert | |
jakarta.persistence.ConnectionConsumer EntityManager.runWithConnection(ConnectionConsumer) Since: Jakarta Persistence (JPA) 3 .2 Public Instance | |
jakarta.persistence.ConnectionFunction EntityManager.callWithConnection(ConnectionFunction) Since: Jakarta Persistence (JPA) 3 .2 Public | |
jakarta.persistence.DiscriminatorColumn with columnDefinition . Default: "" Since: Jakarta Persistence (JPA) 3 .2 int length (Optional) The column length | |
jakarta.persistence.EntityResult by the SQL query. Default: LockModeType.OPTIMISTIC Since: Jakarta Persistence (JPA) 3 .2 FieldResult | |
jakarta.persistence.FindOption Timeout EntityManager.find(Class, Object, FindOption...) EntityManager.find(EntityGraph, Object, FindOption...) Since: Jakarta Persistence (JPA) 3 .2 | |
jakarta.persistence.EnumeratedValue (JPA) 3 .2 Annotation Elements This is a marker annotation with no members/elements. Additional JDK | |
jakarta.persistence.criteria.Nulls(Expression, Nulls) CriteriaBuilder.desc(Expression, Nulls) Since: Jakarta Persistence (JPA) 3 .2 Enum | |
jakarta.persistence.criteria.Order: the precedence of null values . Since: Jakarta Persistence (JPA) 3 .2 boolean isAscending | |
jakarta.persistence.criteria.TemporalField. See Also: LocalDateField LocalTimeField LocalDateTimeField CriteriaBuilder.extract(TemporalField, Expression) Since: Jakarta Persistence (JPA) 3 .2 | |
jakarta.persistence.metamodel.Metamodel.persistence.Entity.name Since: Jakarta Persistence (JPA) 3 .2 EntityType entity ( Class cls ) Return | |
jakarta.persistence.UniqueConstraint. Default: "" Since: Jakarta Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang | |
jakarta.persistence.TypedQueryReference) Since: Jakarta Persistence (JPA) 3 .2 Public Instance Methods Map getHints () A map keyed by hint name | |
jakarta.persistence.criteria.CriteriaSelect Jakarta Persistence (JPA) Interface jakarta.persistence.criteria.CriteriaSelect Type Parameters: - the type returned by the query Abstracts over top-level queries and unions and intersections of top-level queries. Since: Jakarta Persistence (JPA) 3 .2 | |
jakarta.persistence.criteria.LocalDateField which can be extracted from a LocalDate . Since: Jakarta Persistence (JPA) 3 .2 Public Static Fields DAY The calendar | |
jakarta.persistence.criteria.LocalTimeField which can be extracted from a LocalTime . Since: Jakarta Persistence (JPA) 3 .2 Public Static Fields HOUR The hour | |
jakarta.persistence.criteria.LocalDateTimeField which can be extracted from a LocalDateTime . Since: Jakarta Persistence (JPA) 3 .2 Public Static Fields DATE | |
jakarta.persistence.AttributeOverride protected Address address; ... } Example 3 : @Entity public class PropertyRecord { @EmbeddedId protected | |
jakarta.persistence.CollectionTable effect. Default: "" Since: Jakarta Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang | |
jakarta.persistence.PrimaryKeyJoinColumn with columnDefinition . Default: "" Since: Jakarta Persistence (JPA) 3 .2 ForeignKey foreignKey (Optional) Used | |
jakarta.persistence.SchemaValidationException() Since: Jakarta Persistence (JPA) 3 .2 Public Constructors SchemaValidationException ( String message | |
jakarta.persistence.SchemaManager.getSchemaManager() Since: Jakarta Persistence (JPA) 3 .2 Public Instance Methods void create | |
jakarta.persistence.RefreshOption EntityManager.refresh(Object, RefreshOption...) Since: Jakarta Persistence (JPA) 3 .2 | |
jakarta.persistence.SequenceGenerator to the generated DDL statement which creates this sequence. Default: "" Since: Jakarta Persistence (JPA) 3 .2 | |
jakarta.persistence.Timeout Persistence (JPA) 3 .2 Public Static Methods Timeout milliseconds ( int milliseconds ) Specify | |
jakarta.persistence.TableGenerator to the generated DDL statement which creates this table. Default: "" Since: Jakarta Persistence (JPA) 3 | |
jakarta.persistence.OrderColumn . Default: "" Since: Jakarta Persistence (JPA) 3 .2 Additional JDK methods inherited from java.lang | |
jakarta.persistence.Persistence) 3 .2 void generateSchema ( String persistenceUnitName , Map map ) Create database schemas and/or | |
jakarta.persistence.OneToOne Integer id; ... } Example 3 : One-to-one association from an embeddable class to another entity. @Entity | |
jakarta.persistence.OneToMany customer; } Example 3 : Unidirectional One-to-Many association using a foreign key mapping // In |