Package org.hibernate.annotations
Annotation Interface QueryCacheLayout
Configures the layout for the entity or collection data in a query cache.
- Since:
- 6.5
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe layout of the data for an entity or collection in the query cache.
-
Element Details
-
layout
CacheLayout layoutThe layout of the data for an entity or collection in the query cache.- Default:
AUTO
-