Quantcast

Grails 2.0.0 & plugins - Adding hibernate custom user types

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Grails 2.0.0 & plugins - Adding hibernate custom user types

Daniel Henrique Alves Lima
    Hi.

    Will Grails 2.0.0 provide a better way of adding (through a plugin)
Hibernate custom user types other than changing the
'grails.gorm.default.mapping' in Config.groovy?
    For example, grails joda-time plugin adds 'user-type' to
Config.groovy when running _Install.groovy.

    Thanks in advance.

       Best regards,

             Daniel.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 2.0.0 & plugins - Adding hibernate custom user types

Graeme Rocher-4
Administrator
Currently, nothing new is planned in this area for 2.0

On Sun, Sep 25, 2011 at 3:37 PM, Daniel Henrique Alves Lima
<[hidden email]> wrote:

>   Hi.
>
>   Will Grails 2.0.0 provide a better way of adding (through a plugin)
> Hibernate custom user types other than changing the
> 'grails.gorm.default.mapping' in Config.groovy?
>   For example, grails joda-time plugin adds 'user-type' to Config.groovy
> when running _Install.groovy.
>
>   Thanks in advance.
>
>      Best regards,
>
>            Daniel.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>



--
Graeme Rocher
Grails Project Lead
SpringSource - A Division of VMware
http://www.springsource.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 2.0.0 & plugins - Adding hibernate custom user types

Daniel Henrique Alves Lima
    Ok.

    Do you think this is an interesting feature for 2.x+? Is it doable?
Modify Config.groovy seems too fragile...

https://github.com/daniel-lima/grails-hibernate-spatial-plugin/blob/master/hibernate-spatial/scripts/_HibernateSpatialInstall.groovy#L65

    Thanks.

          Best regards,

                Daniel.

Graeme Rocher wrote:

> Currently, nothing new is planned in this area for 2.0
>
> On Sun, Sep 25, 2011 at 3:37 PM, Daniel Henrique Alves Lima
> <[hidden email]> wrote:
>  
>>   Hi.
>>
>>   Will Grails 2.0.0 provide a better way of adding (through a plugin)
>> Hibernate custom user types other than changing the
>> 'grails.gorm.default.mapping' in Config.groovy?
>>   For example, grails joda-time plugin adds 'user-type' to Config.groovy
>> when running _Install.groovy.
>>
>>   Thanks in advance.
>>
>>      Best regards,
>>
>>            Daniel.
>>
>>    
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails 2.0.0 & plugins - Adding hibernate custom user types

Graeme Rocher-4
Administrator
Not in the 2.0 timescale, but maybe afterwards

On Mon, Sep 26, 2011 at 1:05 AM, Daniel Henrique Alves Lima
<[hidden email]> wrote:

>   Ok.
>
>   Do you think this is an interesting feature for 2.x+? Is it doable? Modify
> Config.groovy seems too fragile...
>
> https://github.com/daniel-lima/grails-hibernate-spatial-plugin/blob/master/hibernate-spatial/scripts/_HibernateSpatialInstall.groovy#L65
>
>   Thanks.
>
>         Best regards,
>
>               Daniel.
>
> Graeme Rocher wrote:
>>
>> Currently, nothing new is planned in this area for 2.0
>>
>> On Sun, Sep 25, 2011 at 3:37 PM, Daniel Henrique Alves Lima
>> <[hidden email]> wrote:
>>
>>>
>>>  Hi.
>>>
>>>  Will Grails 2.0.0 provide a better way of adding (through a plugin)
>>> Hibernate custom user types other than changing the
>>> 'grails.gorm.default.mapping' in Config.groovy?
>>>  For example, grails joda-time plugin adds 'user-type' to Config.groovy
>>> when running _Install.groovy.
>>>
>>>  Thanks in advance.
>>>
>>>     Best regards,
>>>
>>>           Daniel.
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>



--
Graeme Rocher
Grails Project Lead
SpringSource - A Division of VMware
http://www.springsource.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Loading...