Hi i am trying to generate POJO's using ant script but unable to generate it...
Here is my target of build.xml..
<target name="hibernate">
<taskdef name="hibernatetool"
...
Type: Posts; User: 0sameerk0; Keyword(s):
Hi i am trying to generate POJO's using ant script but unable to generate it...
Here is my target of build.xml..
<target name="hibernate">
<taskdef name="hibernatetool"
...
Hi,
I am trying to deploy an application in JBOSS 5.1 server but it doesn't proceed after this info message
"Initializing Spring root WebApplicationContext"
The application is a web app for...
Yes i have already declared that.
Forgot to mention in original post.
hi,
I am using cxf 2.4.2 and spring 3.0.5 versions.
I am facing issue to autowire an property in a Webservice implementation class.
@webservice
interface abc{
methods..
}
Thanks for your prompt reply sir!
In @Table annotation there is one property "schema", where we can mention in which schema the current table is located.
Also, we need to grant reference...
Hi,
I want to use separate schemas to connect to a single Spring+Hibernate application.
I am using entity manager and need some guide lines to connect through multiple schemas for a single...
Hi,
I am using HibernateTemplate with JPA Annotations.
I want to use xml file for named queries and not @NamedQueries on each entity.
What would the xml tags look like?
As i am using...
Hi Marten,
Thanks for your reply.
I used orphan-removal=true in my annotations and it worked with hibernate template's merge method.
I want to Insert/Update/Delete from DB in a single query using Hibernate template then which query do i need to use?
I tried using saveupdate/saveUpdateAll it is updating and inserting the records...
Hi I want to do bulk update using hibernate template.
Can any one provide some light on how bulkupdate method using Object[] works.
I dont have the entities loaded initially and i dont want to load...
I am newbie to Springs.
I want to generate data table using Spring 3.0.
Is there any built in tags available using which i can generate data table?
Also, I have an text box in my data table...