Hierarchy For Package com.netgrif.application.engine.migration

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.netgrif.application.engine.startup.AbstractOrderedCommandLineRunner (implements org.springframework.boot.CommandLineRunner, groovy.lang.GroovyObject, org.springframework.core.Ordered)
    • com.netgrif.application.engine.migration.ActionMigration (implements groovy.lang.GroovyObject)
    • com.querydsl.core.types.dsl.DslExpression<T> (implements com.querydsl.core.types.Expression<T>)
      • com.querydsl.core.types.dsl.SimpleExpression<T>
        • com.querydsl.core.types.dsl.BeanPath<T> (implements com.querydsl.core.types.Path<T>)
          • com.querydsl.core.types.dsl.EntityPathBase<T> (implements com.querydsl.core.types.EntityPath<T>)
            • com.netgrif.application.engine.migration.QMigration
    • com.netgrif.application.engine.migration.Migration (implements groovy.lang.GroovyObject)

Interface Hierarchy

  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • org.springframework.data.mongodb.repository.MongoRepository<T,​ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,​ID>)
  • org.springframework.data.repository.Repository<T,​ID>
    • org.springframework.data.repository.CrudRepository<T,​ID>
      • org.springframework.data.repository.PagingAndSortingRepository<T,​ID>
        • org.springframework.data.mongodb.repository.MongoRepository<T,​ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)