public interface CollectionName
extends com.holonplatform.core.Expression
Modifier and Type | Method and Description |
---|---|
static CollectionName |
create(String name)
Create a new
CollectionName using given collection name. |
String |
getName()
Get the database collection name.
|
String getName()
static CollectionName create(String name)
CollectionName
using given collection name.name
- The collection nameCollectionName
instanceCopyright © 2019 The Holon Platform. All rights reserved.