Uses of Class
io.ebeaninternal.server.deploy.meta.DeployBeanProperty
Packages that use DeployBeanProperty
Package
Description
Bean description
Temporary objects used to collect deployment information
Built in and custom Scalar types support.
-
Uses of DeployBeanProperty in io.ebeaninternal.server.deploy
Constructors in io.ebeaninternal.server.deploy with parameters of type DeployBeanPropertyModifierConstructorDescriptionBeanProperty(BeanDescriptor<?> descriptor, DeployBeanProperty deploy) BeanProperty(DeployBeanProperty deploy) BeanPropertyJsonBasic(BeanDescriptor<?> descriptor, DeployBeanProperty deploy) BeanPropertyJsonMapper(BeanDescriptor<?> desc, DeployBeanProperty deployProp) BeanPropertyOrderColumn(BeanDescriptor<?> descriptor, DeployBeanProperty deploy) -
Uses of DeployBeanProperty in io.ebeaninternal.server.deploy.meta
Subclasses of DeployBeanProperty in io.ebeaninternal.server.deploy.metaModifier and TypeClassDescriptionclassAbstract base for properties mapped to an associated bean, list, set or map.classProperty mapped to a List Set or Map.final classProperty mapped to a joined bean.final classMethods in io.ebeaninternal.server.deploy.meta that return DeployBeanPropertyModifier and TypeMethodDescriptionDeployBeanDescriptor.addBeanProperty(DeployBeanProperty prop) Add a bean property.DeployBeanDescriptor.getBeanProperty(String propName) Get a BeanProperty by its name.DeployBeanDescriptor.idProperty()Return the BeanProperty that is the Id.Methods in io.ebeaninternal.server.deploy.meta that return types with arguments of type DeployBeanPropertyModifier and TypeMethodDescriptionDeployBeanDescriptor.properties()DeployBeanDescriptor.propertiesAll()Return a collection of all BeanProperty deployment information.DeployBeanDescriptor.propertiesBase()base properties without the unique id properties.Methods in io.ebeaninternal.server.deploy.meta with parameters of type DeployBeanPropertyModifier and TypeMethodDescriptionDeployBeanDescriptor.addBeanProperty(DeployBeanProperty prop) Add a bean property.voidDeployBeanTable.setIdProperty(DeployBeanProperty idProperty) Set the Id properties.voidDeployBeanProperty.setImportedPrimaryKeyColumn(DeployBeanProperty primaryKey) Set to true if this is part of the primary key.voidDeployBeanPropertyAssocOne.setImportedPrimaryKeyColumn(DeployBeanProperty primaryKey) Set to true if this is part of the primary key.voidDeployBeanDescriptor.setOrderColumn(DeployBeanProperty orderColumn) -
Uses of DeployBeanProperty in io.ebeaninternal.server.type
Methods in io.ebeaninternal.server.type with parameters of type DeployBeanPropertyModifier and TypeMethodDescriptionScalarType<?> DefaultTypeManager.dbJsonType(DeployBeanProperty prop, int dbType, int dbLength) ScalarType<?> TypeManager.dbJsonType(DeployBeanProperty prop, int dbType, int dbLength) Return the ScalarType used to handle JSON content.