Tabnine Logo
DatabaseStructure.buildCallback
Code IndexAdd Tabnine to your IDE (free)

How to use
buildCallback
method
in
org.hibernate.id.enhanced.DatabaseStructure

Best Java code snippets using org.hibernate.id.enhanced.DatabaseStructure.buildCallback (Showing top 4 results out of 315)

origin: hibernate/hibernate-orm

@Override
public Serializable generate(SharedSessionContractImplementor session, Object object) throws HibernateException {
  return optimizer.generate( databaseStructure.buildCallback( session ) );
}
origin: org.hibernate/com.springsource.org.hibernate.core

@Override
public Serializable generate(SessionImplementor session, Object object) throws HibernateException {
  return optimizer.generate( databaseStructure.buildCallback( session ) );
}
origin: org.hibernate/com.springsource.org.hibernate

@Override
public Serializable generate(SessionImplementor session, Object object) throws HibernateException {
  return optimizer.generate( databaseStructure.buildCallback( session ) );
}
origin: org.hibernate.orm/hibernate-core

@Override
public Object generate(SharedSessionContractImplementor session, Object object) throws HibernateException {
  return optimizer.generate( databaseStructure.buildCallback( session ) );
}
org.hibernate.id.enhancedDatabaseStructurebuildCallback

Javadoc

A callback to be able to get the next value from the underlying structure as needed.

Popular methods of DatabaseStructure

  • getName
    The name of the database structure (table or sequence).
  • isPhysicalSequence
    Is the structure physically a sequence?
  • prepare
    Prepare this structure for use. Called sometime after instantiation, but before first use.
  • sqlCreateStrings
    Commands needed to create the underlying structures.
  • sqlDropStrings
    Commands needed to drop the underlying structures.
  • registerExportables
  • getIncrementSize
    The configured increment size
  • getInitialValue
    The configured initial value
  • getTimesAccessed
    How many times has this structure been accessed through this reference?

Popular in Java

  • Start an intent from android
  • findViewById (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSystemService (Context)
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • Reference (javax.naming)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • 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