net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm
Interface NamedQuery

All Known Implementing Classes:
NamedQueryImpl

public interface NamedQuery


Method Summary
 QueryHint[] getHint()
           
 QueryHint getHint(int idx)
           
 int getHintLength()
           
 String getName()
          Gets the value of the name property.
 String getQuery()
          Gets the value of the query property.
 QueryHint setHint(int idx, QueryHint value)
           
 void setHint(QueryHint[] values)
           
 void setName(String value)
          Sets the value of the name property.
 void setQuery(String value)
          Sets the value of the query property.
 

Method Detail

getQuery

String getQuery()
Gets the value of the query property.

Returns:
possible object is String

setQuery

void setQuery(String value)
Sets the value of the query property.

Parameters:
value - allowed object is String

getHint

QueryHint[] getHint()
Returns:
array of QueryHint

getHint

QueryHint getHint(int idx)
Returns:
one of QueryHint

getHintLength

int getHintLength()

setHint

void setHint(QueryHint[] values)
Parameters:
values - allowed objects are QueryHint

setHint

QueryHint setHint(int idx,
                  QueryHint value)
Parameters:
value - allowed object is QueryHint

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.