Codota Logo
InFlightMetadataCollectorImpl.addDelayedPropertyReferenceHandler
Code IndexAdd Codota 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)

  • Common ways to obtain InFlightMetadataCollectorImpl
private void myMethod () {
InFlightMetadataCollectorImpl i =
  • Codota IconBootstrapContext bootstrapContext;MetadataBuildingOptions options;new InFlightMetadataCollectorImpl(bootstrapContext, options)
  • Smart code suggestions by Codota
}
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

  • Finding current android device location
  • getResourceAsStream (ClassLoader)
  • scheduleAtFixedRate (Timer)
  • putExtra (Intent)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • Dictionary (java.util)
    The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to valu
  • ResourceBundle (java.util)
    Resource bundles contain locale-specific objects. When your program needs a locale-specific resource
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Runner (org.openjdk.jmh.runner)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now