Currently, I can instruct Hyberjaxb to not persist a node开发者_高级运维 in a xml object at compile time using the transient functionality. Is there anyway of applying this dynamically at runtime? If
I want to implement lucene based hibernate search in my assignment. For generating domain objects I am using HyperJaxb3.
Here\'s my problem: I have two .xsd files,开发者_开发问答 let\'s call them a.xsd andb.xsd. What I want to achieve is to generate all the classes from a.xsd excluding the classes in b.xsd. Now the pro
I use Hyperjaxb to generate some classes with JPA annotations from XML schemas. I\'d like to specify which elements from given schema xjc should generate. I can\'t change xsd file. I can modify only b
I\'m trying to开发者_如何学运维 embed multiple instances of the same complextype into a single entity, which does not seem to work unless I define a new complextype for each instance. As far as I can
We have found a problem on our application (a select query that join too much tables). The solution of this problem is to set fetch=\"select\" on the <join> tag in our hibernate mapping file.
I have JSF application with trinidad components and JAXB/JPA entity beans generated by Hyperjaxb3. In the UI I use Trinidad combo box component that has JPA object as values.
I use Hyperjaxb3 to generate JPA entities from XSD schema. I have a xsd:string type that I want to use for description text (text area in the UI):
I have a problem with Tapestry form. My XML database is very sensible with encoding, and need utf-8. When i put the char \'à\' in my form, tapestry receive \'Ó\' and my core get an error : Invali开
I\'m trying to use Hyperjaxb3 with Apache CXF to generate persistence annotations from a WSDL-first web service.I\'ve plugged the Hyperjaxb3-ejb-plugin into the cxf-codegen-plugin, like so.