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

How to use
addDelayedPropertyReferenceHandler
method
in
org.hibernate.boot.internal.InFlightMetadataCollectorImpl

Best Java code snippets using org.hibernate.boot.internal.InFlightMetadataCollectorImpl.addDelayedPropertyReferenceHandler (Showing top 4 results out of 315)

origin: hibernate/hibernate-orm

@Override
public void addPropertyReference(String referencedClass, String propertyName) {
  addDelayedPropertyReferenceHandler(
      new DelayedPropertyReferenceHandlerAnnotationImpl( referencedClass, propertyName, false )
  );
}
origin: hibernate/hibernate-orm

@Override
public void addUniquePropertyReference(String referencedClass, String propertyName) {
  addDelayedPropertyReferenceHandler(
      new DelayedPropertyReferenceHandlerAnnotationImpl( referencedClass, propertyName, true )
  );
}
origin: org.hibernate.orm/hibernate-core

@Override
public void addUniquePropertyReference(String referencedClass, String propertyName) {
  addDelayedPropertyReferenceHandler(
      new DelayedPropertyReferenceHandlerAnnotationImpl( referencedClass, propertyName, true )
  );
}
origin: org.hibernate.orm/hibernate-core

@Override
public void addPropertyReference(String referencedClass, String propertyName) {
  addDelayedPropertyReferenceHandler(
      new DelayedPropertyReferenceHandlerAnnotationImpl( referencedClass, propertyName, false )
  );
}
org.hibernate.boot.internalInFlightMetadataCollectorImpladdDelayedPropertyReferenceHandler

Popular methods of InFlightMetadataCollectorImpl

  • <init>
  • buildMetadataInstance
    Builds the complete and immutable Metadata instance from the collected info.
  • processSecondPasses
    Ugh! But we need this done before we ask Envers to produce its entities.
  • addClassType
  • addCopyIdentifierComponentSecondPass
  • addCreateKeySecondPass
  • addFkSecondPass
  • addIdGeneratorResolverSecondPass
  • addIdentifierGenerator
  • addImplicitColumnNamingSecondPass
  • addNamedProcedureCallDefinition
  • addPkDrivenByDefaultMapsIdSecondPass
  • addNamedProcedureCallDefinition,
  • addPkDrivenByDefaultMapsIdSecondPass,
  • addQuerySecondPass,
  • addSecondPass,
  • addSecondaryTableSecondPass,
  • addSetSimpleValueTypeSecondPass,
  • addUniqueConstraintHolders,
  • applyNamedNativeQuery,
  • applyResultSetMapping

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
  • getContentResolver (Context)
  • startActivity (Activity)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • 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