hyperjaxb
Hyperjaxb apply transient dynamically
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[详细]
2023-04-05 02:38 分类:问答Generate @Indexed annotation using Jaxb or HyperJaxb
I want to implement lucene based hibernate search in my assignment. For generating domain objects I am using HyperJaxb3.[详细]
2023-04-03 05:16 分类:问答HyperJaxb - Any way to exclude xml schemas which are imported in included schemas?
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[详细]
2023-03-27 08:38 分类:问答Ignoring some elements/classes in JAXB binding
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[详细]
2023-03-16 23:43 分类:问答Hyperjaxb3 naming strategy configuration
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[详细]
2023-03-15 05:14 分类:问答force hyperjaxb2 to generate a fetch="select" propertie on hibernate mapping (on <join> tag)
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.[详细]
2023-01-21 17:09 分类:问答JSF + Hyperjaxb3 + Hibernate LazyInitializationException accross requests
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.[详细]
2023-01-17 16:36 分类:问答hyperjaxb3 xsd:string length in JPA entity
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):[详细]
2023-01-16 02:40 分类:问答Form encoding in Tapestry
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开[详细]
2023-01-12 12:07 分类:问答Hyperjaxb and Apache CXF
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.[详细]
2023-01-03 09:57 分类:问答