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 classAbstractBufferIndex<TYPE,FILTER>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, IndexType indexType)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()Methods in org.teamapps.universaldb.index with parameters of type ColumnIndex Modifier and Type Method Description voidTableIndex. addIndex(ColumnIndex index) -
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 classBitSetBooleanIndexclassBooleanIndex -
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.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.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 with parameters of type ColumnIndex Modifier and Type Method Description voidMultiReferenceIndex. setReferencedTable(TableIndex referencedTable, ColumnIndex reverseIndex) -
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 with parameters of type ColumnIndex Modifier and Type Method Description voidSingleReferenceIndex. setReferencedTable(TableIndex referencedTable, ColumnIndex reverseIndex) -
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.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 TransactionRecordValueAbstractUdbEntity. getChangeValue(ColumnIndex index)TransactionRecordValueEntityChangeSet. getChangeValue(ColumnIndex index)AbstractUdbEntityEntityChangeSet. getReferenceChange(ColumnIndex index)protected AbstractUdbEntityAbstractUdbEntity. getReferenceChangeValue(ColumnIndex index)protected booleanAbstractUdbEntity. isChanged(ColumnIndex index)booleanEntityChangeSet. isChanged(ColumnIndex columnIndex)protected voidAbstractUdbEntity. setChangeValue(ColumnIndex index, java.lang.Object value, TableIndex tableIndex)voidEntityChangeSet. setReferenceChange(ColumnIndex index, AbstractUdbEntity reference)protected voidAbstractUdbEntity. setSingleReferenceValue(ColumnIndex index, Entity reference, TableIndex tableIndex) -
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) -
Uses of ColumnIndex in org.teamapps.universaldb.transaction
Methods in org.teamapps.universaldb.transaction that return ColumnIndex Modifier and Type Method Description ColumnIndexTransactionRecordValue. getColumn()Methods in org.teamapps.universaldb.transaction with parameters of type ColumnIndex Modifier and Type Method Description voidTransactionRecord. addRecordValue(ColumnIndex column, java.lang.Object value)Constructors in org.teamapps.universaldb.transaction with parameters of type ColumnIndex Constructor Description TransactionRecordValue(ColumnIndex column, java.lang.Object value)