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
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


Copyright © 2012. All Rights Reserved.