Tabnine Logo
CollectionEntry.setRole
Code IndexAdd Tabnine to your IDE (free)

How to use
setRole
method
in
org.hibernate.engine.spi.CollectionEntry

Best Java code snippets using org.hibernate.engine.spi.CollectionEntry.setRole (Showing top 4 results out of 315)

origin: hibernate/hibernate-orm

private void setLoadedPersister(CollectionPersister persister) {
  loadedPersister = persister;
  setRole( persister == null ? null : persister.getRole() );
}
origin: org.hibernate.orm/hibernate-core

private void setLoadedDescriptor(PersistentCollectionDescriptor collectionDescriptor) {
  loadedCollectionDescriptor = collectionDescriptor;
  setRole( collectionDescriptor == null ? null : collectionDescriptor.getNavigableRole() );
}
origin: org.hibernate/com.springsource.org.hibernate.core

private void setLoadedPersister(CollectionPersister persister) {
  loadedPersister = persister;
  setRole( persister == null ? null : persister.getRole() );
}
origin: org.hibernate/com.springsource.org.hibernate

private void setLoadedPersister(CollectionPersister persister) {
  loadedPersister = persister;
  setRole( persister == null ? null : persister.getRole() );
}
org.hibernate.engine.spiCollectionEntrysetRole

Popular methods of CollectionEntry

  • getLoadedPersister
    This is only available late during the flush cycle
  • getSnapshot
  • getLoadedKey
  • getOrphans
    Get the collection orphans (entities which were removed from the collection)
  • <init>
    For newly wrapped collections, or dereferenced collection wrappers
  • afterAction
    Called after execution of an action
  • afterDeserialize
  • deserialize
    Custom deserialization routine used during deserialization of a Session/PersistenceContext for incre
  • dirty
    Determine if the collection is "really" dirty, by checking dirtiness of the collection elements, if
  • getCurrentKey
    This is only available late during the flush cycle
  • getCurrentPersister
  • getRole
  • getCurrentPersister,
  • getRole,
  • isDorecreate,
  • isDoremove,
  • isDoupdate,
  • isIgnore,
  • isProcessed,
  • isReached,
  • isSnapshotEmpty,
  • postFlush

Popular in Java

  • Parsing JSON documents to java classes using gson
  • runOnUiThread (Activity)
  • addToBackStack (FragmentTransaction)
  • getApplicationContext (Context)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • ImageIO (javax.imageio)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Best plugins for Eclipse
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