ObjectDB Database Search
101-150 of 200 resultsQuery execution time issue inner join e.person person inner join person.address address left join address.place addressPlace left join address.city addressCity left join address.county addressCounty left join person.birthPlace birthPlace left join person.birthCounty birthCounty left join person.citizenship citizenship left | |
Subquery.correlate(parentSet) - JPA Method JPA Method in jakarta.persistence.criteria.Subquery SetJoin correlate ( SetJoin parentSet ) Create a subquery set join object correlated to a set join object of the enclosing query. Parameters: parentSet - join object of the containing query Return: subquery join Since: JPA 2.0 | |
Subquery.correlate(parentCollection) - JPA Method JPA Method in jakarta.persistence.criteria.Subquery CollectionJoin correlate ( CollectionJoin parentCollection ) Create a subquery collection join object correlated to a collection join object of the enclosing query. Parameters: parentCollection - join object of the containing query Return: subquery join Since: JPA 2.0 | |
AnnotationRef jakarta.persistence.MapKeyColumn relationship or for a OneToMany entity relationship using a join table, the map key column is in a join table. If the map key is for a OneToMany entity relationship using a foreign key mapping ... a join table, the name of the join table for the map. If the map key is for a OneToMany entity | |
FetchParent | |
FetchParent | |
FetchParent | |
AnnotationRef jakarta.persistence.ManyToMany the join table . Every many-to-many association has two sides, the owning side and the non-owning, or inverse, side. The join table is specified on the owning side. If the association is bidirectional ... side. The join table for the relationship, if not defaulted, is specified on the owning side. The JoinTable | |
Subquery.getCorrelatedJoins() - JPA Method JPA Method in jakarta.persistence.criteria.Subquery Set getCorrelatedJoins () Return the correlated joins of the subquery. Returns empty set if the subquery has no correlated joins . Modifications to the set do not affect the query. Return: the correlated joins of the subquery Since: JPA 2.0 | |
AnnotationAttrRef jakarta.persistence.CollectionTable.joinColumns of the entity. The default only applies if a single join column is used. The default is the same as ... of the referenced primary key column.) However, if there is more than one join column, a JoinColumn annotation must be specified for each join column using the JoinColumns annotation. In this case | |
AnnotationRef jakarta.persistence.CollectionTable only applies if a single join column is used. The default is the same as for JoinColumn (i.e ... column.) However, if there is more than one join column, a JoinColumn annotation must be specified for each join column using the JoinColumns annotation. In this case, both the name | |
AnnotationRef jakarta.persistence.SecondaryTable table. If no primary key join columns are specified, the join columns are assumed to reference ... PrimaryKeyJoinColumn [] pkJoinColumns default {} (Optional) The columns that are used to join | |
CollectionJoin.on(restrictions) - JPA Method;Predicate... restrictions ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restrictions - zero or more restriction predicates Return: the modified join object Since: JPA 2.1 | |
CollectionJoin.on(restriction) - JPA Method; Expression restriction ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restriction - a simple or compound boolean expression Return: the modified join object Since: JPA 2.1 | |
FetchParent | |
From | |
Fetch.getJoinType() - JPA Method JPA Method in jakarta.persistence.criteria.Fetch JoinType getJoinType () Return the join type used in the fetch join . Return: join type Since: JPA 2.0 | |
ListJoin.on(restrictions) - JPA Method;restrictions ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restrictions - zero or more restriction predicates Return: the modified join object Since: JPA 2.1 | |
ListJoin.on(restriction) - JPA Method;restriction ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restriction - a simple or compound boolean expression Return: the modified join object Since: JPA 2.1 | |
MapJoin.on(restrictions) - JPA Method;restrictions ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restrictions - zero or more restriction predicates Return: the modified join object Since: JPA 2.1 | |
MapJoin.on(restriction) - JPA Method;restriction ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restriction - a simple or compound boolean expression Return: the modified join object Since: JPA 2.1 | |
From | |
From | |
AnnotationAttrRef jakarta.persistence.JoinColumn.referencedColumnName column is in the entity table of the owning entity, or inverse entity if the join is part of the inverse join definition. When used in a CollectionTable mapping, the referenced column is in the table of the entity containing the collection. Default (only applies if single join column is being used | |
From | |
From | |
SetJoin.on(restrictions) - JPA Method;restrictions ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restrictions - zero or more restriction predicates Return: the modified join object Since: JPA 2.1 | |
SetJoin.on(restriction) - JPA Method;restriction ) Modify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any. Parameters: restriction - a simple or compound boolean expression Return: the modified join object Since: JPA 2.1 | |
CriteriaQuery.select(selection) - JPA Method to specify the type of the select item when it results from a get or join operation and the query result ... ;)); CriteriaQuery q2 = cb.createQuery(Product.class); q2.select(q2.from(Order.class) . join ("items") . join | |
InterfaceRef jakarta.persistence.criteria.CriteriaQuery from a get or join operation and the query result type is specified. For example: CriteriaQuery q ... .from(Order.class) . join ("items") . join ("product")); Parameters: selection | |
EnumConstRef jakarta.persistence.PessimisticLockScope.NORMAL) that correspond to the non-collection-valued persistent state of that instance. If a joined inheritance ... for which the entity does not contain the foreign key (such as relationships that are mapped to join tables or | |
EnumConstRef jakarta.persistence.PessimisticLockScope.EXTENDED that are contained in join tables are locked if the property jakarta.persistence.lock.scope is specified ... collection generally locks only the rows in the join table or collection table for that relationship | |
PluralJoin.getModel() - JPA Method JPA Method in jakarta.persistence.criteria.PluralJoin PluralAttribute getModel () Return the metamodel representation for the collection-valued attribute corresponding to the join . Return: metamodel collection-valued attribute corresponding to the target of the join Since: JPA 2.0 | |
AnnotationAttrRef jakarta.persistence.AssociationOverride.joinColumns JPA Annotation Attribute in jakarta.persistence.AssociationOverride JoinColumn [] joinColumns default {} The join column(s) being mapped to the persistent attribute(s). The joinColumns elements ... . The joinColumns element must not be specified if a join table is used in the overriding of the mapping of the relationship. Since: JPA 1.0 | |
AnnotationAttrRef jakarta.persistence.AssociationOverride.joinTable JPA Annotation Attribute in jakarta.persistence.AssociationOverride JoinTable joinTable default @JoinTable The join table that maps the relationship. The joinTable element must be specified if a join table is used in the overriding of the mapping of the relationship. The joinTable element must not | |
EnumRef jakarta.persistence.SynchronizationType with the current transaction or whether the persistence context must be explicitly joined ... Persistence context must be explicitly joined to the current transaction Since: JPA 2.1 Public Static Enum | |
AnnotationAttrRef jakarta.persistence.MapKeyColumn.table entity relationship using a join table, the name of the join table for the map. If the map key | |
AnnotationAttrRef jakarta.persistence.MapKeyColumn.name a join table, the map key column is in a join table. If the map key is for a OneToMany entity | |
AnnotationAttrRef jakarta.persistence.PrimaryKeyJoinColumn.referencedColumnName JPA Annotation Attribute in jakarta.persistence.PrimaryKeyJoinColumn String referencedColumnName default "" (Optional) The name of the primary key column of the table being joined to. Defaults to the same name as the primary key column of the primary table of the superclass ( JOINED mapping | |
Fetch.getAttribute() - JPA Method JPA Method in jakarta.persistence.criteria.Fetch Attribute getAttribute () Return the metamodel attribute corresponding to the fetch join . Return: metamodel attribute for the join Since: JPA 2.0 | |
AnnotationRef jakarta.persistence.ForeignKey and delete actions it determines most appropriate for the join column(s) to which the foreign key ... actions it determines most appropriate for the join column or columns to which the foreign key | |
InterfaceRef jakarta.persistence.StoredProcedureQuery: TransactionRequiredException - if there is no transaction or the persistence context has not been joined ... NONE} has been set and there is no transaction or the persistence context has not been joined to the transaction | |
EnumRef jakarta.persistence.InheritanceType Since: JPA 1.0 Enum Constants JOINED A table for each abstract or concrete entity class ... properties, and so the state of an entity instance might be stored across multiple table rows. A join | |
EntityManager.isJoinedToTransaction() - JPA Method JPA Method in jakarta.persistence.EntityManager boolean isJoinedToTransaction () Determine whether the entity manager is joined to the current transaction. Returns false if the entity manager is not joined to the current transaction or if no transaction is active. Return: boolean Since: JPA 2.1 | |
combined index not used.linkedObjects join v$2). Step 5: Process ObjectProperty (v$3) instances (for every result tuple ... .hummingbird.ObjectProperty locating ObjectProperty (v$3) instances that satisfy: (v$1.properties join v$3 ... performance). Complex heavy queries with several JOIN operations require examining large number | |
ClassRef jakarta.persistence.EntityNotFoundException the database. The current transaction, if one is active and the persistence context has been joined | |
AnnotationAttrRef jakarta.persistence.NamedQuery.lockMode JPA Annotation Attribute in jakarta.persistence.NamedQuery LockModeType lockMode default LockModeType.NONE (Optional) The lock mode type to use in query execution. If a lockMode other than LockModeType.NONE is specified, the query must be executed in a transaction and the persistence context joined to the transaction. Since: JPA 2.0 | |
AnnotationAttrRef jakarta.persistence.JoinTable.inverseJoinColumns JPA Annotation Attribute in jakarta.persistence.JoinTable JoinColumn [] inverseJoinColumns default {} (Optional) The foreign key columns of the join table which reference the primary table of the entity that does not own the association. (I.e. the inverse side of the association). Uses the same defaults as for JoinColumn . Since: JPA 1.0 | |
AnnotationRef jakarta.persistence.NamedQuery and the persistence context joined to the transaction. Since: JPA 2.0 String name default null (Required | |
AnnotationAttrRef jakarta.persistence.JoinColumns.value JPA Annotation Attribute in jakarta.persistence.JoinColumns JoinColumn [] value default null The join columns that map the relationship. Since: JPA 1.0 |