Glossary: Difference between revisions
Jump to navigation
Jump to search
Created page with "==A–M== Optional introductory text. {{glossary}} {{term |1=term A}} {{defn |1=Definition of term A}} {{term |1=term B}} {{defn |no=1 |1=First definition of term B.}} {{defn..." |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== | ==A== | ||
* '''AOP''' | |||
*: Aspect-oriented programming. | |||
==J== | |||
* '''JPA''' | |||
*: Java Persistant API. | |||
==L== | |||
* '''Liskov substitutability''' | |||
*: Code relying only on the base class does not need to be modified for alternative subclasses | |||
==O== | |||
* '''ORM''' | |||
*: Object Relational Mapping. | |||
==P== | |||
* '''POJO''' | |||
*: Plain old java object. |
Latest revision as of 00:13, 24 July 2020
A
- AOP
- Aspect-oriented programming.
J
- JPA
- Java Persistant API.
L
- Liskov substitutability
- Code relying only on the base class does not need to be modified for alternative subclasses
O
- ORM
- Object Relational Mapping.
P
- POJO
- Plain old java object.