Class PostEntity

java.lang.Object
com.example.blogs.app.api.post.entity.PostEntity

@Entity public class PostEntity extends Object
Represents a blog post with metadata, content, and author relationship.
  • Constructor Details

    • PostEntity

      public PostEntity()