ObjectDB ObjectDB

Internal Website Search

41-50 of 57 resultsRefresh
16

Activation Issue

); Set<ManagedType<?>> managedTypes = metamodel.getManagedTypes(); System.out.println(managedTypes.size()); emf1.close(); } @Entity static class E1
5

javax.persistence.metamodel.MappedSuperclassType

javax.persistence.metamodel Interface MappedSuperclassType<X> Superinterfaces: IdentifiableType<X>, ManagedType<X>, Type<X> Instances of the type MappedSuperclassType represent mapped superclass types. Since: JPA 2.0 Attribute<?,?> getAttribute(String name) Return the attribute of the managed type
5

javax.persistence.metamodel.Attribute

javax.persistence.metamodel Interface Attribute<X,Y> Subinterfaces: CollectionAttribute, ListAttribute, MapAttribute, PluralAttribute, SetAttribute, SingularAttribute Represents an attribute of a Java type. Since: JPA 2.0 ManagedType<X> getDeclaringType() Return the managed type representing
5

getManagedTypes()

Method javax.persistence.metamodel.Metamodel Set<ManagedType<?>> getManagedTypes() Return the metamodel managed types. Returns: the metamodel managed types Since: JPA 2.0
5

javax.persistence.metamodel.PluralAttribute

. Return the collection type. Returns: collection type Since: JPA 2.0 ManagedType<X
5

javax.persistence.metamodel.Type

javax.persistence.metamodel Interface Type<X> Subinterfaces: BasicType, EmbeddableType, EntityType, IdentifiableType, ManagedType, MappedSuperclassType Instances of the type Type represent persistent object or attribute types. Since: JPA 2.0 Class<X> getJavaType() Return the represented Java type
5

javax.persistence.metamodel.EmbeddableType

javax.persistence.metamodel Interface EmbeddableType<X> Superinterfaces: ManagedType<X>, Type<X> 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
5

getDeclaringType()

Method javax.persistence.metamodel.Attribute ManagedType<X> getDeclaringType() Return the managed type representing the type in which the attribute was declared. Returns: declaring type Since: JPA 2.0
5

javax.persistence.metamodel.IdentifiableType

javax.persistence.metamodel Interface IdentifiableType<X> Superinterfaces: ManagedType<X>, Type<X> Subinterfaces: EntityType, MappedSuperclassType Instances of the type IdentifiableType represent entity or mapped superclass types. Since: JPA 2.0 Attribute<?,?> getAttribute(String name) Return
5

javax.persistence.metamodel.SetAttribute

type Since: JPA 2.0 ManagedType<X> getDeclaringType() Return the managed type representing the type

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support