Handling global metadata
Hibernate/Chapter 3 : 2008. 1. 13. 11:53
전역적인 메타데이타
Global annotation metadata
Using placeholders
- query strings can be externalized to metadata and called by a globally unique name in the application code.
- a query usually isn't related to a particular class, and sometimes not even to a particular package.
- Other application-scoped metadata includes user-defined mapping types (converters) and data filter (dynamic view) definitions.
Global annotation metadata
Using placeholders
'Hibernate > Chapter 3' 카테고리의 다른 글
Map 도메인 모델 (0) | 2008.01.13 |
---|---|
Entity 표현 대안 (0) | 2008.01.13 |
Using placeholders (0) | 2008.01.13 |
Global annotation metadata (0) | 2008.01.13 |
Global XML mapping metadata (0) | 2008.01.13 |
Handling global metadata (0) | 2008.01.13 |
XDoclet 사용하기 - 하이버네이트 맵핑 (0) | 2008.01.11 |
애노테이션 사용하기 - 하이버네이트 맵핑 (0) | 2008.01.11 |
XML 사용하기 - 하이버네이트 맵핑 (0) | 2008.01.11 |
Accessor 메소드에 로직 추가하기 (0) | 2008.01.09 |
POJO 관계 구현하기 (0) | 2008.01.09 |