Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Hibernate

Hibernate is an open source object-relational mapping framework. It encapsulates JDBC very lightweight objects. It establishes a mapping relationship between POJOs and database tables. It is a fully automatic orm framework. Hibernate can automatically generate SQL statements. Automatic execution allows Java programmers to use object programming thinking to manipulate the database as they like. Hibernate can be used in any occasion where JDBC is used, either in Java client programs or in Servlet/JSP Web applications. The most revolutionary thing is that Hibernate can replace CMP in the J2EE architecture using EJB. , To complete the important task of data persistence.

JSR 303 (Hibernate Verifier 4) and Spring 2.5.x.

How do I configure my Spring 2.5.x application to use JSR 303 authentication (hibernate validator 4x)? I am using Maven and updated the version of hibernate validator to 4.x, but when my Spring Hib

October 12, 2021By Simo Hibernate 2.5.x, Hibernate, JSR, spring, verificationLeave a Comment

Hibernate is not inserted into the DTYPE – value NULL

I basically have the following categories:

@Entity
@Table( name=”user “)
@Inheritance( strategy = InheritanceType.JOINED )
public abstract class User implements Serializable
{
private static

October 12, 2021By Simo Hibernate DTYPE, Hibernate, insertion, no, null, valueLeave a Comment

How to use the return parameter from Hibernate to the Oracle function?

My question is very similar to Getting the return value of a PL/SQL function via Hibernate

I have a function with some modifications inside, and it returns A value.

The original idea wa

October 12, 2021By Simo Hibernate call, function, Hibernate, how to use, Oracle, parameters, returnLeave a Comment

Can I generate HBM XMLS from Hibernate notes?

In one of the projects, we started with an annotation-based ORM. We now require keeping the Entity class as ordinary Javabeans instead of bringing any other layer-specific details into it Therefore

October 12, 2021By Simo Hibernate class, Generation, HBM, Hibernate, Note, whether, XMLS, YesLeave a Comment

Hibernate – Spring-Data JPA repository is sorted by losing null values ​​in the results

I am using spring-data and jpa repository to query. I have a question, I have an entity with ManyToOne field, if I sort by this field in the query, then in My list will not return any value with th

October 12, 2021By Simo Hibernate singleLeave a Comment

.NET – Queryover’s query generator or extension point is the same as Linq?

I’m trying to use the calculated properties used by Query< T>() inside QueryOver< T>(). When using LINQ queries, I can use the custom Default LinqToHqlGeneratorsRegistry to register the custom gene

August 22, 2021By Simo Hibernate beacon, birth, Extension, inquiry, is LINQ, point, Queryover, the sameLeave a Comment

Fluent-NHibernate – Using Fluent Nbernate

I am trying to create a discriminator column. This column will contain one of many available states. Just like my code, each state will display a name and a background color. Each The states share

August 22, 2021By Simo Hibernate Fluent, Identification, NHIBERNATE, UsedLeave a Comment

Fluent-NHibernate – Smooth NHibernate and calculation properties

I am using Fluent NHibernate and automatically map classes.

I have a calculated attribute in a class

public virtual DateTime? LastActionTimeStamp
{
get {
return Actions.Count ==

August 22, 2021By Simo Hibernate attribute, Calculation, Fluent, NHIBERNATELeave a Comment

Delay initialization in .NET – NHIBERNATE

If the relationship between one entity and another entity is mapped as Lazy = False, but for a certain function I need to get them in Lazily, is it possible to do it at runtime? No, you can’t. A

August 22, 2021By Simo Hibernate delay, Initialization, Medium, NHIBERNATELeave a Comment

.NET – Sort by formula field in NHibernate

Suppose I have the following mapping with formula attributes:

< !-- somefunc() is a native SQL function -->

I I want to get all planets and order them by distance calculation attribute:

August 22, 2021By Simo Hibernate Field, Formula, press, Sort by NHIBERNATELeave a Comment

Posts navigation

Page 1 … Page 8 Page 9
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress