ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
13

Too many persistable types (>10) - exceeds evaluation limit

have to persistence units? Here is my persistence.xml: <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http
13

Exception while accessing the Persistence unit ...?

for the Unit Name) Thanks, Allen ceylonsoft Allen T. Arumainayagam Maybe the persistence.xml file ... . Here is my persistence.xml and attached please find the eclipse project layout: (Note eclipse ... .) <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.0" xmlns="http://java.sun.com/xml/ns
2

javax.persistence.SharedCacheMode

for the persistence unit. Corresponds to the value of the persistence.xml shared-cache-mode element, and returned as
0

javax.jdo.annotations.Order

javax.jdo.annotations Annotation Order Target: Fields (including property get methods) Annotation for the ordering component of an ordered container member, such as Java Collections Framework Array and List types and Java native array types. Corresponds to the xml element "order". Since: JDO 2.1
0

javax.jdo.annotations.Transactional

javax.jdo.annotations Annotation Transactional Target: Fields (including property get methods) Annotation to indicate that a member (field or property) is transactional but not persistent. This corresponds to xml attribute persistence-modifier="transactional" of "field" and "property" elements
0

javax.jdo.annotations.Element

javax.jdo.annotations Annotation Element Target: Fields (including property get methods) Annotation for the element of a collection/array relation. Corresponds to the xml element "element". Since: JDO 2.1 String column Name of the column to store the element in. Name of the column to store
0

javax.jdo.annotations.FetchGroup

javax.jdo.annotations Annotation FetchGroup Target: Classes Annotation for the fetch group of a class. Corresponds to the xml element "fetch-group". Since: JDO 2.1 String[] fetchGroups Fetch groups to be nested (included) in this fetch group. Fetch groups to be nested (included) in this fetch group
0

javax.jdo.annotations.FetchPlan

javax.jdo.annotations Annotation FetchPlan Target: Classes Annotation for the fetch plan of a persistence manager, query, or extent. Corresponds to the xml element "fetch-plan". Since: JDO 2.1 String[] fetchGroups The fetch groups in this fetch plan. The fetch groups in this fetch plan. Returns
0

javax.jdo.annotations.Column

javax.jdo.annotations Annotation Column Target: Fields (including property get methods) Annotation for a column in the database. Corresponds to the xml element "column". Since: JDO 2.1 String allowsNull Whether the column allows null values to be inserted. Whether the column allows null values
0

javax.jdo.annotations.Query

javax.jdo.annotations Annotation Query Target: Classes Annotation for a named query. Corresponds to the xml element "query". Since: JDO 2.1 Extension[] extensions Vendor extensions. Vendor extensions. Returns: the vendor extensions Default value: {} Since: JDO 2.1 String fetchPlan The name

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