Uses of Class
tech.ydb.yoj.repository.db.EntitySchema
Packages that use EntitySchema
-
Uses of EntitySchema in tech.ydb.yoj.repository.db
Methods in tech.ydb.yoj.repository.db that return EntitySchemaModifier and TypeMethodDescriptionstatic <T extends Entity<T>>
EntitySchema<T>static <T extends Entity<T>>
EntitySchema<T>EntitySchema.of(Class<T> type, NamingStrategy namingStrategy) static <T extends Entity<T>>
EntitySchema<T>EntitySchema.of(SchemaRegistry registry, Class<T> type) static <T extends Entity<T>>
EntitySchema<T>EntitySchema.of(SchemaRegistry registry, Class<T> type, NamingStrategy namingStrategy) static <T extends Entity<T>>
EntitySchema<T>EntitySchema.of(SchemaRegistry registry, SchemaRegistry.SchemaKey<T> key) Methods in tech.ydb.yoj.repository.db with parameters of type EntitySchemaModifier and TypeMethodDescriptionstatic <T extends Entity<T>,ID extends Entity.Id<T>>
EntityIdSchema<ID>EntityIdSchema.from(EntitySchema<T> entitySchema)