Search:

Type: Posts; User: realdahan; Keyword(s):

Search: Search took 0.02 seconds.

  1. I meant to pull data out of db and generate a xml...

    I meant to pull data out of db and generate a xml file for a given dtd or schema file.
  2. Generate xml files based off different schemas?

    This is not relevant to Spring, but I'm not sure whereelse I could post. I have a common set of data, and a few different xml schemas. What is the best approach to generate different xml files based...
  3. Replies
    3
    Views
    982

    AttributeTO is a POJO, no mapping table. How do I...

    AttributeTO is a POJO, no mapping table. How do I define the mapping for this calss? If I can't define a mapping, can I express the query using HQL?

    Thanks.
  4. Replies
    3
    Views
    982

    help with the named query

    I defined a named query in my .bhm.xml file

    <sql-query name="getFlexibleAttributes">
    <return alias="attribute" class="com.xxx.app.dal.AttributeTO"/>
    <![CDATA[SELECT fd.LABEL as...
  5. Replies
    2
    Views
    837

    help with the named query

    I defined a named query in my .bhm.xml file

    <sql-query name="getFlexibleAttributes">
    <return alias="attribute" class="com.xxx.app.dal.AttributeTO"/>
    <![CDATA[SELECT fd.LABEL as...
  6. Using mapping declaration or named query?

    I need to do the follow query, I guess I can use mapping declaration or named query. Which way is better off? Is there performance difference?

    SELECT...
  7. Using mapping declaration or named query?

    I need to do the follow query, I guess I can use mapping declaration or named query. Which way is better off? Is there performance difference?

    SELECT...
  8. Does spring/hibernate support select rownum?

    I need to have the following query in my app,

    select * from

    (select rownum rown,a.* from table_part_num a)

    where rown between 5000 and 6000

    Does spring/hibernate support it?
  9. Replies
    3
    Views
    3,345

    Do I need applicationContext in my ejb ear file?

    I'm still puzzled by Spring configuration for a ear file. Do I need an applicationContext.xml file? Seems like the only xml file I need is beanRefContext.xml. Correct. By the way, where do I put the...
Results 1 to 9 of 9