Package | Description |
---|---|
org.jboss.errai.jpa.client.local |
Modifier and Type | Method and Description |
---|---|
<Y> ErraiSingularAttribute<? super X,Y> |
ErraiIdentifiableType.getId(Class<Y> type) |
<Y> ErraiSingularAttribute<? super X,Y> |
ErraiManagedType.getSingularAttribute(String name,
Class<Y> type) |
Modifier and Type | Method and Description |
---|---|
protected <Y> void |
ErraiManagedType.parseSingularJsonReference(X targetEntity,
ErraiSingularAttribute<? super X,Y> attr,
com.google.gwt.json.client.JSONValue attrJsonValue,
ErraiEntityManager eem) |
Constructor and Description |
---|
BigIntegerIdGenerator(ErraiSingularAttribute<X,BigInteger> attr) |
IntIdGenerator(ErraiSingularAttribute<X,Integer> attr) |
LongIdGenerator(ErraiSingularAttribute<X,Long> attr) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.