jpa-converters
2017-08-16 Kai MoritzPrepared for the development of the next release 1.0.1 master
2017-08-16 Kai MoritzReleased version 1.0.0 jpa-converters-1.0.0
2017-08-16 Kai MoritzFixed the bug in the mapping for package data-model
2017-08-16 Kai MoritzRebuild the full mapping from persistence-jpa-1.5.1...
2017-08-16 Kai MoritzAdded the hibernate-maven-plugin to generate the schema...
2017-08-16 Kai MoritzAdded a test that reuses classes and mappings from...
2017-08-16 Kai MoritzPrepared JpaConverterTest for test-cases with other...
2017-08-16 Kai MoritzThe XML-configuration uses exact the same configuration...
2017-08-16 Kai MoritzAdded test, that configure the JPA-mapping with XML...
2017-08-16 Kai MoritzThe generated SQL-schema and commands are printed in...
2017-08-16 Kai MoritzFixed some bugs in the persistence.xml, used for test...
2017-08-16 Kai MoritzPrepared for the addition of a second persistence-unit
2017-08-16 Kai MoritzUpgraded the Hibernate-version used for tests to 5...
2017-08-15 Kai MoritzImplemented some test-cases
2017-08-15 Kai MoritzImplemented a mechanism to set the offset/time-zone...
2017-08-15 Kai MoritzPrevented possible NullPointerException's
2017-08-15 Kai MoritzRemoved unnecessary include, that might lead to cryptic...
2017-08-15 Kai MoritzConverters must convert to a data-type, know by the...
2017-08-15 Kai MoritzImplemented a Locale-to-String converter
2017-08-15 Kai MoritzImplemented a OffsetTime-to-GregorianCalendar converter
2017-08-15 Kai MoritzImplemented an OffsetDateTime-to-GregorianCalendar...
2017-08-15 Kai MoritzImplemented a Year-to-Integer converter
2017-08-15 Kai MoritzImplemented to-String converters for MonthDay, YearMont...
2017-08-15 Kai MoritzImplemented alternative to-String converters for Durati...
2017-08-15 Kai MoritzImplemented converters from TemporalAmount into Long...
2017-08-15 Kai MoritzImplemented a LocalTime-to-Date converter
2017-08-15 Kai MoritzImplemented a LocalDate-to-Date converter
2017-08-15 Kai MoritzImplemented a LocalDateTime-to-Date converter
2015-12-22 Kai MoritzImplemented a ZoneID-to-String converter
2015-12-22 Kai MoritzImplemented a ZonedDateTime-to-GregorianCalendar converter
2015-12-22 Kai MoritzImplemented and Instant-to-Date converter
2015-12-21 Kai MoritzImplemented an URL-to-String converter
2015-12-21 Kai MoritzImplemented an URI-to-String converter
2015-12-21 Kai MoritzCreated project de.juplo:jpa-converters