Uses of Interface
org.eclipse.gmt.modisco.infra.query.core.java.IJavaModelQuery

Packages that use IJavaModelQuery
org.eclipse.gmt.modisco.java.queries.modifiers   
org.eclipse.gmt.modisco.java.queries.text   
org.eclipse.modisco.jee.queries.annotations.ejb   
org.eclipse.modisco.jee.queries.annotations.jpa   
org.eclipse.modisco.jee.queries.annotations.servlet   
 

Uses of IJavaModelQuery in org.eclipse.gmt.modisco.java.queries.modifiers
 

Classes in org.eclipse.gmt.modisco.java.queries.modifiers that implement IJavaModelQuery
 class IsAbstract
           
 class IsAccess
           
 class IsDefault
           
 class IsDeprecated
           
 class IsFinal
           
 class IsGenerated
           
 class IsNative
           
 class IsOverridden
           
 class IsPrivate
           
 class IsProtected
           
 class IsPublic
           
 class IsStatic
           
 class IsSuppressWarnings
           
 class IsSynchronized
           
 class IsTransient
           
 class IsUnresolved
           
 class IsVolatile
           
 

Uses of IJavaModelQuery in org.eclipse.gmt.modisco.java.queries.text
 

Classes in org.eclipse.gmt.modisco.java.queries.text that implement IJavaModelQuery
 class GetAbstractMethodDeclarationText
           
 class GetAbstractMethodInvocationText
           
 class GetConstructorDeclarationText
           
 class GetFieldDeclarationText
           
 class GetMethodDeclarationText
           
 class GetMethodRefText
           
 class GetQualifiedName
           
 class GetSingleVariableAccessText
           
 class GetTypeRef
           
 

Uses of IJavaModelQuery in org.eclipse.modisco.jee.queries.annotations.ejb
 

Classes in org.eclipse.modisco.jee.queries.annotations.ejb that implement IJavaModelQuery
 class IsApplicationException
           
 class IsAroundInvoke
           
 class IsDeclareRoles
           
 class IsDenyAll
           
 class IsEJB
           
 class IsEJBs
           
 class IsExcludeClassInterceptors
           
 class IsInit
           
 class IsInterceptors
           
 class IsLocal
           
 class IsLocalHome
           
 class IsMessageDriven
           
 class IsPermitAll
           
 class IsPostActivate
           
 class IsPostConstruct
           
 class IsPreDestroy
           
 class IsPrePassivate
           
 class IsRemote
           
 class IsRemoteHome
           
 class IsRemove
           
 class IsResource
           
 class IsResources
           
 class IsRolesAllowed
           
 class IsRunAs
           
 class IsStateful
           
 class IsStateless
           
 class IsTimeout
           
 class IsTransactionAttribute
           
 class IsTransactionManagement
           
 

Uses of IJavaModelQuery in org.eclipse.modisco.jee.queries.annotations.jpa
 

Classes in org.eclipse.modisco.jee.queries.annotations.jpa that implement IJavaModelQuery
 class IsAssociationOverride
           
 class IsAssociationOverrides
           
 class IsAttributeOverride
           
 class IsAttributeOverrides
           
 class IsBasic
           
 class IsCacheable
           
 class IsCollectionTable
           
 class IsColumn
           
 class IsColumnResult
           
 class IsDiscriminatorColumn
           
 class IsDiscriminatorValue
           
 class IsElementCollection
           
 class IsEmbeddable
           
 class IsEmbedded
           
 class IsEmbeddedId
           
 class IsEntity
           
 class IsEntityListeners
           
 class IsEntityResult
           
 class IsEnumerated
           
 class IsExcludeDefaultListeners
           
 class IsExcludeSuperclassListeners
           
 class IsFieldResult
           
 class IsGeneratedValue
           
 class IsId
           
 class IsIdClass
           
 class IsInheritance
           
 class IsJoinColumn
           
 class IsJoinColumns
           
 class IsJoinTable
           
 class IsLob
           
 class IsManyToMany
           
 class IsManyToOne
           
 class IsMapKey
           
 class IsMapKeyClass
           
 class IsMapKeyColumn
           
 class IsMapKeyEnumerated
           
 class IsMapKeyJoinColumn
           
 class IsMapKeyJoinColumns
           
 class IsMapKeyTemporal
           
 class IsMappedSuperclass
           
 class IsMapsId
           
 class IsNamedNativeQueries
           
 class IsNamedNativeQuery
           
 class IsNamedQueries
           
 class IsNamedQuery
           
 class IsOneToMany
           
 class IsOneToOne
           
 class IsOrderBy
           
 class IsOrderColumn
           
 class IsPersistenceContext
           
 class IsPersistenceContexts
           
 class IsPersistenceProperty
           
 class IsPersistenceUnit
           
 class IsPersistenceUnits
           
 class IsPostLoad
           
 class IsPostPersist
           
 class IsPostRemove
           
 class IsPostUpdate
           
 class IsPrePersist
           
 class IsPreRemove
           
 class IsPreUpdate
           
 class IsPrimaryKeyJoinColumn
           
 class IsPrimaryKeyJoinColumns
           
 class IsQueryHint
           
 class IsSecondaryTable
           
 class IsSecondaryTables
           
 class IsSequenceGenerator
           
 class IsSqlResultSetMapping
           
 class IsSqlResultSetMappings
           
 class IsTable
           
 class IsTableGenerator
           
 class IsTemporal
           
 class IsUniqueConstraint
           
 class IsVersion
           
 

Uses of IJavaModelQuery in org.eclipse.modisco.jee.queries.annotations.servlet
 

Classes in org.eclipse.modisco.jee.queries.annotations.servlet that implement IJavaModelQuery
 class IsMultipartConfig
           
 class IsWebFilter
           
 class IsWebInitParam
           
 class IsWebListener
           
 class IsWebServlet