org.hibernate.annotations
Annotation Type Subselect


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Subselect

Map an immutable and read-only entity to a given SQL subselect expression:

Author:
Sharath Reddy

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2002-2011 Red Hat Middleware, LLC. All Rights Reserved