Package org.hibernate.jpa.spi
package org.hibernate.jpa.spi
An SPI for managing cases where, by default, Hibernate intentionally violates
the letter of the JPA specification.
(Hibernate only does this when there's an extremely strong justification.)
- See Also:
-
ClassDescriptionEncapsulates settings controlling whether Hibernate complies strictly with certain debatable strictures of the JPA specification.A
TupleTransformerfor handlingObject[]results from native queries.ATupleTransformerwhich packages each native query result in an instance of the result class by calling an appropriate constructor.ATupleTransformerfor handlingListresults from native queries.ATupleTransformerfor handlingMapresults from native queries.AResultTransformerfor handling JPATupleresults from native queries.