Internal Website Search
1-50 of 178 resultsJPA Metamodel API The JPA Metamodel API provides the ability to examine the persistent object model and retrieve ... that Java reflection provides for general Java types. The Metamodel Interface The main interface of the JPA Metamodel API is Metamodel . It can be obtained either by the EntityManagerFactory 's getMetamodel | |
JPA Metamodel API The JPA Metamodel API, which is introduced in JPA 2.0, enables examining the classes, fields ... of the JPA Metamodel API is: Types (mainly classes) and attributes (persistent field and properties ... : The JPA Metamodel API may optionally be used with the JPA Criteria API. Many of the interfaces | |
JPA Metamodel API Attributes The following interfaces and enum types represent attributes (persistent fields and properties) in the JPA Metamodel API: See the Metamodel Attribute Interface Hierarchy section for more details and examples. | |
JPA Metamodel API Types The following interfaces and enum represent types in the JPA Metamodel API: See the Metamodel Type Interface Hierarchy section for more details and examples. | |
javax.persistence.metamodel.Metamodel JPA Interface Metamodel Provides access to the metamodel of persistent entities in the persistence ... the metamodel embeddable type representing the embeddable class. Parameters: cls - the type of the represented embeddable class Return: the metamodel embeddable type Throws: IllegalArgumentException - if not | |
Metamodel.entity(cls) - JPA Method JPA Method in javax.persistence. metamodel . Metamodel EntityType entity ( Class cls ) Return the metamodel entity type representing the entity. Parameters: cls - the type of the represented entity Return: the metamodel entity type Throws: IllegalArgumentException - if not an entity Since: JPA 2.0 | |
Metamodel.getEntities() - JPA Method JPA Method in javax.persistence. metamodel . Metamodel Set getEntities () Return the metamodel entity types. Return: the metamodel entity types Since: JPA 2.0 | |
Metamodel.getEmbeddables() - JPA Method JPA Method in javax.persistence. metamodel . Metamodel Set getEmbeddables () Return the metamodel embeddable types. Returns empty set if there are no embeddable types. Return: the metamodel embeddable types Since: JPA 2.0 | |
Metamodel.getManagedTypes() - JPA Method JPA Method in javax.persistence. metamodel . Metamodel Set getManagedTypes () Return the metamodel managed types. Return: the metamodel managed types Since: JPA 2.0 | |
Metamodel.managedType(cls) - JPA Method JPA Method in javax.persistence. metamodel . Metamodel ManagedType managedType ( Class cls ) Return the metamodel managed type representing the entity, mapped superclass, or embeddable class. Parameters: cls - the type of the represented managed class Return: the metamodel managed | |
Metamodel.embeddable(cls) - JPA Method JPA Method in javax.persistence. metamodel . Metamodel EmbeddableType embeddable ( Class cls ) Return the metamodel embeddable type representing the embeddable class. Parameters: cls - the type of the represented embeddable class Return: the metamodel embeddable type Throws: IllegalArgumentException - if not an embeddable class Since: JPA 2.0 | |
javax.persistence.metamodel.PluralAttribute | |
javax.persistence.metamodel.PluralAttribute | |
javax.persistence.metamodel.Bindable | |
javax.persistence.metamodel.Bindable | |
javax.persistence.metamodel.Bindable | |
javax.persistence.metamodel.Bindable | |
javax.persistence.metamodel.Attribute | |
javax.persistence.metamodel.Attribute | |
javax.persistence.metamodel.Attribute | |
javax.persistence.metamodel.Attribute | |
javax.persistence.metamodel.Attribute | |
javax.persistence.metamodel.Attribute | |
javax.persistence.metamodel.Attribute | |
javax.persistence.metamodel.Attribute | |
javax.persistence.metamodel.StaticMetamodel.value JPA Annotation Attribute in javax.persistence. metamodel .StaticMetamodel Class value default null Class being modelled by the annotated class. Since: JPA 2.0 | |
javax.persistence.metamodel.StaticMetamodel JPA Annotation StaticMetamodel Target: ElementType.TYPE Implemented Interfaces: Annotation The StaticMetamodel annotation specifies that the class is a metamodel class that represents the entity, mapped superclass, or embeddable class designated by the value element. Since: JPA 2.0 Public | |
javax.persistence.metamodel.Type | |
javax.persistence.metamodel.Type | |
javax.persistence.metamodel.Type | |
javax.persistence.metamodel.Type | |
javax.persistence.metamodel.Type | |
javax.persistence.metamodel.PluralAttribute | |
javax.persistence.metamodel.PluralAttribute | |
javax.persistence.metamodel.PluralAttribute | |
javax.persistence.metamodel.SingularAttributejavax.persistence.metamodel.SingularAttribute | |
javax.persistence.metamodel.SetAttributejavax.persistence.metamodel.SetAttribute | |
javax.persistence.metamodel.MappedSuperclassTypejavax.persistence.metamodel.MappedSuperclassType | |
javax.persistence.metamodel.PluralAttributejavax.persistence.metamodel.PluralAttribute | |
javax.persistence.metamodel.Bindablejavax.persistence.metamodel.Bindable | |
javax.persistence.metamodel.BasicTypejavax.persistence.metamodel.BasicType | |
javax.persistence.metamodel.CollectionAttributejavax.persistence.metamodel.CollectionAttribute | |
javax.persistence.metamodel.EmbeddableTypejavax.persistence.metamodel.EmbeddableType | |
javax.persistence.metamodel.Attributejavax.persistence.metamodel.Attribute | |
javax.persistence.metamodel.MapAttributejavax.persistence.metamodel.MapAttribute | |
javax.persistence.metamodel.ManagedTypejavax.persistence.metamodel.ManagedType | |
javax.persistence.metamodel.ListAttributejavax.persistence.metamodel.ListAttribute | |
javax.persistence.metamodel.IdentifiableTypejavax.persistence.metamodel.IdentifiableType | |
javax.persistence.metamodel.EntityTypejavax.persistence.metamodel.EntityType | |
javax.persistence.metamodel.Typejavax.persistence.metamodel.Type |