public Set getPosts()

in src/main/java/jpa/buddy/blog/entities/User.java [74:76]


    public Set<Post> getPosts() {
        return posts;
    }