Glossary: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Glossary==
==A==
 
* '''AOP'''
Optional introductory text.
*: Aspect-oriented programming.


==J==
==J==
* '''JPA'''
* '''JPA'''
*: Java Persistant API.
*: 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==
==P==

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.