Uses of Class
org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
-
Packages that use BasicCollectionAccessor Package Description org.eclipse.persistence.internal.jpa.metadata.accessors.classes org.eclipse.persistence.internal.jpa.metadata.accessors.mappings -
-
Uses of BasicCollectionAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return types with arguments of type BasicCollectionAccessor Modifier and Type Method Description List<BasicCollectionAccessor>XMLAttributes. getBasicCollections()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type BasicCollectionAccessor Modifier and Type Method Description voidXMLAttributes. setBasicCollections(List<BasicCollectionAccessor> basicCollections)INTERNAL: Used for OX mapping. -
Uses of BasicCollectionAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Subclasses of BasicCollectionAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings Modifier and Type Class Description classBasicMapAccessorINTERNAL: A basic collection accessor.
-