Internal Website Search

91-100 of 200 resultsRefresh

javax.persistence.JoinTable

. It is specified on the owning side of an association. A join table is typically used in ... , and one-to-one associations (both bidirectional and unidirectional). When a join table is used in ... apply. The name of the join table is assumed to be the table names of the associated primary tables

javax.persistence.AssociationOverride

a join table, the joinTable element must be specified to override the mapping of the join table and/or its join columns. Example 1: Overriding the mapping ... > The join column(s) being mapped to the persistent attribute(s

JoinColumn.name

depends upon the context. If the join is for a OneToOne or ManyToOne mapping using ... embeddable. If the join is for a unidirectional OneToMany mapping using a foreign key mapping strategy, the foreign key is in the table of the target entity. If the join

correlate(parentJoin)

/Join" title="Interface in javax.persistence.criteria">Join<X,Y> correlate(  Join" title="Interface in javax.persistence.criteria">Join<X,Y> parentJoin) Create a subquery join

MapKeyJoinColumn.table

. If the join is for a map key for an element collection, the foreign key column is in the collection table for the map value. If the join is for a map key for a ManyToMany entity relationship or for a OneToMany entity relationship using a join table

MapKeyJoinColumn.name

. The table in which it is found depends upon the context. If the join is for a map key ... . If the join is for a map key for a ManyToMany entity relationship or for a OneToMany entity relationship using a join table, the foreign key column is in a join table.

JoinColumn.table

: If the join is for a OneToOne or ManyToOne mapping using a foreign key ... > If the join is for a unidirectional OneToMany mapping using a foreign key mapping strategy, the name of the table of the target entity. If the join is for a ManyToMany mapping or

javax.persistence.PessimisticLockScope

that are contained in join tables will be locked if the javax.persistence.lock.scopejoin tables will be locked if the javax.persistence.lock.scopejoin table or collection table for that relationship or collection. This means that phantoms

fetch(attribute, jt)

class="description"> Create a fetch join to the specified collection-valued attribute using the given join type. Parameters: attribute - target of the join jt

javax.jdo.Constants

/java/jdo/Constants/OPTION_MAPPING_JOINED_TABLE_PER_CLASS" title="Static Field of javax.jdo.Constants">OPTION_MAPPING_JOINED_TABLE_PER_CLASS JOINED_TABLE_PER_CONCRETE_CLASS" title