Uses of Interface
org.teamapps.universaldb.index.ColumnIndex
-
Uses of ColumnIndex in org.teamapps.universaldb
Methods in org.teamapps.universaldb that return ColumnIndex Modifier and Type Method Description ColumnIndexUniversalDB. getColumnById(int mappingId) -
Uses of ColumnIndex in org.teamapps.universaldb.index
Classes in org.teamapps.universaldb.index that implement ColumnIndex Modifier and Type Class Description classAbstractIndex<TYPE,FILTER>Methods in org.teamapps.universaldb.index that return ColumnIndex Modifier and Type Method Description static ColumnIndexColumnIndex. createColumn(TableIndex table, java.lang.String name, ColumnType columnType)ColumnIndexSchemaIndex. getColumn(Column column)ColumnIndexDataBaseMapper. getColumnById(int mappingId)ColumnIndexTableIndex. getColumnIndex(java.lang.String name)default ColumnIndexColumnIndex. getReferencedColumn()Methods in org.teamapps.universaldb.index that return types with arguments of type ColumnIndex Modifier and Type Method Description java.util.List<ColumnIndex>TableIndex. getColumnIndices()java.util.List<ColumnIndex>TableIndex. getReferenceColumns()Methods in org.teamapps.universaldb.index with parameters of type ColumnIndex Modifier and Type Method Description voidTableIndex. addIndex(ColumnIndex index)ColumnSchemaIndex. getColumn(ColumnIndex index)java.util.List<CyclicReferenceUpdate>TableIndex. restoreRecord(int id, ColumnIndex<?,?> cascadeOriginIndex) -
Uses of ColumnIndex in org.teamapps.universaldb.index.binary
Classes in org.teamapps.universaldb.index.binary that implement ColumnIndex Modifier and Type Class Description classBinaryIndex -
Uses of ColumnIndex in org.teamapps.universaldb.index.bool
Classes in org.teamapps.universaldb.index.bool that implement ColumnIndex Modifier and Type Class Description classBooleanIndex -
Uses of ColumnIndex in org.teamapps.universaldb.index.file
Classes in org.teamapps.universaldb.index.file that implement ColumnIndex Modifier and Type Class Description classFileIndex -
Uses of ColumnIndex in org.teamapps.universaldb.index.fileng
Classes in org.teamapps.universaldb.index.fileng that implement ColumnIndex Modifier and Type Class Description classFileIndex -
Uses of ColumnIndex in org.teamapps.universaldb.index.numeric
Classes in org.teamapps.universaldb.index.numeric that implement ColumnIndex Modifier and Type Class Description classDoubleIndexclassFloatIndexclassIntegerIndexclassLongIndexclassShortIndex -
Uses of ColumnIndex in org.teamapps.universaldb.index.reference
Methods in org.teamapps.universaldb.index.reference that return ColumnIndex Modifier and Type Method Description ColumnIndexCyclicReferenceUpdate. getReferenceIndex()Constructors in org.teamapps.universaldb.index.reference with parameters of type ColumnIndex Constructor Description CyclicReferenceUpdate(ColumnIndex referenceIndex, boolean removeReference, int recordId, int referencedRecordId) -
Uses of ColumnIndex in org.teamapps.universaldb.index.reference.multi
Classes in org.teamapps.universaldb.index.reference.multi that implement ColumnIndex Modifier and Type Class Description classMultiReferenceIndexMethods in org.teamapps.universaldb.index.reference.multi that return ColumnIndex Modifier and Type Method Description ColumnIndexMultiReferenceIndex. getReferencedColumn()Methods in org.teamapps.universaldb.index.reference.multi with parameters of type ColumnIndex Modifier and Type Method Description voidMultiReferenceIndex. setReferencedTable(TableIndex referencedTable, ColumnIndex reverseIndex, boolean cascadeDeleteReferences) -
Uses of ColumnIndex in org.teamapps.universaldb.index.reference.single
Classes in org.teamapps.universaldb.index.reference.single that implement ColumnIndex Modifier and Type Class Description classSingleReferenceIndexMethods in org.teamapps.universaldb.index.reference.single that return ColumnIndex Modifier and Type Method Description ColumnIndexSingleReferenceIndex. getReferencedColumn()Methods in org.teamapps.universaldb.index.reference.single with parameters of type ColumnIndex Modifier and Type Method Description voidSingleReferenceIndex. setReferencedTable(TableIndex referencedTable, ColumnIndex reverseIndex, boolean cascadeDeleteReferences) -
Uses of ColumnIndex in org.teamapps.universaldb.index.text
Classes in org.teamapps.universaldb.index.text that implement ColumnIndex Modifier and Type Class Description classTextIndex -
Uses of ColumnIndex in org.teamapps.universaldb.index.transaction.request
Methods in org.teamapps.universaldb.index.transaction.request with parameters of type ColumnIndex Modifier and Type Method Description voidTransactionRequestRecord. addRecordValue(ColumnIndex columnIndex, java.lang.Object value) -
Uses of ColumnIndex in org.teamapps.universaldb.index.translation
Classes in org.teamapps.universaldb.index.translation that implement ColumnIndex Modifier and Type Class Description classTranslatableTextIndex -
Uses of ColumnIndex in org.teamapps.universaldb.pojo
Methods in org.teamapps.universaldb.pojo with parameters of type ColumnIndex Modifier and Type Method Description voidEntityChangeSet. addChangeValue(ColumnIndex column, java.lang.Object value)protected <OTHER_ENTITY extends Entity>
java.util.List<OTHER_ENTITY>AbstractUdbEntity. createEntityList(ColumnIndex index, EntityBuilder<OTHER_ENTITY> entityBuilder)protected java.lang.ObjectAbstractUdbEntity. getChangedValue(ColumnIndex index)protected TransactionRequestRecordValueAbstractUdbEntity. getChangeValue(ColumnIndex index)TransactionRequestRecordValueEntityChangeSet. getChangeValue(ColumnIndex index)TransactionRequestRecordValueEntityChangeSet. getChangeValue2(ColumnIndex index)protected AbstractUdbEntityAbstractUdbEntity. getReferenceChangeValue(ColumnIndex index)booleanAbstractUdbEntity. isChanged(ColumnIndex index)booleanEntityChangeSet. isChanged(ColumnIndex columnIndex)voidEntityChangeSet. removeChange(ColumnIndex columnIndex)protected voidAbstractUdbEntity. setChangeValue(ColumnIndex index, java.lang.Object value, TableIndex tableIndex)voidEntityChangeSet. setReferenceChange(ColumnIndex index, AbstractUdbEntity reference) -
Uses of ColumnIndex in org.teamapps.universaldb.query
Methods in org.teamapps.universaldb.query that return ColumnIndex Modifier and Type Method Description ColumnIndex<TYPE,FILTER>IndexFilter. getColumnIndex()Constructors in org.teamapps.universaldb.query with parameters of type ColumnIndex Constructor Description IndexFilter(ColumnIndex<TYPE,FILTER> columnIndex, FILTER filter)IndexFilter(ColumnIndex<TYPE,FILTER> columnIndex, FILTER filter, IndexPath indexPath)