public class ExampleJpaDatastoreModel extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ExampleJpaDatastoreModel.Test |
| Modifier and Type | Field and Description |
|---|---|
static com.holonplatform.core.property.NumericProperty<Long> |
ID |
static JpaTarget<ExampleJpaDatastoreModel.Test> |
JPA_TARGET |
static com.holonplatform.core.datastore.DataTarget<?> |
TARGET |
static com.holonplatform.core.property.PropertySet<?> |
TEST |
static com.holonplatform.core.property.StringProperty |
VALUE |
| Constructor and Description |
|---|
ExampleJpaDatastoreModel() |
| Modifier and Type | Method and Description |
|---|---|
static JpaDatastore |
getJpaDatastore() |
public static final com.holonplatform.core.property.NumericProperty<Long> ID
public static final com.holonplatform.core.property.StringProperty VALUE
public static final com.holonplatform.core.property.PropertySet<?> TEST
public static final com.holonplatform.core.datastore.DataTarget<?> TARGET
public static final JpaTarget<ExampleJpaDatastoreModel.Test> JPA_TARGET
public static JpaDatastore getJpaDatastore()
Copyright © 2019 The Holon Platform. All rights reserved.