All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
void |
addFilter(String name,
String condition,
boolean autoAliasInjection,
Map<String,String> aliasTableMap,
Map<String,String> aliasEntityMap) |
void |
addManyToManyFilter(String name,
String condition,
boolean autoAliasInjection,
Map<String,String> aliasTableMap,
Map<String,String> aliasEntityMap) |
void |
createAllKeys() |
void |
createForeignKey() |
int |
getBatchSize() |
String |
getCacheConcurrencyStrategy() |
String |
getCacheRegionName() |
Class |
getCollectionPersisterClass() |
Table |
getCollectionTable() |
CollectionType |
getCollectionType() |
boolean[] |
getColumnInsertability() |
Iterator<Selectable> |
getColumnIterator() |
int |
getColumnSpan() |
boolean[] |
getColumnUpdateability() |
Comparator |
getComparator() |
String |
getComparatorClassName() |
String |
getCustomSQLDelete() |
String |
getCustomSQLDeleteAll() |
ExecuteUpdateResultCheckStyle |
getCustomSQLDeleteAllCheckStyle() |
ExecuteUpdateResultCheckStyle |
getCustomSQLDeleteCheckStyle() |
String |
getCustomSQLInsert() |
ExecuteUpdateResultCheckStyle |
getCustomSQLInsertCheckStyle() |
String |
getCustomSQLUpdate() |
ExecuteUpdateResultCheckStyle |
getCustomSQLUpdateCheckStyle() |
abstract CollectionType |
getDefaultCollectionType() |
Value |
getElement() |
FetchMode |
getFetchMode() |
List |
getFilters() |
KeyValue |
getKey() |
String |
getLoaderName() |
List |
getManyToManyFilters() |
String |
getManyToManyOrdering() |
String |
getManyToManyWhere() |
String |
getMappedByProperty() |
MetadataImplementor |
getMetadata() |
String |
getOrderBy() |
PersistentClass |
getOwner() |
String |
getOwnerEntityName() |
String |
getReferencedPropertyName() |
String |
getRole() |
ServiceRegistry |
getServiceRegistry() |
Set<String> |
getSynchronizedTables() |
Table |
getTable() |
Type |
getType() |
String |
getTypeName() |
Properties |
getTypeParameters() |
String |
getWhere() |
boolean |
hasFormula() |
boolean |
hasOrder() |
boolean |
hasOrphanDelete() |
boolean |
isAlternateUniqueKey() |
boolean |
isArray() |
boolean |
isCustomDeleteAllCallable() |
boolean |
isCustomDeleteCallable() |
boolean |
isCustomInsertCallable() |
boolean |
isCustomUpdateCallable() |
boolean |
isExtraLazy() |
boolean |
isIdentified() |
boolean |
isIndexed() |
boolean |
isInverse() |
boolean |
isLazy() |
boolean |
isMap() |
boolean |
isMutable() |
boolean |
isNullable() |
boolean |
isOneToMany() |
boolean |
isOptimisticLocked() |
boolean |
isPrimitiveArray() |
boolean |
isSet() |
boolean |
isSimpleValue() |
boolean |
isSorted() |
boolean |
isSubselectLoadable() |
boolean |
isValid(Mapping mapping) |
void |
setBatchSize(int i) |
void |
setCacheConcurrencyStrategy(String cacheConcurrencyStrategy) |
void |
setCacheRegionName(String cacheRegionName) |
void |
setCollectionPersisterClass(Class persister) |
void |
setCollectionTable(Table table) |
void |
setComparator(Comparator comparator) |
void |
setComparatorClassName(String comparatorClassName) |
void |
setCustomSQLDelete(String customSQLDelete,
boolean callable,
ExecuteUpdateResultCheckStyle checkStyle) |
void |
setCustomSQLDeleteAll(String customSQLDeleteAll,
boolean callable,
ExecuteUpdateResultCheckStyle checkStyle) |
void |
setCustomSQLInsert(String customSQLInsert,
boolean callable,
ExecuteUpdateResultCheckStyle checkStyle) |
void |
setCustomSQLUpdate(String customSQLUpdate,
boolean callable,
ExecuteUpdateResultCheckStyle checkStyle) |
void |
setElement(Value element) |
void |
setExtraLazy(boolean extraLazy) |
void |
setFetchMode(FetchMode fetchMode) |
void |
setInverse(boolean inverse) |
void |
setKey(KeyValue key) |
void |
setLazy(boolean lazy) |
void |
setLoaderName(String name) |
void |
setManyToManyOrdering(String orderFragment) |
void |
setManyToManyWhere(String manyToManyWhere) |
void |
setMappedByProperty(String mappedByProperty) |
void |
setMutable(boolean mutable) |
void |
setOptimisticLocked(boolean optimisticLocked) |
void |
setOrderBy(String orderBy) |
void |
setOrphanDelete(boolean orphanDelete) |
void |
setOwner(PersistentClass owner)
|
void |
setReferencedPropertyName(String propertyRef) |
void |
setRole(String role) |
void |
setSorted(boolean sorted) |
void |
setSubselectLoadable(boolean subqueryLoadable) |
void |
setTypeName(String typeName) |
void |
setTypeParameters(Map parameterMap) |
void |
setTypeParameters(Properties parameterMap) |
void |
setTypeUsingReflection(String className,
String propertyName) |
void |
setWhere(String where) |
String |
toString() |
void |
validate(Mapping mapping) |