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