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:
JpaCompliance
Interface Summary Interface Description IdentifierGeneratorStrategyProvider Deprecated, for removal: This API element is subject to removal in a future version. supply aGenerationTypeStrategyRegistrationinsteadJpaCompliance Encapsulates settings controlling whether Hibernate complies strictly with certain debatable strictures of the JPA specification.MutableJpaCompliance Class Summary Class Description NativeQueryArrayTransformer ATupleTransformerfor handlingObject[]results from native queries.NativeQueryConstructorTransformer<T> ATupleTransformerfor handlingListresults from native queries.NativeQueryListTransformer ATupleTransformerfor handlingListresults from native queries.NativeQueryMapTransformer ATupleTransformerfor handlingMapresults from native queries.NativeQueryTupleTransformer AResultTransformerfor handling JPATupleresults from native queries.