- Introduction to JPA
- Setting up the environment
- JPA: Hello World Application
- JPA: Entity class
- JPA: Change the table name
- JPA: Trouble Shooting
- JPA: Supported Data Types
- Primary keys
- @Id: Define primary key of an entity
- @Column: Customize column names
- @Column: customize the column name
- @Column: Make the column as unique key
- @Column: Specify whether this column takes nullable values or not
- @Column: columnDefinition attribute
- @Column: length: Specify column length
- @Column: precision: Specify the precision for a decimal column
- @Column: scale: Specify number of digits after the decimal point.
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Tuesday 2 July 2019
JPA and Eclipse link tutorial
Labels:
eclipse link,
jpa
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment