JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.hibernate.boot.jaxb.mapping.spi
Interface JaxbQueryHint
All Known Implementing Classes:
JaxbQueryHintImpl
public interface
JaxbQueryHint
Models a named query hint in the JAXB model
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
The hint name.
String
getValue
()
The hint value.
Method Details
getName
String
getName
()
The hint name.
See Also:
AvailableHints
getValue
String
getValue
()
The hint value.