ObjectDB ObjectDB

Internal Website Search

41-47 of 47 resultsRefresh
9

Join query problem with new statetment

;     (...)     @ManyToMany(targetEntity = Product.class, fetch = FetchType.LAZY)     private List<Product
9

How to delete M2M relationship?

In user model class I have the following: public class User implements Serializable {     @Id     @GeneratedValue(strategy = GenerationType.AUTO)     private Long id;     @ManyToMany(mappedBy = "attendees", cascade = CascadeType.ALL)     @Cascade(org.hibernate.annotations.CascadeType
9

Relationship Annatations

hi, what is the purpose of annotating a field with a RDB relationship shuch as OneToMany. ManyToMany etc? sprintf Reuben Alfred Using these annotations is optional in ObjectDB but required by standard JPA. You still need these annotations in ObjectDB to specify cascading / fetch policy and other settings. support Support
9

Fields in objects not populated in query result.

) private Folder parent; private boolean listable; @ManyToMany(cascade=CascadeType
9

Example database world.odb

the relationships OneToMany and ManyToMany? I want to see a working example :-) Robin_2005 Kompan Serge
1

Eager load Map

I'm having an issue eager loading a nested map. I've attached @ManyToMany(fetch=FetchType.EAGER) attributes to no avail. If the map is viewed in the debugger or force iterated in the code it loads ok. The attached code attempts to replicate the scenario. Its not an exact match but is the best I
1

Explorer bug ? Objects seem to be missing from database in Class view, but are present as references

and to support ticket: @ManyToMany relationship constraints/constrainedElements test fails on test case

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