ObjectDB ObjectDB

Internal Website Search

21-30 of 77 resultsRefresh
38

BeanCreationException in spring data JPA with objectDB

(DefaultBuildPluginManager.java:133) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven
27

UTF Error

.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:132) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:102) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:76) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:199
5

javax.persistence.PreUpdate

javax.persistence Annotation PreUpdate Target: Callback methods Is used to specify callback methods for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA
5

ValidationMode.CALLBACK

Enum Constant javax.persistence.ValidationMode CALLBACK The persistence provider must perform the lifecycle event validation. It is an error if there is no Bean Validation provider present in the environment. Since: JPA 2.0
5

ValidationMode.AUTO

Enum Constant javax.persistence.ValidationMode AUTO If a Bean Validation provider is present in the environment, the persistence provider must perform the automatic validation of entities. If no Bean Validation provider is present in the environment, no lifecycle event validation takes place. This is the default behavior. Since: JPA 2.0
5

ValidationMode.NONE

Enum Constant javax.persistence.ValidationMode NONE The persistence provider must not perform lifecycle event validation. Since: JPA 2.0
5

javax.persistence.PostRemove

javax.persistence Annotation PostRemove Target: Callback methods Is used to specify callback methods for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA
5

javax.persistence.EntityManager

. Within the persistence context, the entity instances and their lifecycle are managed
0

addInstanceLifecycleListener(listener, classes)

Method javax.jdo.PersistenceManagerFactory void addInstanceLifecycleListener( InstanceLifecycleListener listener, Class[] classes ) Add the parameter listener to the list of instance lifecycle event ... - the lifecycle listener classes - the classes of interest to the listener Since: JDO 2.0
0

addInstanceLifecycleListener(listener, classes)

Method javax.jdo.PersistenceManager void addInstanceLifecycleListener( InstanceLifecycleListener listener, Class... classes ) Adds the listener instance to the list of lifecycle event listeners ... interface. Parameters: listener - the lifecycle listener classes - the classes of interest to the listener Since: JDO 2.0

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