public class EclipseLinkRefactoringTool extends RefactoringTool
Provided functionality:
Class name (e.g.: in constructor expression);Enum constant.Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
DefaultRefactoringTool| Constructor and Description |
|---|
EclipseLinkRefactoringTool(IManagedTypeProvider managedTypeProvider,
IJPQLQueryBuilder jpqlQueryBuilder,
java.lang.CharSequence jpqlQuery)
Creates a new
EclipseLinkRefactoringTool. |
EclipseLinkRefactoringTool(IManagedTypeProvider managedTypeProvider,
IJPQLQueryBuilder jpqlQueryBuilder,
java.lang.CharSequence jpqlFragment,
java.lang.String jpqlQueryBNFId)
Creates a new
EclipseLinkRefactoringTool. |
getFormatter, getGrammar, getJPQLQueryBuilder, getStateObject, renameClassName, renameEntityName, renameEnumConstant, renameField, renameField, renameField, renameResultVariable, renameVariable, setFormatter, toActualTextgetJPQLFragment, getJPQLQueryBNFId, getManagedTypeProvider, isTolerant, setTolerantpublic EclipseLinkRefactoringTool(IManagedTypeProvider managedTypeProvider, IJPQLQueryBuilder jpqlQueryBuilder, java.lang.CharSequence jpqlQuery)
EclipseLinkRefactoringTool.managedTypeProvider - The external form of a provider that gives access to the JPA metadatajpqlQueryBuilder - The builder that creates the StateObject representation of the JPQL queryjpqlQuery - The JPQL query to manipulatepublic EclipseLinkRefactoringTool(IManagedTypeProvider managedTypeProvider, IJPQLQueryBuilder jpqlQueryBuilder, java.lang.CharSequence jpqlFragment, java.lang.String jpqlQueryBNFId)
EclipseLinkRefactoringTool.managedTypeProvider - The external form of a provider that gives access to the JPA metadatajpqlQueryBuilder - The builder that creates the StateObject representation of the JPQL queryjpqlFragment - The JPQL query to manipulate or a single JPQL fragment, which is parsed
using the JPQL query BNF identifier by the given IDjpqlQueryBNFId - The unique identifier of the JPQLQueryBNF that determines how to parse the JPQL fragmentEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference