Uses of Enum
io.ebeaninternal.server.deploy.ManyType
Packages that use ManyType
Package
Description
Bean description
Temporary objects used to collect deployment information
-
Uses of ManyType in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy that return ManyTypeModifier and TypeMethodDescriptionBeanPropertyAssocMany.manyType()Return the many type.static ManyTypeReturns the enum constant of this type with the specified name.static ManyType[]ManyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebeaninternal.server.deploy with parameters of type ManyTypeModifier and TypeMethodDescription<A> BeanDescriptor<A> BeanDescriptorManager.createElementDescriptor(DeployBeanDescriptor<A> elementDescriptor, ManyType manyType, boolean scalar) Create a BeanDescriptor for an ElementCollection target. -
Uses of ManyType in io.ebeaninternal.server.deploy.meta
Methods in io.ebeaninternal.server.deploy.meta that return ManyTypeModifier and TypeMethodDescriptionDeployBeanPropertyAssocMany.getManyType()Return the many type.Constructors in io.ebeaninternal.server.deploy.meta with parameters of type ManyTypeModifierConstructorDescriptionDeployBeanPropertyAssocMany(DeployBeanDescriptor<?> desc, Class<T> targetType, ManyType manyType) Create this property.DeployBeanPropertySimpleCollection(DeployBeanDescriptor<?> desc, Class<T> targetType, ManyType manyType)