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

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

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

origin: hibernate/hibernate-orm

    BinderHelper.getRelativePath( propertyHolder, propertyName )
);
column.setPropertyHolder( propertyHolder );
column.setJoins( secondaryTables );
column.setBuildingContext( context );
origin: hibernate/hibernate-orm

formulaColumn.setImplicit( false );
formulaColumn.setBuildingContext( context );
formulaColumn.setPropertyHolder( propertyHolder );
formulaColumn.bind();
columns = new Ejb3Column[] { formulaColumn };
    column.setUpdatable( col.updatable() );
    column.setExplicitTableName( tableName );
    column.setPropertyHolder( propertyHolder );
    column.setJoins( secondaryTables );
    column.setBuildingContext( context );
origin: org.hibernate/hibernate-annotations

    BinderHelper.getRelativePath( propertyHolder, propertyName )
);
column.setPropertyHolder( propertyHolder );
column.setJoins( secondaryTables );
column.setMappings( mappings );
origin: org.hibernate/hibernate-annotations

formulaColumn.setImplicit( false );
formulaColumn.setMappings( mappings );
formulaColumn.setPropertyHolder( propertyHolder );
formulaColumn.bind();
columns = new Ejb3Column[] { formulaColumn };
    column.setUpdatable( col.updatable() );
    column.setSecondaryTableName( tableName );
    column.setPropertyHolder( propertyHolder );
    column.setJoins( secondaryTables );
    column.setMappings( mappings );
origin: jboss.jboss-embeddable-ejb3/hibernate-all

private static Ejb3Column[] buildImplicitColumn(
    PropertyData inferredData, Map<String, Join> secondaryTables, PropertyHolder propertyHolder,
    Nullability nullability, ExtendedMappings mappings
) {
  Ejb3Column[] columns;
  columns = new Ejb3Column[1];
  Ejb3Column column = new Ejb3Column();
  column.setImplicit( false );
  //not following the spec but more clean
  if ( nullability != Nullability.FORCED_NULL
      && inferredData.getClassOrElement().isPrimitive()
      && ! inferredData.getProperty().isArray() ) {
    column.setNullable( false );
  }
  column.setLength( DEFAULT_COLUMN_LENGTH );
  column.setPropertyName(
      BinderHelper.getRelativePath( propertyHolder, inferredData.getPropertyName() )
  );
  column.setPropertyHolder( propertyHolder );
  column.setJoins( secondaryTables );
  column.setMappings( mappings );
  column.bind();
  columns[0] = column;
  return columns;
}
origin: jboss.jboss-embeddable-ejb3/hibernate-all

formulaColumn.setImplicit( false );
formulaColumn.setMappings( mappings );
formulaColumn.setPropertyHolder( propertyHolder );
formulaColumn.bind();
columns = new Ejb3Column[]{formulaColumn};
    column.setUpdatable( col.updatable() );
    column.setSecondaryTableName( col.table() );
    column.setPropertyHolder( propertyHolder );
    column.setJoins( secondaryTables );
    column.setMappings( mappings );
origin: org.hibernate/com.springsource.org.hibernate

    BinderHelper.getRelativePath( propertyHolder, propertyName )
);
column.setPropertyHolder( propertyHolder );
column.setJoins( secondaryTables );
column.setMappings( mappings );
origin: org.hibernate/com.springsource.org.hibernate.core

    BinderHelper.getRelativePath( propertyHolder, propertyName )
);
column.setPropertyHolder( propertyHolder );
column.setJoins( secondaryTables );
column.setMappings( mappings );
origin: org.hibernate.orm/hibernate-core

    BinderHelper.getRelativePath( propertyHolder, propertyName )
);
column.setPropertyHolder( propertyHolder );
column.setJoins( secondaryTables );
origin: org.hibernate/com.springsource.org.hibernate.core

formulaColumn.setImplicit( false );
formulaColumn.setMappings( mappings );
formulaColumn.setPropertyHolder( propertyHolder );
formulaColumn.bind();
columns = new Ejb3Column[] { formulaColumn };
    column.setUpdatable( col.updatable() );
    column.setSecondaryTableName( tableName );
    column.setPropertyHolder( propertyHolder );
    column.setJoins( secondaryTables );
    column.setMappings( mappings );
origin: org.hibernate/com.springsource.org.hibernate

formulaColumn.setImplicit( false );
formulaColumn.setMappings( mappings );
formulaColumn.setPropertyHolder( propertyHolder );
formulaColumn.bind();
columns = new Ejb3Column[] { formulaColumn };
    column.setUpdatable( col.updatable() );
    column.setSecondaryTableName( tableName );
    column.setPropertyHolder( propertyHolder );
    column.setJoins( secondaryTables );
    column.setMappings( mappings );
origin: org.hibernate.orm/hibernate-core

formulaColumn.setFormula( formulaAnn.value() );
formulaColumn.setImplicit( false );
formulaColumn.setPropertyHolder( propertyHolder );
formulaColumn.bind();
columns = new Ejb3Column[] { formulaColumn };
    column.setUpdatable( col.updatable() );
    column.setExplicitTableName( tableName );
    column.setPropertyHolder( propertyHolder );
    column.setJoins( secondaryTables );
    column.extractDataFromPropertyData(inferredData);
org.hibernate.cfgEjb3ColumnsetPropertyHolder

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

  • Finding current android device location
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • startActivity (Activity)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • 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