See: Description
Interface | Description |
---|---|
PropertyValidator |
Interface defining a validator for a DataNucleus property.
|
Class | Description |
---|---|
BasePropertyStore |
Basic property store implementation, allowing setting of properties
|
BooleanPropertyValidator |
Validator for a property that represents a boolean.
|
CorePropertyValidator |
Validator for persistence properties used by core.
|
FrequentlyAccessedProperties |
Class for providing faster access to properties that are rarely set but often read.
|
IntegerPropertyValidator |
Validator for a property that represents an integer.
|
PropertyStore |
Representation of a store of properties.
|
StringPropertyValidator |
Validator for a property that represents a String.
|
Exception | Description |
---|---|
PropertyTypeInvalidException |
Exception thrown when trying to access a property as a specific type yet it is not possible
to return as that type.
|
Copyright © 2019. All rights reserved.