|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHibernateIdGeneratorCalculator
Calculate ids using Hibernate native id generators.
These calculators do not calculate, instead delegate calculation in hibernate.
It's used for generate id using Hibernate id generator. Instead of programming the calculation with this calculate we use it to generate the xml code to insert in .hbml.xml file.
| Method Summary | |
|---|---|
java.lang.String |
hbmGeneratorCode()
Returns the xml code to insert inside 'id' element in .hbml file. |
| Methods inherited from interface org.openxava.calculators.ICalculator |
|---|
calculate |
| Method Detail |
|---|
java.lang.String hbmGeneratorCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||