ObjectDB ObjectDB

Internal Website Search

11-20 of 189 resultsRefresh
63

getManagedTypes()

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

javax.persistence.metamodel.Attribute.PersistentAttributeType

javax.persistence.metamodel Enum Attribute.PersistentAttributeType java.lang.Object java.lang.Enum<javax.persistence.metamodel.Attribute.PersistentAttributeType> javax.persistence.metamodel.Attribute.PersistentAttributeType Implemented Interfaces: Serializable, Comparable
62

javax.persistence.metamodel.Type.PersistenceType

javax.persistence.metamodel Enum Type.PersistenceType java.lang.Object java.lang.Enum<javax.persistence.metamodel.Type.PersistenceType> javax.persistence.metamodel.Type.PersistenceType Implemented Interfaces: Serializable, Comparable<PersistenceType> Since: JPA 2.0 PersistenceType
62

javax.persistence.metamodel.Bindable.BindableType

javax.persistence.metamodel Enum Bindable.BindableType java.lang.Object java.lang.Enum<javax.persistence.metamodel.Bindable.BindableType> javax.persistence.metamodel.Bindable.BindableType Implemented Interfaces: Serializable, Comparable<BindableType> Since: JPA 2.0 BindableType ENTITY
62

javax.persistence.metamodel.PluralAttribute.CollectionType

javax.persistence.metamodel Enum PluralAttribute.CollectionType java.lang.Object java.lang.Enum<javax.persistence.metamodel.PluralAttribute.CollectionType> javax.persistence.metamodel.PluralAttribute.CollectionType Implemented Interfaces: Serializable, Comparable<CollectionType
61

javax.persistence.metamodel.StaticMetamodel

javax.persistence.metamodel Annotation StaticMetamodel Target: Classes 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 Class<?> value Class being modeled
60

javax.persistence.metamodel.MapAttribute

javax.persistence.metamodel Interface MapAttribute<X,K,V> Superinterfaces: Attribute<X,Map<K,V>>, Bindable<V>, PluralAttribute<X,Map<K,V>,V> Instances of the type MapAttribute represent persistent java.util.Map-valued attributes. Since: JPA 2.0 Class<T> getBindableJavaType() Return the Java type
60

javax.persistence.metamodel.SingularAttribute

javax.persistence.metamodel Interface SingularAttribute<X,T> Superinterfaces: Attribute<X,T>, Bindable<T> Instances of the type SingularAttribute represents persistent single-valued properties or fields. Since: JPA 2.0 Class<T> getBindableJavaType() Return the Java type of the represented object
60

javax.persistence.metamodel.ManagedType

javax.persistence.metamodel Interface ManagedType<X> Superinterfaces: Type<X> Subinterfaces: EmbeddableType, EntityType, IdentifiableType, MappedSuperclassType Instances of the type ManagedType represent entity, mapped superclass, and embeddable types. Since: JPA 2.0 Attribute<?,?> getAttribute
60

javax.persistence.metamodel.CollectionAttribute

javax.persistence.metamodel Interface CollectionAttribute<X,E> Superinterfaces: Attribute<X,Collection<E>>, Bindable<E>, PluralAttribute<X,Collection<E>,E> Instances of the type CollectionAttribute represent persistent java.util.Collection-valued attributes. Since: JPA 2.0 Class<T

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