Internal Website Search

161-170 of 200 resultsRefresh

MapKey.name

that is used as the map key. Default: If the name element is not specified, the primary key of the associated entity is used as the map key. If the primary key is a composite primary key and is mapped as IdClass, an instance of the primary key class is used as the key.

PrimaryKeyJoinColumn.name

of the superclass (JOINED mapping strategy); the same name as the primary key column of the primary table (SecondaryTable mapping); or the same name as the primary key column for the table for the referencing entity (OneToOne mapping).

PrimaryKeyJoinColumn.referencedColumnName

of the primary table of the superclass (JOINED mapping strategy); the same name as the primary key column of the primary table (SecondaryTable mapping); or the same name as the primary key column for the table for the referencing entity (OneToOne mapping).

getProperties()

.persistence">javax.persistence.EntityManagerMap<String,Object> getProperties()map does not change the configuration ... > map of properties and hints in effect for entity manager

JoinColumn.referencedColumnName

column. When used with entity relationship mappings other than the cases ... with a unidirectional OneToMany foreign key mapping, the referenced column is in the table ... is part of the inverse join definition. When used in a CollectionTable mapping

javax.persistence.AssociationOverrides

mappings of multiple relationship properties or fields. Example: mappings that are to be applied to the relationship field or property . (Required) The association override mappings

javax.persistence.MapsId

> or OneToOne relationship attribute that provides the mapping ... id; ... @MapsId("empid") // maps the empid attribute of embedded id ... , the relationship maps the entity’s primary key.

setExtensions(extensions)

.Queryvoid setExtensions(  Map extensions) Set multiple extensions, or use null to clear all extensions. Map keys ... - the map of extensions

javax.jdo.annotations.Persistent

="description"> Column definition(s) for this member. Used for mapping multiple columns ... member in the other class where this value is mapped (bidirectional relationship). mapped (bidirectional relationship).

javax.jdo.annotations.Discriminator

when using "value-map" strategy. The value for the discriminator for objects of this class when using "value-map" strategy ... > The value for the discriminator for objects of this class when using "value-map