Uses of Interface
org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
Packages that use JaxbQueryHint
-
Uses of JaxbQueryHint in org.hibernate.boot.jaxb.mapping.spi
Classes in org.hibernate.boot.jaxb.mapping.spi that implement JaxbQueryHintModifier and TypeClassDescriptionclass@Target({}) @Retention(RUNTIME) public @interface QueryHint { String name(); String value(); } <p>Java class for query-hint complex type</p>.Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbQueryHintModifier and TypeMethodDescriptionList<? extends JaxbQueryHint> JaxbQueryHintContainer.getHints()