Internal Website Search

41-50 of 170 resultsRefresh

javax.persistence.OrderBy

an ordering over an element collection of embeddable type, the dot notation must be used to specify ... () {...}; ... } @Embeddable public class Address { protected String street ... ; } @Embeddable public class Zipcode { protected String zip; protected String

getEmbeddables()

embeddable types. Returns empty set if there are no embeddable types. Returns: the metamodel embeddable types

javax.persistence.JoinColumn

embeddable. If the join is for a unidirectional OneToMany mapping using a foreign ... of the referencing relationship property or field of the referencing entity or embeddable class ... strategy, the name of the table of the source entity or embeddable.

javax.persistence.ManyToMany

> The ManyToMany annotation may be used within an embeddable class contained ... and the entity containing the embeddable class is the owner of the relationship, the non-owning ... the relationship field or property of the embeddable class. The dot (".") notation syntax must be used

javax.persistence.metamodel.Attribute.PersistentAttributeType

.PersistentAttributeType">EMBEDDED Embeddable class attribute Embeddable class attribute

javax.persistence.JoinTable

mapping a relationship with an embeddable class on the owning side of the relationship, the containing entity rather than the embeddable class is considered the owner of the relationship.

javax.persistence.criteria.From

, but may also be an embeddable belonging to an entity in the from clause. Serves as a factory for Joins of associations, embeddables, and collections belonging to the type, and for Paths of attributes belonging

JoinColumn.name

embeddable. If the join is for a unidirectional OneToMany mapping using a foreign key ... relationship property or field of the referencing entity or embeddable class; "_"; the name

Unexpected exception (Error 990) com.objectdb.o.InternalException

with an embeddable:         em.getTransaction().begin();    ... reference to the embeddable but free the entity:         MyEmbeddable embeddable = em.find(MyEntity.class, 1).embeddable;        

AttributeOverride.column

will remain the same as is defined in the embeddable class or mapped superclass.