Internal Website Search

141-150 of 200 resultsRefresh

javax.persistence.OptimisticLockException

/java/jpa/EntityManager/find_Class__Object_LockModeType_Map_" title="Method of javax.persistence.EntityManager">EntityManager.find(Class, Object, LockModeType, java.util.Map) Map_" title="Method

javax.persistence.JoinTable

) Used in the mapping of associations ... the mapping of many-to-many and unidirectional one-to-many associations. It may also be used to map ... mapping a relationship with an embeddable class on the owning side of the relationship

AssociationOverride.joinColumns

> The join column(s) being mapped to the persistent attribute(s). The joinColumns elements must be specified if a foreign key mapping is used in the overriding of the mapping of the relationship. The joinColumns element must not

javax.persistence.EntityResult

="description"> Used to map the SELECT clause of a SQL query to an entity result. If this annotation is used, the SQL statement should select all of the columns that are mapped to the entity object ... ="teaser"> Maps the columns specified in the SELECT list of the query to the properties or fields

javax.persistence.metamodel.Type.PersistenceType

/Type_PersistenceType/MAPPED_SUPERCLASS" title="Enum Constant of javax.persistence.metamodel.Type.PersistenceType">MAPPED_SUPERCLASS Mapped superclass Mapped superclass

javax.persistence.metamodel.PluralAttribute.CollectionType

MAP" title="Enum Constant of javax.persistence.metamodel.PluralAttribute.CollectionType">MAP Map-valued attribute

javax.persistence.JoinColumns

) Defines mapping for composite foreign ... > The join columns that map the relationship. The join columns that map

javax.jdo.annotations.Value

) Annotation for the value of a map ... "> The embedded mapping for the value. The embedded mapping for the value.

addSubquery(sub, variableDeclaration, candidateCollectionExpression, parameters)

;String candidateCollectionExpression,   Map parameters) Add a subquery to this query. The Map version of the method treats the key of each map entry as the name of the parameter in the subquery, with or without the leading

javax.jdo.annotations.Key

) Annotation for the key of a map relation ... class="teaser"> The embedded mapping for the key. The embedded mapping for the key.