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

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

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

origin: hibernate/hibernate-orm

private void applyNamedQuery(String name, NamedQueryDefinition query) {
  checkQueryName( name );
  namedQueryMap.put( name.intern(), query );
}
origin: hibernate/hibernate-orm

private void applyNamedNativeQuery(String name, NamedSQLQueryDefinition query) {
  checkQueryName( name );
  namedNativeQueryMap.put( name.intern(), query );
}
origin: org.hibernate.orm/hibernate-core

private void applyNamedNativeQuery(String name, NamedNativeQueryDefinition query) {
  checkQueryName( name );
  namedNativeQueryMap.put( name.intern(), query );
}
origin: org.hibernate.orm/hibernate-core

private void applyNamedHqlQuery(String name, NamedHqlQueryDefinition query) {
  checkQueryName( name );
  namedHqlQueryMap.put( name.intern(), query );
}
org.hibernate.boot.internalInFlightMetadataCollectorImplcheckQueryName

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
  • addDelayedPropertyReferenceHandler
  • addFkSecondPass
  • addIdGeneratorResolverSecondPass
  • addIdentifierGenerator
  • addImplicitColumnNamingSecondPass
  • addNamedProcedureCallDefinition
  • addImplicitColumnNamingSecondPass,
  • addNamedProcedureCallDefinition,
  • addPkDrivenByDefaultMapsIdSecondPass,
  • addQuerySecondPass,
  • addSecondPass,
  • addSecondaryTableSecondPass,
  • addSetSimpleValueTypeSecondPass,
  • addUniqueConstraintHolders,
  • applyNamedNativeQuery,
  • applyResultSetMapping

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setScale (BigDecimal)
  • getSystemService (Context)
  • startActivity (Activity)
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Best IntelliJ plugins
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