Audit Log Plug-in - hanboAudit
hanboAudit is a log embedded plug-in, based on interceptor implementation, currently compatible with persistence layer frameworks such as mybatis and hibernate.
Plug-in function
Record the value of operator, menu, module, function and database before and after row level operation, mostly for audit log display.
Plug-in usage
Adding ma ...
Posted by echoindia756 on Tue, 01 Oct 2019 00:12:06 +0200
spring +hibernate boot optimization
Original Link: https://my.oschina.net/u/1590001/blog/268252
Recently, I was working on a large project. The project team members include about 10 project managers.Project technology is ...
Posted by jeff_lawik on Sun, 15 Sep 2019 04:54:48 +0200
Hibernate Notes --- hql Summary
Original Link: https://my.oschina.net/u/2400661/blog/596249
Original: http://www.cnblogs.com/xiaoluo501395377/p/3376256.html
-------------------------------------------------------- ...
Posted by renaker on Wed, 11 Sep 2019 20:02:30 +0200
Java Concurrent Programming Learning Part 1 day08 - Customizing Concurrent Classes
Original Link: https://juejin.im/post/5d550f126fb9a06b122f3670#heading-0
This blog is a personal learning note. If there are any errors, please correct them.
(Search for a partner who wants to learn programming by himself Circle T Community ...
Posted by masson on Fri, 23 Aug 2019 04:42:07 +0200
Idea 2018.3.2 Create Hibernate Initial Project
Specific steps:
Show me a list of my projects (where the common jar packages are mainly for importing dbutils that connect to databases, and I import them together for convenience)
1. Create a new Project (take creating a web Project as an e ...
Posted by martor on Thu, 22 Aug 2019 12:54:36 +0200
Hibernate Level 2 Cache
Why do you need caching
Stretch program performance
Relational databases: databases with relationships between data and data mysql/Oracle, sqlserver
Non-relational databases: There is no relationship between data and data, key-value
1. File-based database: ehcache
2. Memory-based databas ...
Posted by Duke555 on Fri, 09 Aug 2019 11:18:43 +0200
Introduction to Spring boot project construction
Preface
Spring Boot is a new framework provided by the Pivotal team, designed to simplify the initial build and development of new Spring applications. The framework uses a specific way to configure, so that developers no longer need to define templated configurations. In this way, Boot is committed to becoming a leader in the booming rapid a ...
Posted by patriklko on Fri, 28 Jun 2019 02:32:56 +0200
A detailed summary of Hibernate's hql query statements
Hql, Hibernate Query Language, is an object-oriented query language, which is based on objects, not tables and fields in the database.
1. Preparation
Firstly, there are two classes: TBook class and Category class. There is a many-to-one relationship between them.
Two classes correspond to two tables. Let's save some data first.
@Test
p ...
Posted by nrerup on Sun, 23 Jun 2019 21:05:46 +0200
Learning Summary of Hibernate Annotations
Time: Tuesday, 11 July 2017Note: Part of the content of this article is from Mucho.com. @ Mu Course Net: http://www.imooc.comTeaching Source: NoneLearning source code: https://github.com/zccodere/s...
Chapter 1: Class level annotations
1-1 Introduction to this Chapter
Introduction to this chapter
Brief Introduction to Hibernate Annotations
The ...
Posted by ironmonk3y on Fri, 14 Jun 2019 01:37:35 +0200
Mapping relationship of Hibernate
Hibernate mapping relationship
1. Description of mapping file
1.1 Noun Interpretation
Relationship: The state in which things interact and relate with each other.
Association: Noun: denotes the relationship between objects (database tables); verb: associates objects (database tables) in some way.
Mapping: Transforming one form into ano ...
Posted by pradee on Tue, 11 Jun 2019 18:56:38 +0200