[hibernate-dev] subselect mappings

Steve Ebersole steve at hibernate.org
Mon Feb 20 13:52:21 EST 2012


subselects are a feature that was originally put in place to support 
databases without view support and/or application developers which did 
not have access to create views on their target database.

I am contemplating whether we want to continue to support this.

At this time I all real databases out there support views.  Anyone know 
of any that do not?

I am not inclined to leave the feature in place just for the second 
reason.  They could always define the view in a schema in which they do 
have access to create views.

Thoughts?

-- 
steve at hibernate.org
http://hibernate.org



More information about the hibernate-dev mailing list