public class CompositeFetchOwnerDelegate extends AbstractFetchOwnerDelegate implements FetchOwnerDelegate
Modifier and Type | Class and Description |
---|---|
static interface |
CompositeFetchOwnerDelegate.PropertyMappingDelegate |
FetchOwnerDelegate.FetchMetadata
Constructor and Description |
---|
CompositeFetchOwnerDelegate(SessionFactoryImplementor sessionFactory,
CompositeType compositeType,
CompositeFetchOwnerDelegate.PropertyMappingDelegate propertyMappingDelegate)
Constructs a CompositeFetchOwnerDelegate
|
Modifier and Type | Method and Description |
---|---|
protected FetchOwnerDelegate.FetchMetadata |
buildFetchMetadata(Fetch fetch) |
locateFetchMetadata
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
locateFetchMetadata
public CompositeFetchOwnerDelegate(SessionFactoryImplementor sessionFactory, CompositeType compositeType, CompositeFetchOwnerDelegate.PropertyMappingDelegate propertyMappingDelegate)
sessionFactory
- - the session factory.compositeType
- - the composite type.propertyMappingDelegate
- - delegate for handling property mappingprotected FetchOwnerDelegate.FetchMetadata buildFetchMetadata(Fetch fetch)
buildFetchMetadata
in class AbstractFetchOwnerDelegate
Copyright © 2013. All rights reserved.