Uses of Interface
ch.nolix.systemapi.objectdata.model.IEntityTypeSet
Packages that use IEntityTypeSet
Package
Description
-
Uses of IEntityTypeSet in ch.nolix.system.objectdata.adapter
Subclasses with type arguments of type IEntityTypeSet in ch.nolix.system.objectdata.adapterModifier and TypeClassDescriptionfinal classfinal classMethods in ch.nolix.system.objectdata.adapter that return types with arguments of type IEntityTypeSetModifier and TypeMethodDescriptionNodeDataAdapter.forNodeDatabase(IMutableNode<?> nodeDatabase) NodeDataAdapter.forTemporaryInMemoryDatabase()Methods in ch.nolix.system.objectdata.adapter with parameters of type IEntityTypeSetModifier and TypeMethodDescriptionstatic NodeDataAdapterNodeDataAdapter.forDatabaseNameAndNodeDatabaseAndSchema(String databaseName, IMutableNode<?> nodeDatabase, IEntityTypeSet entityTypeSet) static MsSqlDataAdapterMsSqlDataAdapter.toHostAndPortAndWithDatabaseNameAndUserNameAndUserPasswordAndEntityTypeSet(String host, int port, String databaseName, String userName, String userPassword, IEntityTypeSet entityTypeSet) -
Uses of IEntityTypeSet in ch.nolix.system.objectdata.model
Classes in ch.nolix.system.objectdata.model that implement IEntityTypeSetMethods in ch.nolix.system.objectdata.model that return IEntityTypeSetMethods in ch.nolix.system.objectdata.model with parameters of type IEntityTypeSetModifier and TypeMethodDescriptionstatic voidSchemaInitializer.initializeDatabaseIfDatabaseIsEmpty(IEntityTypeSet entityTypeSet, ISchemaAdapter schemaAdapter) static DatabaseDatabase.withEntityTypeSetAndMidDataAdapterAndSchemaReader(IEntityTypeSet entityTypeSet, IDataAdapterAndSchemaReader midDataAdapterAndSchemaReader) -
Uses of IEntityTypeSet in ch.nolix.system.objectdata.schemamapper
Methods in ch.nolix.system.objectdata.schemamapper with parameters of type IEntityTypeSetModifier and TypeMethodDescriptionTableMapper.mapSchemaToEmptyTables(IEntityTypeSet entityTypeSet) -
Uses of IEntityTypeSet in ch.nolix.system.objectdata.schemasearcher
Methods in ch.nolix.system.objectdata.schemasearcher with parameters of type IEntityTypeSetModifier and TypeMethodDescriptionSchemaSearcher.getEntityTypeByName(IEntityTypeSet entityTypeSet, String name) -
Uses of IEntityTypeSet in ch.nolix.systemapi.objectdata.model
Methods in ch.nolix.systemapi.objectdata.model that return IEntityTypeSet -
Uses of IEntityTypeSet in ch.nolix.systemapi.objectdata.schemamapper
Methods in ch.nolix.systemapi.objectdata.schemamapper with parameters of type IEntityTypeSetModifier and TypeMethodDescriptionITableMapper.mapSchemaToEmptyTables(IEntityTypeSet entityTypeSet) -
Uses of IEntityTypeSet in ch.nolix.systemapi.objectdata.schemamodelsearcher
Methods in ch.nolix.systemapi.objectdata.schemamodelsearcher with parameters of type IEntityTypeSetModifier and TypeMethodDescriptionISchemaSearcher.getEntityTypeByName(IEntityTypeSet entityTypeSet, String name)