ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
12

javax.persistence.DiscriminatorType

, Comparable<DiscriminatorType> Defines supported types of the discriminator column. Since: JPA 1.0 ... type. Since: JPA 1.0 DiscriminatorType INTEGER Integer as the discriminator type. Integer as the discriminator type. Since: JPA 1.0 DiscriminatorType STRING String as the discriminator type. String
12

javax.persistence.metamodel.Bindable.BindableType

Implemented Interfaces: Serializable, Comparable<BindableType> Since: JPA 2.0 BindableType ENTITY_TYPE Entity type Entity type Since: JPA 2.0 BindableType PLURAL_ATTRIBUTE Multi-valued attribute type Multi-valued attribute type Since: JPA 2.0 BindableType SINGULAR_ATTRIBUTE Single-valued attribute
12

javax.persistence.criteria.CriteriaBuilder.Trimspec

are trimmed. Since: JPA 2.0 Trimspec BOTH Trim from both ends. Trim from both ends. Since: JPA 2.0 Trimspec LEADING Trim from leading end. Trim from leading end. Since: JPA 2.0 Trimspec TRAILING Trim from trailing end. Trim from trailing end. Since: JPA 2.0 Trimspec valueOf(String name) Returns the enum
12

javax.persistence.ValidationMode

<ValidationMode> The validation mode to be used by the provider for the persistence unit. Since: JPA ... place. This is the default behavior. Since: JPA 2.0 ValidationMode CALLBACK The persistence provider ... . Since: JPA 2.0 ValidationMode NONE The persistence provider must not perform lifecycle event validation
12

javax.persistence.SqlResultSetMapping

")})}, columns={ @ColumnResult(name="item_name")} ) Since: JPA 1.0 ColumnResult[] columns ... . Default value: {} Since: JPA 1.0 EntityResult[] entities Specifies the result set mapping to entities. Specifies the result set mapping to entities. Default value: {} Since: JPA 1.0 String name
12

javax.persistence.spi.PersistenceProvider

class in Java SE environments to create an javax.persistence.EntityManagerFactory. Since: JPA 1.0 ... ". Returns: EntityManagerFactory for the persistence unit specified by the metadata Since: JPA 1.0 ... for the persistence unit, or null if the provider is not the right provider Since: JPA 1.0 ProviderUtil
12

javax.persistence.PrimaryKeyJoinColumn

class ValuedCustomer extends Customer { ... } Since: JPA 1.0 See Also: SecondaryTable Inheritance ... a column of the inferred type. Default value: "" Since: JPA 1.0 String name (Optional) The name ... (OneToOne mapping). Default value: "" Since: JPA 1.0 String referencedColumnName (Optional
12

javax.persistence.PostRemove

class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA callback methods in Chapter 3 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements).
12

javax.persistence.PersistenceUtil

regardless of which persistence provider in the environment created the entity. Since: JPA 2.0 ... is to be determined Returns: false if the entity has not been loaded, else true Since: JPA 2.0 boolean ... if entity's state has not been loaded or if the attribute state has not been loaded, else true Since: JPA 2.0
12

javax.persistence.NoResultException

transaction, if one is active, to be marked for rollback. Since: JPA 1.0 See Also: Query ... its detail message. Since: JPA 1.0 NoResultException(String message) Constructs a new NoResultException ... with the specified detail message. Parameters: message - the detail message. Since: JPA 1.0 Throwable

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