| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.model | |
| org.batoo.jpa.core.impl.model.attribute |
| Modifier and Type | Method and Description |
|---|---|
ListAttributeImpl<X,?> |
ManagedTypeImpl.getDeclaredList(String name) |
<E> ListAttributeImpl<X,E> |
ManagedTypeImpl.getDeclaredList(String name,
Class<E> elementType) |
ListAttributeImpl<? super X,?> |
ManagedTypeImpl.getList(String name) |
<E> ListAttributeImpl<? super X,E> |
ManagedTypeImpl.getList(String name,
Class<E> elementType) |
| Modifier and Type | Method and Description |
|---|---|
<Z extends X> |
ListAttributeImpl.clone(EntityTypeImpl<Z> type)
Clones the attribute.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.