Package | Description |
---|---|
org.hibernate.cfg.annotations |
Modifier and Type | Class and Description |
---|---|
class |
ArrayBinder
Bind an Array
|
class |
BagBinder
Bind a bag.
|
class |
IdBagBinder |
class |
ListBinder
Bind a list to the underlying Hibernate configuration
|
class |
MapBinder
Implementation to bind a Map
|
class |
PrimitiveArrayBinder |
class |
SetBinder
Bind a set.
|
Modifier and Type | Method and Description |
---|---|
static CollectionBinder |
CollectionBinder.getCollectionBinder(String entityName,
XProperty property,
boolean isIndexed,
boolean isHibernateExtensionMapping,
MetadataBuildingContext buildingContext)
collection binder factory
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.