Tabnine Logo
Mappings.addPropertyReferencedAssociation
Code IndexAdd Tabnine to your IDE (free)

How to use
addPropertyReferencedAssociation
method
in
org.hibernate.cfg.Mappings

Best Java code snippets using org.hibernate.cfg.Mappings.addPropertyReferencedAssociation (Showing top 4 results out of 315)

origin: org.hibernate/com.springsource.org.hibernate

  );
mappings.addPropertyReferencedAssociation(
    ( inverse ? "inverse__" : "" ) + associatedClass.getEntityName(),
    columns[0].getPropertyName(),
origin: org.hibernate/com.springsource.org.hibernate.core

  );
mappings.addPropertyReferencedAssociation(
    ( inverse ? "inverse__" : "" ) + associatedClass.getEntityName(),
    columns[0].getPropertyName(),
origin: ManyDesigns/Portofino

mappings.addPropertyReferencedAssociation(
    referencedClass.getEntityName(), firstPropertyName, syntheticPropertyName);
oneMDTable.getSyntheticPropertyNames().add(syntheticPropertyName);
origin: com.manydesigns/portofino-database

mappings.addPropertyReferencedAssociation(
    referencedClass.getEntityName(), firstPropertyName, syntheticPropertyName);
oneMDTable.getSyntheticPropertyNames().add(syntheticPropertyName);
org.hibernate.cfgMappingsaddPropertyReferencedAssociation

Popular methods of Mappings

  • addClass
    Add entity mapping metadata.
  • addImport
    Adds an import (HQL entity rename) to the repository.
  • addTable
    Adds table metadata to this repository returning the created metadata instance.
  • getCatalogName
    Returns the currently bound default catalog name.
  • getClass
    Retrieves the entity mapping metadata for the given entity name.
  • getSchemaName
    Returns the currently bound default schema name.
  • addCollection
    Add collection mapping metadata to this repository.
  • addSecondPass
    Adds a second pass.
  • addTableBinding
    Adds a table binding to this repository.
  • getDefaultAccess
    Get the current default property access style.
  • isAutoImport
    Determine whether auto importing of entity names is currently enabled.
  • addDenormalizedTable
    Adds a 'denormalized table' to this repository.
  • isAutoImport,
  • addDenormalizedTable,
  • addFilterDefinition,
  • addTypeDef,
  • addUniquePropertyReference,
  • getObjectNameNormalizer,
  • setAutoImport,
  • addColumnBinding,
  • addPropertyReference,
  • addQuery

Popular in Java

  • Creating JSON documents from java classes using gson
  • requestLocationUpdates (LocationManager)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getExternalFilesDir (Context)
  • String (java.lang)
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Top 12 Jupyter Notebook extensions
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