Skip to content

Release v1.4.0

Compare
Choose a tag to compare
@ivandanielvillegasrojas ivandanielvillegasrojas released this 30 Aug 16:02
· 9 commits to master since this release
  • New Release v1.4.0
  • Add method setWildcardAll
  • Rename the classes "Dao" by "Persistence"
  • Move service.base to service package
  • Move Exception Utils to Backend project
  • Move ClevcoreException to Backend project
  • Update maven version
  • Ignore transient annotation type in "getEntityPropertyFromObject"
  • Accept EmbeddedId object
  • Use TypedQuery instead of Query
  • Add (AND, OR) Condition in PersistenceUtils
  • Update eclipselink and javax persistence version
  • Create method "prepareWhere" for create where sql
  • Close all entityManager in serviceImpl
  • Remove mySql of pom.xml clevcore-backend
  • Rename persistance file and dir for persistence
  • Cleanup using SonarQube