Uses of Class
io.quarkus.hibernate.orm.runtime.devconsole.HibernateOrmDevConsoleInfoSupplier.EntityInfo
-
Packages that use HibernateOrmDevConsoleInfoSupplier.EntityInfo Package Description io.quarkus.hibernate.orm.runtime.devconsole -
-
Uses of HibernateOrmDevConsoleInfoSupplier.EntityInfo in io.quarkus.hibernate.orm.runtime.devconsole
Methods in io.quarkus.hibernate.orm.runtime.devconsole that return types with arguments of type HibernateOrmDevConsoleInfoSupplier.EntityInfo Modifier and Type Method Description List<HibernateOrmDevConsoleInfoSupplier.EntityInfo>HibernateOrmDevConsoleInfoSupplier.PersistenceUnitInfo. getManagedEntities()Constructor parameters in io.quarkus.hibernate.orm.runtime.devconsole with type arguments of type HibernateOrmDevConsoleInfoSupplier.EntityInfo Constructor Description PersistenceUnitInfo(String name, List<HibernateOrmDevConsoleInfoSupplier.EntityInfo> managedEntities, List<HibernateOrmDevConsoleInfoSupplier.QueryInfo> namedQueries, List<HibernateOrmDevConsoleInfoSupplier.QueryInfo> namedNativeQueries, String createDDL, String dropDDL)
-