Uses of Class
tech.ydb.yoj.repository.db.ViewSchema
Packages that use ViewSchema
-
Uses of ViewSchema in tech.ydb.yoj.repository.db
Methods in tech.ydb.yoj.repository.db that return ViewSchemaModifier and TypeMethodDescriptionstatic <VIEW extends Table.View>
ViewSchema<VIEW>static <VIEW extends Table.View>
ViewSchema<VIEW>ViewSchema.of(Class<VIEW> type, NamingStrategy namingStrategy) static <VIEW extends Table.View>
ViewSchema<VIEW>ViewSchema.of(SchemaRegistry registry, Class<VIEW> type) static <VIEW extends Table.View>
ViewSchema<VIEW>ViewSchema.of(SchemaRegistry registry, Class<VIEW> type, NamingStrategy namingStrategy)