Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.cfg.annotations |
Modifier and Type | Method and Description |
---|---|
static IndexColumn |
IndexColumn.buildColumnFromAnnotation(IndexColumn ann,
PropertyHolder propertyHolder,
PropertyData inferredData,
Mappings mappings) |
static IndexColumn |
IndexColumn.buildColumnFromAnnotation(OrderColumn ann,
PropertyHolder propertyHolder,
PropertyData inferredData,
Map<String,Join> secondaryTables,
Mappings mappings) |
Modifier and Type | Field and Description |
---|---|
protected IndexColumn |
CollectionBinder.indexColumn |
Modifier and Type | Method and Description |
---|---|
void |
CollectionBinder.setIndexColumn(IndexColumn indexColumn) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.