Uploaded by ahyaraldebaran97

java-dictionary

advertisement
- Repositories
Repositories are classes or components that encapsulate the logic required to access data sources. They centralize
common data access functionality, providing better maintainability and decoupling the infrastructure or technology used
to access databases from the domain model layer.
- JPA (Java Persistence(terus ada) API)
specification that facilitates object relational mapping to manage relational data in java applications. It provides a
platform to work directly with objects instead of using SQL statements
- JPA Entity
application-defined object in Java Persistence Library
- Interface in spring boot
basically inheritance is used to achieve total abstraction so we can do multiple inheritance
- Hibernate
framework yang digunakan untuk object relational mapping di java
- DAO (data access object)
- Lombok
- Repository interface
- why we should define setter and getter in model class
- difference between Integer and int, String and string
Download