Uses of Class
io.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
Packages that use DeployBeanDescriptor
Package
Description
Bean description
Temporary objects used to collect deployment information
-
Uses of DeployBeanDescriptor in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy that return DeployBeanDescriptorModifier and TypeMethodDescription<A> DeployBeanDescriptor<A> BeanDescriptorManager.createDeployDescriptor(Class<A> targetType) Create a DeployBeanDescriptor for an ElementCollection target.Methods in io.ebeaninternal.server.deploy with parameters of type DeployBeanDescriptorModifier and TypeMethodDescription<A> BeanDescriptor<A> BeanDescriptorManager.createElementDescriptor(DeployBeanDescriptor<A> elementDescriptor, ManyType manyType, boolean scalar) Create a BeanDescriptor for an ElementCollection target.<A> voidBeanDescriptorManager.createUnidirectional(DeployBeanDescriptor<?> targetDesc, Class<A> targetType, BeanTable beanTable, DeployTableJoin oneToManyJoin) Create and add a Unidirectional property (for ElementCollection) which maps to the foreign key.Constructors in io.ebeaninternal.server.deploy with parameters of type DeployBeanDescriptorModifierConstructorDescriptionBeanDescriptor(BeanDescriptorMap owner, DeployBeanDescriptor<T> deploy) -
Uses of DeployBeanDescriptor in io.ebeaninternal.server.deploy.meta
Methods in io.ebeaninternal.server.deploy.meta that return DeployBeanDescriptorModifier and TypeMethodDescriptionDeployBeanProperty.getDesc()DeployBeanPropertyAssoc.getTargetDeploy()Return the target DeployBeanDescriptor for this associated bean property.Constructors in io.ebeaninternal.server.deploy.meta with parameters of type DeployBeanDescriptorModifierConstructorDescriptionDeployBeanProperty(DeployBeanDescriptor<?> desc, Class<?> propertyType, ScalarType<?> scalarType, ScalarTypeConverter<?, ?> typeConverter) DeployBeanProperty(DeployBeanDescriptor<?> desc, Class<?> propertyType, Type genericType) DeployBeanPropertyAssocMany(DeployBeanDescriptor<?> desc, Class<T> targetType, ManyType manyType) Create this property.DeployBeanPropertyAssocOne(DeployBeanDescriptor<?> desc, Class<T> targetType) Create the property.DeployBeanPropertyLists(BeanDescriptorMap owner, BeanDescriptor<?> desc, DeployBeanDescriptor<?> deploy) DeployBeanPropertySimpleCollection(DeployBeanDescriptor<?> desc, Class<T> targetType, ManyType manyType)