Uses of Class
org.teamapps.universaldb.index.TableIndex
-
Uses of TableIndex in org.teamapps.universaldb
Methods in org.teamapps.universaldb that return TableIndex Modifier and Type Method Description TableIndexUniversalDB. addTable(Table table, java.lang.String database)TableIndexUniversalDB. getCollectionIndexById(int mappingId)TableIndexUniversalDB. getTableIndexByPath(java.lang.String path)Methods in org.teamapps.universaldb with parameters of type TableIndex Modifier and Type Method Description java.lang.ClassUniversalDB. getEntityClass(TableIndex tableIndex)java.lang.ClassUniversalDB. getQueryClass(TableIndex tableIndex) -
Uses of TableIndex in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index that return TableIndex Modifier and Type Method Description TableIndexDatabaseIndex. addTable(TableIndex table)TableIndexDataBaseMapper. getCollectionIndexById(int mappingId)TableIndexAbstractIndex. getTable()TableIndexColumnIndex. getTable()TableIndexDatabaseIndex. getTable(java.lang.String name)TableIndexSchemaIndex. getTable(Table table)TableIndexSchemaIndex. getTableByPath(java.lang.String path)Methods in org.teamapps.universaldb.index that return types with arguments of type TableIndex Modifier and Type Method Description java.util.List<TableIndex>DatabaseIndex. getTables()Methods in org.teamapps.universaldb.index with parameters of type TableIndex Modifier and Type Method Description TableIndexDatabaseIndex. addTable(TableIndex table)static ColumnIndexColumnIndex. createColumn(TableIndex table, java.lang.String name, ColumnType columnType)Constructors in org.teamapps.universaldb.index with parameters of type TableIndex Constructor Description AbstractIndex(java.lang.String name, TableIndex table, ColumnType columnType, FullTextIndexingOptions fullTextIndexingOptions) -
Uses of TableIndex in org.teamapps.universaldb.index.binary
Constructors in org.teamapps.universaldb.index.binary with parameters of type TableIndex Constructor Description BinaryIndex(java.lang.String name, TableIndex table, boolean compressContent, ColumnType columnType) -
Uses of TableIndex in org.teamapps.universaldb.index.bool
Constructors in org.teamapps.universaldb.index.bool with parameters of type TableIndex Constructor Description BooleanIndex(java.lang.String name, TableIndex tableIndex, ColumnType columnType) -
Uses of TableIndex in org.teamapps.universaldb.index.file
Constructors in org.teamapps.universaldb.index.file with parameters of type TableIndex Constructor Description FileIndex(java.lang.String name, TableIndex table, ColumnType columnType, FullTextIndexingOptions fullTextIndexingOptions, CollectionTextSearchIndex collectionSearchIndex, FileStore fileStore) -
Uses of TableIndex in org.teamapps.universaldb.index.fileng
Constructors in org.teamapps.universaldb.index.fileng with parameters of type TableIndex Constructor Description FileIndex(java.lang.String name, TableIndex table, ColumnType columnType, boolean indexFileContent, boolean indexFileVersions, java.lang.String secret)FileVersionDataIndex(java.lang.String name, TableIndex table) -
Uses of TableIndex in org.teamapps.universaldb.index.numeric
Constructors in org.teamapps.universaldb.index.numeric with parameters of type TableIndex Constructor Description DoubleIndex(java.lang.String name, TableIndex tableIndex, ColumnType columnType)FloatIndex(java.lang.String name, TableIndex table, ColumnType columnType)IntegerIndex(java.lang.String name, TableIndex tableIndex, ColumnType columnType)LongIndex(java.lang.String name, TableIndex tableIndex, ColumnType columnType)ShortIndex(java.lang.String name, TableIndex tableIndex, ColumnType columnType) -
Uses of TableIndex in org.teamapps.universaldb.index.reference
Methods in org.teamapps.universaldb.index.reference that return TableIndex Modifier and Type Method Description TableIndexReferenceIndex. getReferencedTable() -
Uses of TableIndex in org.teamapps.universaldb.index.reference.multi
Methods in org.teamapps.universaldb.index.reference.multi that return TableIndex Modifier and Type Method Description TableIndexMultiReferenceIndex. getReferencedTable()Methods in org.teamapps.universaldb.index.reference.multi with parameters of type TableIndex Modifier and Type Method Description voidMultiReferenceIndex. setReferencedTable(TableIndex referencedTable, ColumnIndex reverseIndex, boolean cascadeDeleteReferences)Constructors in org.teamapps.universaldb.index.reference.multi with parameters of type TableIndex Constructor Description MultiReferenceIndex(java.lang.String name, TableIndex table, ColumnType columnType) -
Uses of TableIndex in org.teamapps.universaldb.index.reference.single
Methods in org.teamapps.universaldb.index.reference.single that return TableIndex Modifier and Type Method Description TableIndexSingleReferenceIndex. getReferencedTable()Methods in org.teamapps.universaldb.index.reference.single with parameters of type TableIndex Modifier and Type Method Description voidSingleReferenceIndex. setReferencedTable(TableIndex referencedTable, ColumnIndex reverseIndex, boolean cascadeDeleteReferences)Constructors in org.teamapps.universaldb.index.reference.single with parameters of type TableIndex Constructor Description SingleReferenceIndex(java.lang.String name, TableIndex tableIndex, ColumnType columnType) -
Uses of TableIndex in org.teamapps.universaldb.index.text
Constructors in org.teamapps.universaldb.index.text with parameters of type TableIndex Constructor Description TextIndex(java.lang.String name, TableIndex table, ColumnType columnType, boolean withLocalSearchIndex)TextIndex(java.lang.String name, TableIndex table, ColumnType columnType, CollectionTextSearchIndex collectionSearchIndex) -
Uses of TableIndex in org.teamapps.universaldb.index.translation
Constructors in org.teamapps.universaldb.index.translation with parameters of type TableIndex Constructor Description TranslatableTextIndex(java.lang.String name, TableIndex table, ColumnType columnType, boolean withLocalSearchIndex)TranslatableTextIndex(java.lang.String name, TableIndex table, ColumnType columnType, CollectionTextSearchIndex collectionSearchIndex) -
Uses of TableIndex in org.teamapps.universaldb.pojo
Methods in org.teamapps.universaldb.pojo that return TableIndex Modifier and Type Method Description TableIndexAbstractUdbEntity. getTableIndex()TableIndexAbstractUdbQuery. getTableIndex()Methods in org.teamapps.universaldb.pojo with parameters of type TableIndex Modifier and Type Method Description protected voidAbstractUdbEntity. setChangeValue(ColumnIndex index, java.lang.Object value, TableIndex tableIndex)protected voidAbstractUdbEntity. setSingleReferenceValue(SingleReferenceIndex index, Entity reference, TableIndex tableIndex)static <ENTITY extends Entity>
java.util.List<ENTITY>AbstractUdbEntity. sort(TableIndex table, java.util.List<ENTITY> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static <ENTITY extends Entity>
java.util.List<ENTITY>AbstractUdbEntity. sort(TableIndex table, java.util.List<ENTITY> list, java.lang.String sortFieldName, boolean ascending, UserContext userContext, java.lang.String... path)static <ENTITY extends Entity>
java.util.List<ENTITY>AbstractUdbEntity. sort(TableIndex table, EntityBuilder<ENTITY> builder, java.util.BitSet recordIds, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)static <ENTITY extends Entity>
java.util.List<ENTITY>AbstractUdbEntity. sort(TableIndex table, EntityBuilder<ENTITY> builder, java.util.BitSet recordIds, java.lang.String sortFieldName, boolean ascending, UserContext userContext, java.lang.String... path)Constructors in org.teamapps.universaldb.pojo with parameters of type TableIndex Constructor Description AbstractUdbEntity(TableIndex tableIndex)AbstractUdbEntity(TableIndex tableIndex, int id, boolean createEntity)AbstractUdbQuery(TableIndex tableIndex, EntityBuilder<ENTITY> entityBuilder) -
Uses of TableIndex in org.teamapps.universaldb.query
Methods in org.teamapps.universaldb.query that return TableIndex Modifier and Type Method Description TableIndexIndexPath. getLeafTable() -
Uses of TableIndex in org.teamapps.universaldb.transaction
Methods in org.teamapps.universaldb.transaction with parameters of type TableIndex Modifier and Type Method Description static TransactionRecordTransactionRecord. createOrUpdateRecord(TableIndex tableIndex, int recordId, int correlationId, int userId, boolean update, boolean strictChangeVerification)static TransactionRecordTransactionRecord. deleteRecord(TableIndex tableIndex, int recordId, int userId)static TransactionRecordTransactionRecord. restoreRecord(TableIndex tableIndex, int recordId, int userId)