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,
MetadataBuildingContext buildingContext)
Legacy
@IndexColumn processing. |
static IndexColumn |
IndexColumn.buildColumnFromAnnotation(OrderColumn ann,
PropertyHolder propertyHolder,
PropertyData inferredData,
Map<String,Join> secondaryTables,
MetadataBuildingContext buildingContext)
JPA 2
@OrderColumn processing. |
Modifier and Type | Field and Description |
---|---|
protected IndexColumn |
CollectionBinder.indexColumn |
Modifier and Type | Method and Description |
---|---|
void |
CollectionBinder.setIndexColumn(IndexColumn indexColumn) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.