[
https://issues.apache.org/jira/browse/CAY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arseni Bulatski updated CAY-2511:
---------------------------------
Description:
Allow to add custom properties and generate classes with this custom properties
for attributes.
* First you need to create custom property.
* Create PropertyDescriptorCreator
* Create module to contribute your property.
CgenModule.contributeUserProperties(binder)
.add(CustomPropertyDescriptorCreator.class);
was:
Allow to add custom properties and generate classes with this custom properties
for attributes.
* First you need to create custom property.
* Create PropertyDescriptorCreator
* Create module to contribute your property.
CgenModule.contributeUserProperties(binder)
.add(CustomPropertyDescriptorCreator.class);
> Generate custom properties for attributes
> -----------------------------------------
>
> Key: CAY-2511
> URL: https://issues.apache.org/jira/browse/CAY-2511
> Project: Cayenne
> Issue Type: Improvement
> Components: Core Library
> Affects Versions: 4.2.M1
> Reporter: Arseni Bulatski
> Priority: Major
> Fix For: 4.2.M1
>
>
> Allow to add custom properties and generate classes with this custom
> properties for attributes.
> * First you need to create custom property.
> * Create PropertyDescriptorCreator
> * Create module to contribute your property.
> CgenModule.contributeUserProperties(binder)
> .add(CustomPropertyDescriptorCreator.class);
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)