Table type annotation #5607
Replies: 2 comments 9 replies
-
I'd like to revive this discussion a bit as I recently wanted to try out if the PostgreSQL There are also a couple of Jiras that request this or something similar:
Ideally, this would not only be an annotation, but we'd also add a configuration property to configure the default table type. For the purpose of my PostgreSQL testing I'd like to introduce the configuration property Comments, concerns, ideas? |
Beta Was this translation helpful? Give feedback.
-
@beikov I don't think we need this because we already added a feature very much like it to the JPA |
Beta Was this translation helpful? Give feedback.
-
@loiclefevre suggested today to that we support some of the new table types of Oracle, and I think that some sort of
@TableType
annotation might be interesting.The most interesting table type would be "immutable" which allows only insert and select.
Maybe this is too much of a DDL aspect and this should be left to schema management tools, but I wanted to drop this idea here so I don't forget it.
Beta Was this translation helpful? Give feedback.
All reactions