Uses of Class
io.ebeaninternal.server.core.bootup.BootupClasses
Packages that use BootupClasses
Package
Description
Core implementation objects
Built in and custom Scalar types support.
-
Uses of BootupClasses in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core that return BootupClasses -
Uses of BootupClasses in io.ebeaninternal.server.core.bootup
Methods in io.ebeaninternal.server.core.bootup that return BootupClassesModifier and TypeMethodDescriptionstatic BootupClassesBootupClassPathSearch.search(DatabaseBuilder.Settings config) Search the classPath for the classes we are interested in returning them as BootupClasses. -
Uses of BootupClasses in io.ebeaninternal.server.type
Constructors in io.ebeaninternal.server.type with parameters of type BootupClassesModifierConstructorDescriptionDefaultTypeManager(DatabaseBuilder.Settings config, BootupClasses bootupClasses) Create the DefaultTypeManager.