
Search In
Sometimes we need to apply inheritance in Hibernate as per our requirement. Here I'm explaining the Hibernate Inheritance using "Table per subclass: using a discriminator".
Suppose we've a class User with subclass Student. And in this approach we'll
1. Immersive Gaming: The Return Of Virtual Reality (VR)
Some of you may be surprised to know that 3D films have existed since about a century ago. The technology just didn’t really didn’t take flight since then due to high costs. It is not until In
One to many mapping
One-to-many mapping means a mapping in which each record in one table is linked to multiple records in another table. Like a parent record in one table can have several child records in another table.The parent is not required to
//this code use to deduct amount automatically from buyers account
//step1. include paypal.class.php file (find attached file)
include_once('paypal.class.php');
$objPaypal = new MyPayPal();
$PayPalMode = 'sandbox'; // sandbox or li
This code use to deduct amount automatically from paypal buyers account. It is something like advance payment mode. If user agree with automatically deduction when he / she paying through paypal then amount will deduct according to billing period.
This blog is the continuation series of “Mobile Application or Game Marketing Techniques – Part 1” in which I described brief information on the marketing techniques required for a mobile application or a gaming app. Here in this blog you will see th
The benefit of using the spring framework is the masterful beans management by the IOC container. Spring framework confers options to impart the IOC container to use the factory methods for creating the instances.
Types of factory methods:
1. Static
Introduction
In Visual Studio we have a built-in Web Form template to use, which we further change according to our need. But there may be case, when we want to have a custom template that we want to design as per our requirement and reuse it while
Validation using Spring's Validator:- In Spring we can Validate the form value or do server side validation using the validator Interface. In the Following Example Code I am using the validator interface to validate the login form.
LoginControlle
