ObjectDB Database Search

1-3 of 3 results

jakarta.persistence.metamodel.BasicType

Jakarta Persistence (JPA) Interface jakarta.persistence.metamodel. BasicType Type Parameters: - The represented basic type Super Interfaces: Type An instance of BasicType represents a basic type (possibly an enumerated , LOB , or temporal type). Since: Jakarta Persistence (JPA) 2.0 Public Instance

JPA Metamodel API

descendant interfaces of the Type interface: BasicType  - represents system defined types. ManagedType

Unlimited JPA Persistable Types

I think it would be revolutionary if it were possible to persist any Java object, not just the standard SQL-based objects. Perhaps introducing an annotation will allow for this, something like @ BasicType . The ability to store the state of an entire application would be a new innovative approach