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

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

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

origin: hibernate/hibernate

  persistentClass,
  mappings );
mappings.addCollection( collection );
value = collection;
origin: org.hibernate/com.springsource.org.hibernate

    mappings, inheritedMetas
  );
mappings.addCollection( collection );
value = collection;
origin: org.grails/grails-datastore-gorm-hibernate-core

mappings.addCollection(collection);
value = collection;
origin: org.hibernate/com.springsource.org.hibernate.core

    mappings, inheritedMetas
  );
mappings.addCollection( collection );
value = collection;
origin: org.hibernate/com.springsource.org.hibernate

    mappings, inheritedMetas
  );
mappings.addCollection( collection );
value = collection;
origin: hibernate/hibernate

  component.getOwner(),
  mappings );
mappings.addCollection( collection );
value = collection;
origin: org.hibernate/com.springsource.org.hibernate.core

    mappings, inheritedMetas
  );
mappings.addCollection( collection );
value = collection;
origin: org.grails/grails-hibernate

mappings.addCollection(collection);
value = collection;
origin: org.grails/grails-datastore-gorm-hibernate-core

mappings.addCollection(collection);
value = collection;
origin: org.grails/grails-hibernate

mappings.addCollection(collection);
value = collection;
origin: com.manydesigns/portofino-database

mappings.addCollection(set);
origin: ManyDesigns/Portofino

mappings.addCollection(set);
origin: org.hibernate/com.springsource.org.hibernate.core

mappings.addCollection( collection );
origin: org.hibernate/com.springsource.org.hibernate

mappings.addCollection( collection );
org.hibernate.cfgMappingsaddCollection

Javadoc

Add collection mapping metadata to this repository.

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.
  • 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.
  • addFilterDefinition
    Adds a filter definition to this repository.
  • addDenormalizedTable,
  • addFilterDefinition,
  • addTypeDef,
  • addUniquePropertyReference,
  • getObjectNameNormalizer,
  • setAutoImport,
  • addColumnBinding,
  • addPropertyReference,
  • addQuery

Popular in Java

  • Reactive rest calls using spring rest template
  • compareTo (BigDecimal)
  • putExtra (Intent)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • String (java.lang)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Path (java.nio.file)
  • JFrame (javax.swing)
  • 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