Class EntityVO

    • Constructor Detail

      • EntityVO

        public EntityVO()
    • Method Detail

      • getId

        public static Long getId​(EntityVO vo)
        Returns the identifier of the given vo, handling nulls
      • getIds

        public static List<Long> getIds​(Iterable<? extends EntityVO> vos)
        Returns a list with vo identifiers, handling nulls
      • getUniqueIds

        public static Set<Long> getUniqueIds​(Iterable<? extends EntityVO> vos)
        Returns a set with vo identifiers, handling nulls