Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Re: Refreshing Trigger Based Columns

FYI - fixed this with @Cache(alwaysRefresh=true) on my Entity not sure
if that's the most efficient way to do it though.

./tch



On Mon, Dec 14, 2009 at 10:19 AM, Tim Hollosy <hollosyt@xxxxxxxxx> wrote:
> Quick question -- I've got an insert trigger to set created_on, how do
> I let Eclipse Link know so it can refresh this from the database after
> an insert rather than thinking it's null. Do i have to manually call a
> refresh after my persist?
>
> ./tch
>


Back to the top