добавление новых, изменение/удаление существующих - это будет в БД отображаться?
Чот @ManyToMany творит дичь...
С каждой вставкой у меня даже не добавляются а в геометрической прогрессии разрастается всякое...
<types>
<types xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="type" name="AK">
<nominal>15</nominal>
<lifetime>7200</lifetime>
</types>
<?xml version="1.0" encoding="UTF-8"?>
<types>
<type name="Бинт">
<nominal>5</nominal>
<category name="медикаменты"/>
</type>
</types>
The purpose of the @XmlSeeAlso annotation is just to let your JAXB (JSR-222) implementation know that when it is processing the metadata for Resource that it should also process the metadata for the SomeItem class. Some people mistakenly believe that it is related to mapping inheritance since that is the use case it is most often used with. Since the subclasses of a class can not be determined using Java reflection, @XmlSeeAlso is used to let the JAXB implementation know that mappings for the subclasses should also be created.
Нет, не разберется! Нет для этого никакой базы! Рисовать формы может быть и научится, а что дальше с этим делать - знать не будет.
Что там не понятного?