Entity Proxies
Group items matching
in title, tags, annotations or url
1More
shared by Paul Sydney Orozco on 25 Nov 10
- No Cached
How to Add CRUD Capability On Spring MVC using Hibernate JPA - 0 views
www.adobocode.com/...-crud-capability-to-spring-mvc
crud create read update delete spring mvc hibernate jpa saving editing mysql annotation

151More
Getting Started with RequestFactory - Google Web Toolkit - Google Code - 0 views
-
- ...147 more annotations...
-
BigDecimal, BigInteger, Boolean, Byte, Enum, Character, Date, Double, Float, Integer, Long, Short, String, Void
-
Methods that return a Request object in the client interface are implemented as static methods on the entity
-
backing store (JDO, JPA, etc.) is responsible for updating the version each time the object is persisted,
-
On the client side, RequestFactory keeps track of objects that have been modified and sends only changes
-
automatically populates bean-style properties between entities on the server and the corresponding EntityProxy on the client,
-
It is not necessary to represent every property and method from the server-side entity in the EntityProxy