public class NamedQueriesManager extends DeploymentManager<NamedQueryMetadata>
DeploymentManager.Context| Modifier and Type | Method and Description |
|---|---|
static void |
perform(MetamodelImpl metamodel,
CriteriaBuilderImpl criteriaBuilder)
Performs the association linking operations.
|
Void |
perform(NamedQueryMetadata namedQuery)
Performs the actual task on the type.
|
getMetamodel, handleException, hasPerformed, perform, performedpublic static void perform(MetamodelImpl metamodel, CriteriaBuilderImpl criteriaBuilder) throws org.batoo.common.BatooException
metamodel - the metamodelcriteriaBuilder - the criteria builderorg.batoo.common.BatooException - thrown in case of an underlying exceptionpublic Void perform(NamedQueryMetadata namedQuery) throws org.batoo.common.BatooException
perform in class DeploymentManager<NamedQueryMetadata>namedQuery - the type to perform fororg.batoo.common.BatooException - thrown in case of underlying errorCopyright © 2012 Batoo Software & Consultancy. All Rights Reserved.