]> git.mxchange.org Git - juser-login-core.git/history - src/org/mxchange/jusercore/model/email_address/EmailAddressChange.java
ignored create-persistence-unit warning as no persistence.xml shall be created here...
[juser-login-core.git] / src / org / mxchange / jusercore / model / email_address / EmailAddressChange.java
2016-04-25 Roland Häderignored create-persistence-unit warning as no persisten...
2016-04-07 Roland HaederContinued a bit:
2016-04-01 Roland Haederfixed copyright (minor)
2016-03-13 Roland Haederadded named queryfor searching email change by hash
2016-03-12 Roland Haederadded constructor with all fields and only a few. The...
2016-03-12 Roland HaederAdded named query AllEmailAddressChanges
2016-03-12 Roland HaederNo index-reclaration need as this causes double indexes
2016-03-12 Roland HaederEmail changing is only possible with a cryptographic...
2016-03-12 Roland HaederContinued a bit:
2016-03-12 Roland HaederMust use @JoinColumn (opps)
2016-03-12 Roland Haedermaybe no @Basic to fix longblob?
2016-03-12 Roland HaederNo need to declare the index again
2016-03-12 Roland HaederCleanup:
2016-03-11 Roland Haederadded new email change entity with enumeration for...