public Integer getId()

in src/main/java/jpa/buddy/blog/entities/Post.java [31:33]


    public Integer getId() {
        return id;
    }