JavaScript is disabled on your browser.
Skip navigation links
EclipseLink 4.0.4, API Reference
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.eclipse.persistence.jpa.config.Struct
Packages that use
Struct
Package
Description
org.eclipse.persistence.internal.jpa.config.classes
org.eclipse.persistence.internal.jpa.config.structures
org.eclipse.persistence.jpa.config
Uses of
Struct
in
org.eclipse.persistence.internal.jpa.config.classes
Methods in
org.eclipse.persistence.internal.jpa.config.classes
that return
Struct
Modifier and Type
Method
Description
Struct
AbstractClassImpl.
setStruct
()
Uses of
Struct
in
org.eclipse.persistence.internal.jpa.config.structures
Classes in
org.eclipse.persistence.internal.jpa.config.structures
that implement
Struct
Modifier and Type
Class
Description
class
StructImpl
JPA scripting API implementation.
Methods in
org.eclipse.persistence.internal.jpa.config.structures
that return
Struct
Modifier and Type
Method
Description
Struct
StructImpl.
addField
(
String
field)
Struct
StructImpl.
setName
(
String
name)
Uses of
Struct
in
org.eclipse.persistence.jpa.config
Methods in
org.eclipse.persistence.jpa.config
that return
Struct
Modifier and Type
Method
Description
Struct
Struct.
addField
(
String
field)
Struct
Struct.
setName
(
String
name)
Struct
Embeddable.
setStruct
()
Struct
Entity.
setStruct
()