Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Persism ORM Release 2.1.0 - with support for Table Joins!

  1. #1
    Junior Member
    Join Date
    Jan 2021
    Location
    Canada
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Post Persism ORM Release 2.1.0 - with support for Table Joins!

    Persism is a zero ceremony ORM for Java

    https://github.com/sproket/Persism

    Release Notes
    2.1.0
    Implemented table joins!
    Update log4j2 reference in POM to 2.17.1
    Added warning if using a primary key on a View
    Added support for fluent styled POJOs
    Added support for transient keyword on fields (same behaviour as @NotColumn)
    Performance: Converter Moved DateFormatters to ThreadLocal
    Performance: Converter optimized switch statement
    Performance: Improvements to Reader for class and record from DB
    Updated baseline version for Derby to 10.15.2.0
    Updated baseline version for SQLite to 3.36.0.2
    Fixed some cases where property names were case-sensitive
    You can read about Joins here https://sproket.github.io/Persism/join.html

    I did performance testing on this release as well. That project is here for anyone who wants to experiment.

    Thanks for the support!

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Persism ORM Release 2.1.0 - with support for Table Joins!

    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Jan 2021
    Location
    Canada
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Smile Re: Persism ORM Release 2.1.0 - with support for Table Joins!

    Quote Originally Posted by Norm View Post
    Yeah I post it around for anyone who is interested.

Similar Threads

  1. Persism 2.0.0 Released - A zero ceremony ORM for Java
    By sproket in forum JDBC & Databases
    Replies: 0
    Last Post: November 30th, 2021, 01:40 PM
  2. Persism 1.1.0 Released - with support for Records!
    By sproket in forum JDBC & Databases
    Replies: 0
    Last Post: May 9th, 2021, 07:56 AM
  3. Persism 1.0.1 Released - a zero ceremony ORM for Java
    By sproket in forum JDBC & Databases
    Replies: 0
    Last Post: March 2nd, 2021, 04:36 AM
  4. Replies: 1
    Last Post: September 30th, 2010, 02:36 PM