Codota Logo
Mappings.addToExtendsQueue
Code IndexAdd Codota to your IDE (free)

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

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

  • Common ways to obtain Mappings
private void myMethod () {
Mappings m =
  • Codota IconConfiguration configuration;configuration.createMappings()
  • Smart code suggestions by Codota
}
origin: jboss.jboss-embeddable-ejb3/hibernate-all

while ( itr.hasNext() ) {
  String extendsName = (String) itr.next();
  mappings.addToExtendsQueue( new ExtendsQueueEntry( extendsName, packageName, doc ) );
origin: hibernate/hibernate

mappings.addToExtendsQueue( className, doc );
origin: org.hibernate/com.springsource.org.hibernate

String packageName = packageAttribute == null ? null : packageAttribute.getValue();
for ( String name : names ) {
  mappings.addToExtendsQueue( new ExtendsQueueEntry( name, packageName, metadataXml, entityNames ) );
origin: org.hibernate/com.springsource.org.hibernate.core

String packageName = packageAttribute == null ? null : packageAttribute.getValue();
for ( String name : names ) {
  mappings.addToExtendsQueue( new ExtendsQueueEntry( name, packageName, metadataXml, entityNames ) );
org.hibernate.cfgMappingsaddToExtendsQueue

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

  • Reactive rest calls using spring rest template
  • getSystemService (Context)
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • Kernel (java.awt.image)
  • BigInteger (java.math)
    Immutable arbitrary-precision integers. All operations behave as if BigIntegers were represented in
  • Properties (java.util)
    The Properties class represents a persistent set of properties. The Properties can be saved to a st
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Runner (org.openjdk.jmh.runner)
  • Logger (org.slf4j)
    The main user interface to logging. It is expected that logging takes place through concrete impleme
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