public record CollectionHolder
Collection holder.
| Constructor and description |
|---|
CollectionHolder(MetadataBuildingContext buildingContext)Creates a new CollectionHolder instance. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Collection |
create(HibernateToManyProperty property) |
|
public CollectionType |
get(java.lang.Class<?> collectionClass)Get. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Creates a new CollectionHolder instance.
Get.