public class NamedQueryMetadataImpl extends Object implements NamedQueryMetadata
NamedQueryMetadata.| Constructor and Description |
|---|
NamedQueryMetadataImpl(AbstractLocator locator,
javax.persistence.NamedQuery annotation) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getHints()
Returns the list query hints.
|
AbstractLocator |
getLocator()
Returns the locator.
|
javax.persistence.LockModeType |
getLockMode()
Returns the lock mode.
|
String |
getName()
Returns the name of the Bindable.
|
String |
getQuery()
Returns the query.
|
public NamedQueryMetadataImpl(AbstractLocator locator, javax.persistence.NamedQuery annotation)
locator - the locatorannotation - the annotationpublic Map<String,Object> getHints()
getHints in interface NamedQueryMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic javax.persistence.LockModeType getLockMode()
getLockMode in interface NamedQueryMetadatapublic String getName()
getName in interface BindableMetadatapublic String getQuery()
getQuery in interface NamedQueryMetadataCopyright © 2012-2013 Batoo. All Rights Reserved.