728x90
@Basic
์๋ฐ์ ๊ธฐ๋ณธ ํ์ ์ ๋ช ์์ ์ผ๋ก ๋งคํํด์ฃผ๋? ์ ๋ ธํ ์ด์ ์ ๋๋ค.
๊ฑฐ์ ์ฌ์ฉํ ์ผ์ด ์๋ ๊ฒ ๊ฐ์ต๋๋ค.
์ค๋ช
The simplest type of mapping to a database column. The Basic annotation can be applied to a persistent property or instance variable of any of the following types: Java primitive types, wrappers of the primitive types, String, java.math.BigInteger, java.math.BigDecimal, java.util.Date, java.util.Calendar, java.sql.Date, java.sql.Time, java.sql.Timestamp, byte[], Byte[], char[], Character[], enums, and any other type that implements java.io.Serializable. The use of the Basic annotation is optional for persistent fields and properties of these types. If the Basic annotation is not specified for such a field or property, the default values of the Basic annotation will apply.
์๋ฐ์ ๊ธฐ๋ณธ ํ์ , ๋ํผ ํ์ , String, BigInteger, ...์ ์ฐ์ด๋ฉฐ, Serializable๋ฅผ ๊ตฌํํ ๊ธฐํ ์ ํ์ ์ฌ์ฉํ ์ ์๋ค๊ณ ํฉ๋๋ค.
์ฌ์ฉํ์ง ์์ผ๋ฉด ๊ธฐ๋ณธ ์์ฑ์ด ์ ์ฉ๋๋๋ฐ, ์์ฑ์ ๋ํด ์์๋ณด๊ฒ ์ต๋๋ค.
์์ฑ
์์ฑ | ๊ธฐ๋ฅ | ๊ธฐ๋ณธ๊ฐ |
fetch | ์ฆ์ ๋ก๋ฉ๊ณผ ์ง์ฐ ๋ก๋ฉ์ ์ค์ ํ๋ค. | FetchType.EAGER |
optional (DDL) | ์์ฑ์ ๊ฐ์ด null์ ํ์ฉํ ์ง ๋ง์ง ๊ฒฐ์ ํ๋ค. ์๋ฐ ๊ธฐ๋ณธ ํ์ ์ ๊ฒฝ์ฐ์๋ ๋ฌด์๋๋ค. ์คํค๋ง ์์ฑ์ ์ฌ์ฉํ๋ค. |
true |
fetchType์ ์ค์ ํ ์ ์๋ค๋๊ฒ ์ ๊ธฐํ์ง๋ง, ๋ณ๋ก ์ธ ์ผ์ ์์ ๊ฒ ๊ฐ์ต๋๋ค
๐ Reference
https://www.baeldung.com/jpa-basic-annotation
728x90
'๐๏ธ Spring > JPA' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[JPA] ํ๋์ ์ปฌ๋ผ ๋งคํ - @Access (0) | 2021.12.14 |
---|---|
[JPA] ํ๋์ ์ปฌ๋ผ ๋งคํ - @Transient (0) | 2021.12.14 |
[JPA] ํ๋์ ์ปฌ๋ผ ๋งคํ - @Lob (0) | 2021.12.14 |
[JPA] ํ๋์ ์ปฌ๋ผ ๋งคํ - @Temporal (0) | 2021.12.14 |
[JPA] ํ๋์ ์ปฌ๋ผ ๋งคํ - @Enumerated (0) | 2021.12.14 |