Package | Description |
---|---|
com.sleepycat.persist.model |
Annotations for defining a persistent object model.
|
com.sleepycat.persist.raw |
Raw data access for general purpose tools and manual conversions.
|
Modifier and Type | Method and Description |
---|---|
EntityMetadata |
AnnotationModel.getEntityMetadata(java.lang.String className) |
abstract EntityMetadata |
EntityModel.getEntityMetadata(java.lang.String className)
Returns the metadata for a given entity class name.
|
Modifier and Type | Method and Description |
---|---|
EntityMetadata |
RawType.getEntityMetadata()
Returns the original model entity metadata used to create this class, or
null if this is not an entity class.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.