Tabnine Logo
Ejb3Column.setLogicalColumnName
Code IndexAdd Tabnine to your IDE (free)

How to use
setLogicalColumnName
method
in
org.hibernate.cfg.Ejb3Column

Best Java code snippets using org.hibernate.cfg.Ejb3Column.setLogicalColumnName (Showing top 20 results out of 315)

origin: hibernate/hibernate-orm

column.setLogicalColumnName( propertyName + suffixForDefaultColumnName );
column.setImplicit( false );
origin: hibernate/hibernate-orm

column.setNullable( true );
column.setLength( Ejb3Column.DEFAULT_COLUMN_LENGTH );
column.setLogicalColumnName( Collection.DEFAULT_KEY_COLUMN_NAME );
origin: hibernate/hibernate-orm

column.setScale( col.scale() );
if ( StringHelper.isEmpty( columnName ) && ! StringHelper.isEmpty( suffixForDefaultColumnName ) ) {
  column.setLogicalColumnName( inferredData.getPropertyName() + suffixForDefaultColumnName );
  column.setLogicalColumnName( columnName );
origin: hibernate/hibernate-orm

column.setLogicalColumnName( Collection.DEFAULT_ELEMENT_COLUMN_NAME );
origin: org.hibernate/hibernate-annotations

column.setLogicalColumnName( propertyName + suffixForDefaultColumnName );
column.setImplicit( false );
origin: org.hibernate/hibernate-annotations

column.setLogicalColumnName( Collection.DEFAULT_ELEMENT_COLUMN_NAME );
origin: org.hibernate/hibernate-annotations

column.setNullable( true );
column.setLength( Ejb3Column.DEFAULT_COLUMN_LENGTH );
column.setLogicalColumnName( Collection.DEFAULT_KEY_COLUMN_NAME );
origin: org.hibernate/hibernate-annotations

column.setScale( col.scale() );
if ( StringHelper.isEmpty( columnName ) && ! StringHelper.isEmpty( suffixForDefaultColumnName ) ) {
  column.setLogicalColumnName( inferredData.getPropertyName() + suffixForDefaultColumnName );
  column.setLogicalColumnName( columnName );
origin: jboss.jboss-embeddable-ejb3/hibernate-all

column.setLogicalColumnName( Collection.DEFAULT_ELEMENT_COLUMN_NAME );
origin: org.hibernate/com.springsource.org.hibernate

column.setLogicalColumnName( propertyName + suffixForDefaultColumnName );
column.setImplicit( false );
origin: org.hibernate/com.springsource.org.hibernate.core

column.setLogicalColumnName( propertyName + suffixForDefaultColumnName );
column.setImplicit( false );
origin: jboss.jboss-embeddable-ejb3/hibernate-all

column.setNullable( true );
column.setLength( Ejb3Column.DEFAULT_COLUMN_LENGTH );
column.setLogicalColumnName( Collection.DEFAULT_KEY_COLUMN_NAME );
origin: org.hibernate/com.springsource.org.hibernate.core

column.setNullable( true );
column.setLength( Ejb3Column.DEFAULT_COLUMN_LENGTH );
column.setLogicalColumnName( Collection.DEFAULT_KEY_COLUMN_NAME );
origin: org.hibernate/com.springsource.org.hibernate

column.setLogicalColumnName( Collection.DEFAULT_ELEMENT_COLUMN_NAME );
origin: org.hibernate.orm/hibernate-core

column.setLogicalColumnName(
    buildLogicalName(
        context.getMetadataCollector().getDatabase(),
origin: org.hibernate/com.springsource.org.hibernate

column.setNullable( true );
column.setLength( Ejb3Column.DEFAULT_COLUMN_LENGTH );
column.setLogicalColumnName( Collection.DEFAULT_KEY_COLUMN_NAME );
origin: org.hibernate.orm/hibernate-core

column.setNullable( true );
column.setLength( Size.Builder.DEFAULT_LENGTH );
column.setLogicalColumnName( Collection.DEFAULT_KEY_COLUMN_NAME );
origin: jboss.jboss-embeddable-ejb3/hibernate-all

column.setPrecision( col.precision() );
column.setScale( col.scale() );
column.setLogicalColumnName( col.name() );
column.setPropertyName(
    BinderHelper.getRelativePath( propertyHolder, inferredData.getPropertyName() )
origin: org.hibernate/com.springsource.org.hibernate

column.setScale( col.scale() );
if ( StringHelper.isEmpty( columnName ) && ! StringHelper.isEmpty( suffixForDefaultColumnName ) ) {
  column.setLogicalColumnName( inferredData.getPropertyName() + suffixForDefaultColumnName );
  column.setLogicalColumnName( columnName );
origin: org.hibernate/com.springsource.org.hibernate.core

column.setScale( col.scale() );
if ( StringHelper.isEmpty( columnName ) && ! StringHelper.isEmpty( suffixForDefaultColumnName ) ) {
  column.setLogicalColumnName( inferredData.getPropertyName() + suffixForDefaultColumnName );
  column.setLogicalColumnName( columnName );
org.hibernate.cfgEjb3ColumnsetLogicalColumnName

Popular methods of Ejb3Column

  • <init>
  • bind
  • buildColumnFromAnnotation
  • buildImplicitColumn
  • checkPropertyConsistency
  • forceNotNull
  • getJoin
  • getMappingColumn
  • getTable
    Find appropriate table of the column. It can come from a secondary table or from the main table of t
  • initMappingColumn
  • isInsertable
  • isNullable
  • isInsertable,
  • isNullable,
  • isSecondary,
  • isUpdatable,
  • linkWithValue,
  • redefineColumnName,
  • setFormula,
  • setImplicit,
  • setInsertable,
  • setJoins

Popular in Java

  • Creating JSON documents from java classes using gson
  • setScale (BigDecimal)
  • getResourceAsStream (ClassLoader)
  • compareTo (BigDecimal)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now