Interface FetchableAttribute
-
- All Known Subinterfaces:
AssociationAttribute,CollectionAttribute
- All Known Implementing Classes:
JaxbElementCollection,JaxbManyToMany,JaxbManyToOne,JaxbOneToMany,JaxbOneToOne
public interface FetchableAttributeCommon interface for JAXB bindings that represent attributes with laziness and fetch style.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchTypegetFetch()voidsetFetch(FetchType value)
-