ObjectDB Database Search

1-3 of 3 results

InterfaceRef jakarta.persistence.metamodel.BasicType

JPA Interface BasicType Type Parameters: - The represented basic type Super Interfaces: Type An instance of BasicType represents a plain (possibly an plain, plain, or plain type). Since: JPA 2.0 Public Methods Class getJavaType () Return the represented Java type. Return: Java type Inherited from

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