Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
org.springframework.orm.hibernate3.support.BlobByteArrayTypeは何に適していますか? aを Hibernate の基本型 " binary " としてマップしないのはなぜですか?byte[]
byte[]
違いは何ですか?いつどれを使う?
ありがとう!
BlobByteArrayTypeを使用すると、任意のバイト配列をデータベースのBlobフィールドにマップできます。バイナリタイプの休止状態を使用すると、バイト配列をvarbinaryフィールドにマップできます。
MySQLでは、Blobはvarbinaryに非常に似ていますが、好きなだけ成長させることができます。