Package 

Class JoinerKt

  • All Implemented Interfaces:
    cz.encircled.joiner.kotlin.JoinOps

    
    public final class JoinerKt
    extends Joiner implements JoinOps
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private JoinDescription lastJoin
    • Constructor Summary

      Constructors 
      Constructor Description
      JoinerKt(EntityManager entityManager)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      JoinDescription getLastJoin()
      Unit setLastJoin(JoinDescription lastJoin)
      <T extends Any, R extends Any> R findOne(JoinerQuery<T, R> request)
      final <T extends Any, R extends Any> R getOne(JoinerQuery<T, R> request)
      • Methods inherited from class cz.encircled.joiner.kotlin.JoinerKt

        find, getJoinerProperties, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, joinGraph, joinGraph, joinGraphs, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, on, save, save, setJoinGraphRegistry, setJoinerProperties, toJPAQuery, withProperties
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JoinerKt

        JoinerKt(EntityManager entityManager)