ObjectDB ObjectDB

Internal Website Search

51-57 of 57 resultsRefresh
16

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

.persistence.metamodel.ManagedType<Guest> type = em.getMetamodel().managedType(Guest.class);   if ( type == null )     System.out.println( "ManagedType Guest not found"  );   // NamedQuery does not
13

Retrieve data of all entity classes in a single query

metamodel = em.getMetamodel(); Set<ManagedType<?>> allManagedTypes = metamodel.getManagedTypes(); for(ManagedType o : allManagedTypes) { String strTmpClass = o.toString().replace("Type
9

Error with org.springframework.data.jpa.domain.AbstractPersistable

) at com.objectdb.jpa.MetamodelImpl.managedType(MetamodelImpl.java:149) ... 53 more evil850209 Chris
9

How to define Default Entity Listeners without persistence.xml and orm.xml

(); for (Class< ? > x : annotatedClasses) { em.getMetamodel() .managedType(x
9

com.objectdb.o.InternalException: Unexpected internal exception

WHERE _person.userName = :userName" ) I execute the query as follows: em.getMetamodel().managedType
9

Spring 4 setup

.managedType(MetamodelImpl.java:149) ... 53 more Do you have a demo code on the Github to let use fully
1

Feature Request: Subclassed PersistenceException for Type Not Found in DB Schema

.getMetamodel().managedType(AbstractClientSummary.class); CJMoore Clinton Moore Good. So this feature request will be closed. support Support

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