Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.jpa.sync.client.shared.JpaAttributeAccessor

Packages that use JpaAttributeAccessor
org.jboss.errai.jpa.sync.client.local   
org.jboss.errai.jpa.sync.client.shared   
org.jboss.errai.jpa.sync.server   
 

Uses of JpaAttributeAccessor in org.jboss.errai.jpa.sync.client.local
 

Classes in org.jboss.errai.jpa.sync.client.local that implement JpaAttributeAccessor
 class ErraiAttributeAccessor
          Implementation of JpaAttributeAccessor that works with Errai's generated client-side Attribute objects (which have their own get() and set() methods).
 

Uses of JpaAttributeAccessor in org.jboss.errai.jpa.sync.client.shared
 

Constructors in org.jboss.errai.jpa.sync.client.shared with parameters of type JpaAttributeAccessor
EntityComparator(javax.persistence.metamodel.Metamodel metamodel, JpaAttributeAccessor attributeAccessor)
           
 

Uses of JpaAttributeAccessor in org.jboss.errai.jpa.sync.server
 

Classes in org.jboss.errai.jpa.sync.server that implement JpaAttributeAccessor
 class JavaReflectionAttributeAccessor
          An implementation of JpaAttributeAccessor that works on the server by reflectively reading fields and/or invoking getter methods.
 

Constructors in org.jboss.errai.jpa.sync.server with parameters of type JpaAttributeAccessor
DataSyncServiceImpl(javax.persistence.EntityManager em, JpaAttributeAccessor attributeAccessor)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.