database tables (RSS)

Access Control

Many access control programs, there are complex and are simple. Not to say that the more complex the more good will depend on the actual situation. The following permissions for the program to introdu ...

Hibernate annotations an abnormal

Today, just learning to use annotations to generate the database tables, run into an exception: Use of @ OneToMany or @ ManyToMany targeting an unmapped class. Look carefully in the hibernate.cfg.xml ...

Introduction to Hibernate

1, Why should there be a hibernate? Because in the development of various sub-systems, we need to have the idea, so that the software has better scalability and flexibility! 2, the performance of the ...

Hibernate export database tables

Hibernate export database tables

PO.VO.BO with DAO, OO meta --

As a Java developer, the usual OO挺多has faced, and explain below the meaning of the O and usage, even if you看官different opinions are welcomed with open to question: O / R Mapping is the Object Relation ...

Trapped In Ruby on Rails Reserved Words

Today's lazy, but also try passing through the scaffold to generate cms / template of the form The results so I am very disappointed, very far off the code generation, model turned into a Cms:: Te ...

Jboss Seam, mysql Chinese garbled summary of 4 steps

Jboss Seam, mysql Chinese garbled summary of 4 steps Keywords: seam hbm2ddl Chinese garbled mysql In fact, the following summary is suitable for any situation hibernate + mysql; Step 1: In the Create ...

Programming JAVA SOCKET

socket http://baike.baidu.com/view/1589439.htm http://www.cn-java.com/www1/?action-viewnews-itemid-678 http://board.verycd.com/t433727.html Database through the socket on the operation of http://www.m ...

Seven reasons to use AppFuse

Started learning in the Java ™ platform such as Spring, Hibernate, or MySQL, such as open-source tools can be very difficult. In addition, Ant or Maven, as well as small DWR with Ajax, there are Web f ...

Pragmatism, not to use Hibernate, enumerated type Enum mapping application in the OR

In a long time ago刚接触Hibernate, think that novel, on-line a lot of evaluation, how that's convenient, to study it, read the source code, do the test, with step-by-step inside. Also learn a lot of ...

SQL database design experience

SQL database design experience 2009-03-21 16:47 SQL database design experience A successful management system is: [50% + 50% of business software] formed, and 50% of the successful software and [25% d ...

Hibernate annotation Detailed

1. CASCADE Cascade significance of property: Only "marked relations between the" cascade only property: OneToOne, OneToMany, ManyToOne, ManyToMany. Cascading refers to the implementation of ...

Hibernate annotaion

CascadeType.PERSIST (new cascade) CascadeType.REMOVE (cascade delete) CascadeType.REFRESH (cascade refresh) CascadeType.MERGE (cascade update) in one or more selection. CascadeType.ALL CascadeType som ...

Learn hibernate my notebook (2) - Hibernate development process (the key)

Four, Hibernate development steps: (key: It is necessary to grasp) Start: (set up environment variables and configuration) Myeclipse years at the paper into Hibernate packages (including database-driv ...

Optimize the performance of hibernate Suggestions

Optimize the performance of hibernate Suggestions 1, for the purposes of oracle database, Fetch Size of the Statement are set up JDBC data when read from the database every time the number of records ...

Optimize the database design, program

This article first discusses the paradigm based on the basic design of database tables, set up focused on the primary key and index strategies and programs, and then expand the table from the database ...

Optimize Hibernate Performance Suggestions

Release Date :2009-3 Publisher: [IT e-learning portal] 1, for the purposes of Oracle database, Fetch Size of the Statement are set JDBC to read data when removed from the database every time the numbe ...

Ibatis VS Hibernate Persistence Layer

1. The complexity of database tables, first of all depends on demand and does not depend on the design, design capability and strong person, but also comply with the normative database table design, f ...

Rails naming convention (Naming conventions)

Clear rails naming convention that allows you to write code, read the code more easy. Various "elements" of the naming convention is as follows: Variable (variable): the letters are all lowe ...

hibernate Technical Study Notes (first)

Introduction: Model does not match (impedance mismatch) java object-oriented language, object model, its key concepts are: inheritance, association, polymorphism, etc.; database is the relational mode ...

Software engineer must know the concept of the 10

35 kilometers wrote "excellent software engineers make the best use of design patterns and diligent code Reconstruction, the preparation of unit testing, and has easy religious pursuit. In additi ...

Choose Hibernate or iBATIS has its reasons

Hibernate features: Hibernate powerful database has nothing to do with good, O / R mapping ability, and if you are very proficient in Hibernate, but also for Hibernate to conduct an appropriate packag ...