congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
DefaultPersistEventListener.onPersist
Code IndexAdd Tabnine to your IDE (free)

How to use
onPersist
method
in
org.hibernate.event.internal.DefaultPersistEventListener

Best Java code snippets using org.hibernate.event.internal.DefaultPersistEventListener.onPersist (Showing top 4 results out of 315)

origin: hibernate/hibernate-orm

/**
 * Handle the given create event.
 *
 * @param event The create event to be handled.
 *
 */
public void onPersist(PersistEvent event) throws HibernateException {
  onPersist( event, new IdentityHashMap( 10 ) );
}
origin: org.hibernate.orm/hibernate-core

/**
 * Handle the given create event.
 *
 * @param event The create event to be handled.
 *
 */
public void onPersist(PersistEvent event) throws HibernateException {
  onPersist( event, new IdentityHashMap( 10 ) );
}
origin: org.hibernate/com.springsource.org.hibernate.core

/**
 * Handle the given create event.
 *
 * @param event The create event to be handled.
 * @throws HibernateException
 */
public void onPersist(PersistEvent event) throws HibernateException {
  onPersist( event, new IdentityHashMap(10) );
}
origin: org.hibernate/com.springsource.org.hibernate

/**
 * Handle the given create event.
 *
 * @param event The create event to be handled.
 * @throws HibernateException
 */
public void onPersist(PersistEvent event) throws HibernateException {
  onPersist( event, new IdentityHashMap(10) );
}
org.hibernate.event.internalDefaultPersistEventListeneronPersist

Javadoc

Handle the given create event.

Popular methods of DefaultPersistEventListener

  • saveWithGeneratedId
  • <init>
  • cascadeAfterSave
  • cascadeBeforeSave
  • entityIsDeleted
  • entityIsPersistent
  • entityIsTransient
    Handle the given create event.
  • getEntityState
  • getLoggableName
  • justCascade
  • saveWithRequestedId
  • saveWithRequestedId

Popular in Java

  • Making http post requests using okhttp
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • startActivity (Activity)
  • addToBackStack (FragmentTransaction)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Reference (javax.naming)
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now