Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Proposal SQL generation

sebersole edited this pageNov 29, 2012 ·3 revisions

Currently Hibernate generates SQL in a number of different ways. The main generators of SQL include:

  • Loader subclasses based on the JoinWalker subclasses
  • HQL query parser/translator
  • Criteria translator

Obviously, doing the same basic thing in 3 or more places is not ideal. Additionally, another huge limitation is that the current atomic piece to SQL generation is String manipulation based on fragments which has all kinds of drawbacks.

The basic proposal here is to move to an AST based approach to generating SQL.

This proposal has a high correlation to theLoader redesign proposal.

More to come...

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp