public class AbstractBasicMappingImpl<T extends BasicAccessor,R> extends AbstractDirectMappingImpl<T,R>
metadata| Constructor and Description |
|---|
AbstractBasicMappingImpl(T t) |
| Modifier and Type | Method and Description |
|---|---|
CacheIndex |
setCacheIndex() |
Column |
setColumn() |
Field |
setField() |
GeneratedValue |
setGeneratedValue() |
Index |
setIndex() |
R |
setMutable(java.lang.Boolean mutable) |
ReturnInsert |
setReturnInsert() |
R |
setReturnUpdate() |
SequenceGenerator |
setSequenceGenerator() |
TableGenerator |
setTableGenerator() |
UuidGenerator |
setUuidGenerator() |
addConvert, setConvert, setEnumerated, setFetch, setLob, setOptional, setTemporalsetAttributeTypeaddConverter, addObjectTypeConverter, addProperty, addStructConverter, addTypeConverter, setAccess, setAccessMethods, setConverter, setHashPartitioning, setName, setObjectTypeConverter, setPartitioned, setPartitioning, setPinnedPartitioning, setRangePartitioning, setReplicationPartitioning, setRoundRobinPartitioning, setStructConverter, setTypeConverter, setUnionPartitioning, setValuePartitioninggetMetadatapublic AbstractBasicMappingImpl(T t)
public CacheIndex setCacheIndex()
public Column setColumn()
public Field setField()
public GeneratedValue setGeneratedValue()
public Index setIndex()
public R setMutable(java.lang.Boolean mutable)
public ReturnInsert setReturnInsert()
public R setReturnUpdate()
public SequenceGenerator setSequenceGenerator()
public TableGenerator setTableGenerator()
public UuidGenerator setUuidGenerator()