case class PersistenceSpecDefinition[K](keyIndexMethodName: String, keyIndexMethod: KeyIndexMethod[K], layerIds: PersistenceSpecLayerIds) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PersistenceSpecDefinition
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PersistenceSpecDefinition(keyIndexMethodName: String, keyIndexMethod: KeyIndexMethod[K], layerIds: PersistenceSpecLayerIds)
Value Members
- val keyIndexMethod: KeyIndexMethod[K]
- val keyIndexMethodName: String
- val layerIds: PersistenceSpecLayerIds