Package org.hibernate.annotations
Annotation Interface QueryCacheLayout
Configures the layout for the entity or collection data in a query cache.
-
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
-