My situation is close to this question. I use patrodyne/hisrc-hyperjaxb maven plugin to generate entity classes with JPA annotions from xsd schema along with krasa-jaxb-tools plugin, which add validation annotaions.
There are some elements with…
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 make up until now, this is probably because of the default…
I have an A.xsd that import a Common.xsd (name space eg. "http://common.pack"), then I would to exclude the contribution (jsut jpa annotations) of Common.xsd to pack.common package but I need other xsd that have same namespace can stil contriute to…
I'm converting an XSD schema to a Java annotated bean for Hibernate with HyperJaxb3.
So far I managed to generate the Java objects, but I need to customize the remark field of the OperableType because the default generated length is 255 and I need…
I have a huge xsd schema (the open source railML 2.2 format) for which I am trying to create a JPA annotated object model. I want to use HyperJAXB3 for that.
The XSD schema includes some elements. I have no chance to…
I just want to have a property of an Entity as Transient. The older documentation[1] of HyperJaxb seems unavailable and the one on Github[2]did not help me.
I tried to use embeddable/embeddable attributes and generated-id constructs with no…
We make extensive use of Hyperjaxb3 (version 0.6.2) to create and customize our JPA entity classes.
One minor annoyance is the fact that as we add to our schema, the generated persistence unit name sometimes changes. In particular, this happens when…
I'm using maven-hyperjaxb3-plugin (0.6.1) to generate domain classes from my xsd file. Everything works very well except for one class, and even that works fine until I add more than 23 fields onto it.
Once I exceed that number of fields it…
I have a fairly complex XML schema and I use hyperjaxb3 to generate pojo's with annotations for. There are times when I have the parent object and would like to check the value of a child object that may be 8 or 9 children deep. Is there anyway to…
I am using SqlServer42 driver with a Springboot application which is saving hyperjaxb3 generated entities using jparepositories.
I have overridden PhysicalNamingStrategyStandardImpl.toPhysicalTableName() to prefix the table names with some…
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.
The scenario is:
User make selection in combo box
User clicks on a…