 46 | Enum Constant javax.persistence.metamodel.Type.PersistenceType EMBEDDABLE Embeddable class Since: JPA 2.0 |
 46 | Enum Constant javax.persistence.metamodel.Type.PersistenceType ENTITY Entity Since: JPA 2.0 |
 46 | Enum Constant javax.persistence.metamodel.Type.PersistenceType MAPPED_SUPERCLASS Mapped superclass Since: JPA 2.0 |
 32 | and either the same type or a convertible type, as explained below. A matching field ... the hierarchy, removing an intermediate class in the hierarchy, etc.). Convertible Types When an old matching field is found but its type is different than the type of the new field (with the same name |
 30 | , ManagedType, Type Instances of the type EntityType represent entity types. Since: JPA 2.0 Attribute getAttribute(String name) Return the attribute of the managed type that corresponds to the specified name. Return the attribute of the managed type that corresponds to the specified |
 29 | javax.persistence.metamodel Interface IdentifiableType Superinterfaces: ManagedType, Type Subinterfaces: EntityType, MappedSuperclassType Instances of the type IdentifiableType represent entity or mapped superclass types. Since: JPA 2.0 Attribute getAttribute(String name) Return |
 29 | >, ManagedType, Type Instances of the type MappedSuperclassType represent mapped superclass types. Since: JPA 2.0 Attribute getAttribute(String name) Return the attribute of the managed type that corresponds to the specified name. Return the attribute of the managed type that corresponds |
 27 | deployment). Schema Evolution Fully automatic schema evolution and type versioning. Class hierarchy ... automatically. Most field type changes are handled automatically. Moving fields up and down in the class hierarchy is transparent. Support for renaming types, fields and properties. Object Model |
 26 | javax.persistence.metamodel Interface EmbeddableType Superinterfaces: ManagedType, Type Instances of the type EmbeddableType represent embeddable types. Since: JPA 2.0 Attribute getAttribute(String name) Return the attribute of the managed type that corresponds to the specified name |
 26 | javax.persistence.metamodel Interface ManagedType Superinterfaces: Type Subinterfaces: EmbeddableType, EntityType, IdentifiableType, MappedSuperclassType Instances of the type ManagedType represent entity, mapped superclass, and embeddable types. Since: JPA 2.0 Attribute getAttribute |