Glossary

From bibbleWiki
Revision as of 00:13, 24 July 2020 by Iwiseman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.