Uses of Enum
io.ebeaninternal.server.deploy.BeanDescriptor.EntityType
Packages that use BeanDescriptor.EntityType
Package
Description
Bean description
Temporary objects used to collect deployment information
-
Uses of BeanDescriptor.EntityType in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy that return BeanDescriptor.EntityTypeModifier and TypeMethodDescriptionBeanDescriptor.entityType()Return the type of this domain object.static BeanDescriptor.EntityTypeReturns the enum constant of this type with the specified name.static BeanDescriptor.EntityType[]BeanDescriptor.EntityType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BeanDescriptor.EntityType in io.ebeaninternal.server.deploy.meta
Methods in io.ebeaninternal.server.deploy.meta that return BeanDescriptor.EntityTypeMethods in io.ebeaninternal.server.deploy.meta with parameters of type BeanDescriptor.EntityTypeModifier and TypeMethodDescriptionvoidDeployBeanDescriptor.setEntityType(BeanDescriptor.EntityType entityType)