ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
11

javax.persistence.criteria.MapJoin

>, From<Z,V>, Join<Z,V>, Path<V>, PluralJoin<Z,Map<K,V>,V>, Selection<V>, TupleElement<V ... collection that has been specified as a java.util.Map. Since: JPA 2.0 Selection<X> alias(String name ... that corresponds to the map entry. Create an expression that corresponds to the map entry. Returns
11

javax.persistence.MapKeyJoinColumn

) Specifies a mapping to an entity that is a map key. The map key join column is in the collection table, join table, or table of the target entity that is used to represent the map. If no MapKeyJoinColumn ... ")) @MapKeyJoinColumn(name="DIVISION") Map organization; } Example 2: @Entity
11

javax.persistence.metamodel.MappedSuperclassType

>, ManagedType<X>, Type<X> Instances of the type MappedSuperclassType represent mapped superclass ... by the entity or mapped superclass. Return the attribute that corresponds to the id attribute declared by the entity or mapped superclass. Parameters: type - the type of the represented declared id
11

javax.persistence.metamodel.IdentifiableType

entity or mapped superclass types. Since: JPA 2.0 Attribute<?,?> getAttribute(String name) Return ... to the id attribute declared by the entity or mapped superclass. Return the attribute that corresponds to the id attribute declared by the entity or mapped superclass. Parameters: type - the type
10

javax.persistence.metamodel.EntityType

that corresponds to the id attribute declared by the entity or mapped superclass. Return the attribute that corresponds to the id attribute declared by the entity or mapped superclass. Parameters: type - the type ... the Map-valued attribute declared by the managed type that corresponds to the specified name. Return
10

javax.persistence.MapKeyColumn

the mapping for the key column of a map whose map key is a basic type. If the name element is not ... ="IMAGE_FILENAME") @CollectionTable(name="IMAGE_MAPPING") Map images; // map ... ) The name of the map key column. (Optional) The name of the map key column. The table in which it is found
10

Setting and Tuning of JPA Queries

> For an EntityManagerFactory - using the createEntityManagerFacotory method:   Map<String,Object> properties ... the createEntityManager method:   Map<String,Object> properties = new HashMap();   properties
10

JPA / JDO Class Enhancer

(entity classes, embeddable classes and mapped superclasses), and is usually optional ... objects. With no enhancement, only persistent collection and map fields can be loaded lazily (by
2

Step 6: Set the Spring XML

> </servlet> <servlet-mapping> <servlet-name>spring</servlet-name> <url-pattern>*.html</url-pattern> </servlet-mapping> <session-config> <session-timeout> 30
2

Step 6: Set the Spring XML

-mapping> <servlet-name>spring</servlet-name> <url-pattern>*.html</url-pattern> </servlet-mapping> <session-config> <session-timeout> 30 </session-timeout

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