java.lang.Object
io.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
Helper object to classify BeanProperties into appropriate lists.
-
Constructor Summary
ConstructorsConstructorDescriptionDeployBeanPropertyLists(BeanDescriptorMap owner, BeanDescriptor<?> desc, DeployBeanDescriptor<?> deploy) -
Method Summary
Modifier and TypeMethodDescriptionReturn the base scalar properties (excludes Id and secondary table properties).BeanPropertyAssocOne<?>[]Return the properties set via generated values on insert.Return the properties set via generated values on update.getId()getMany()BeanPropertyAssocOne<?>[]BeanPropertyAssocOne<?>[]BeanPropertyAssocOne<?>[]BeanPropertyAssocOne<?>[]BeanPropertyAssocOne<?>[]BeanPropertyAssocOne<?>[]getOnes()Return the order column property.Return the unidirectional.
-
Constructor Details
-
DeployBeanPropertyLists
public DeployBeanPropertyLists(BeanDescriptorMap owner, BeanDescriptor<?> desc, DeployBeanDescriptor<?> deploy)
-
-
Method Details
-
getUnidirectional
Return the unidirectional. -
getOrderColumn
Return the order column property. -
getPropertyMap
-
getBaseScalar
Return the base scalar properties (excludes Id and secondary table properties). -
getId
-
getNonTransients
-
getTransients
-
getVersionProperty
-
getMutable
-
getEmbedded
-
getOneImported
-
getOnes
-
getOneExportedSave
-
getOneExportedDelete
-
getOneImportedSave
-
getOneImportedDelete
-
getNonMany
-
getAggregates
-
getMany
-
getManySave
-
getManyDelete
-
getManyToMany
-
getUnmappedJson
-
getSoftDeleteProperty
-
getTenant
-
getGeneratedInsert
Return the properties set via generated values on insert. -
getGeneratedUpdate
Return the properties set via generated values on update.
-