Package | Description |
---|---|
org.hibernate.loader.plan.build.internal.returns |
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
|
org.hibernate.loader.plan.spi |
Defines the SPI for the building blocks that make up a LoadPlan.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyAttributeFetchImpl |
class |
CollectionAttributeFetchImpl |
class |
CompositeAttributeFetchImpl |
class |
EntityAttributeFetchImpl |
class |
NestedCompositeAttributeFetchImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionAttributeFetch
Models the requested fetching of a persistent collection attribute.
|
interface |
CompositeAttributeFetch
Models the requested fetching of a composite attribute.
|
interface |
EntityFetch
Models the requested fetching of an entity attribute.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.