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

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

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

origin: hibernate/hibernate-orm

throw new PersistentObjectException(
    "detached entity passed to persist: " +
        getLoggableName( event.getEntityName(), entity )
);
    "deleted entity passed to persist",
    null,
    getLoggableName( event.getEntityName(), entity )
);
origin: org.hibernate/com.springsource.org.hibernate

throw new PersistentObjectException(
    "detached entity passed to persist: " +
        getLoggableName( event.getEntityName(), entity )
);
    "deleted entity passed to persist",
    null,
    getLoggableName( event.getEntityName(), entity )
);
origin: org.hibernate/com.springsource.org.hibernate.core

throw new PersistentObjectException(
    "detached entity passed to persist: " +
        getLoggableName( event.getEntityName(), entity )
);
    "deleted entity passed to persist",
    null,
    getLoggableName( event.getEntityName(), entity )
);
origin: org.hibernate.orm/hibernate-core

throw new PersistentObjectException(
    "detached entity passed to persist: " +
        getLoggableName( event.getEntityName(), entity )
);
    "deleted entity passed to persist",
    null,
    getLoggableName( event.getEntityName(), entity )
);
org.hibernate.event.internalDefaultPersistEventListenergetLoggableName

Popular methods of DefaultPersistEventListener

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • requestLocationUpdates (LocationManager)
  • compareTo (BigDecimal)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Best IntelliJ plugins
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