Models a basic collection type such as a list of Strings
| Type | Name and description | 
|---|---|
| CustomTypeMarshaller | customTypeMarshaller | 
| boolean | owningSide | 
| Constructor and description | 
|---|
| Basic
                                (PersistentEntity owner, MappingContext context, java.beans.PropertyDescriptor descriptor) | 
| Basic
                                (PersistentEntity owner, MappingContext context, java.lang.String name, java.lang.Class type) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | PersistentEntity | getAssociatedEntity() | 
|  | java.lang.Class | getComponentType() | 
|  | CustomTypeMarshaller | getCustomTypeMarshaller()@return The type converter for this custom type | 
|  | Association | getInverseSide() | 
|  | boolean | isOwningSide() | 
|  | void | setCustomTypeMarshaller(CustomTypeMarshaller customTypeMarshaller) | 
|  | void | setOwningSide(boolean owningSide) | 
| Methods inherited from class | Name | 
|---|---|
| class ToMany | isLazy | 
| class Association | doesCascade, doesCascade, doesCascadeValidate, getAssociatedEntity, getCascadeOperations, getCascadeValidateOperation, getFetchStrategy, getInverseSide, getReferencedPropertyName, isBasic, isBidirectional, isCircular, isEmbedded, isList, isOrphanRemoval, isOwningSide, setAssociatedEntity, setOwningSide, setReferencedPropertyName, toString |