org.apache.openjpa.jdbc.meta.strats

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Database ORM » openjpa » org.apache.openjpa.jdbc.meta.strats 
org.apache.openjpa.jdbc.meta.strats

OpenJPA-JDBC ORM Strategies

Library of mapping strategies.

Java Source File NameTypeComment
AbstractClassStrategy.javaClass No-op strategy for easy extension.
AbstractDiscriminatorStrategy.javaClass No-op strategy for easy extension.
AbstractFieldStrategy.javaClass No-op strategy for easy extension.
AbstractLobTest.javaClass This abstract class defines all the tests for LOBS.
AbstractStrategy.javaClass No-op strategy for easy extension.
AbstractValueHandler.javaClass No-op implementations of ValueHandler interface methods.
AbstractVersionStrategy.javaClass No-op strategy for easy extension.
BlobValueHandler.javaClass Handler for blob values.
ByteArrayValueHandler.javaClass Handler for byte array values.
CharArrayStreamValueHandler.javaClass Handler for char array values.
CharArrayValueHandler.javaClass Handler for char array values.
ClassNameDiscriminatorStrategy.javaClass Stores the class name along with each database object record.
ClobValueHandler.javaClass Handler for clob values.
ColumnVersionStrategy.javaClass Uses a one or more column(s) and corresponding version object.
ContainerFieldStrategy.javaClass An abstract container mapping that handles traversing the join to examine the size of the relation.
ElementEmbedValueHandler.javaClass

Handler for embedded objects as elements of a collection or map.

EmbeddedClassStrategy.javaClass Class mapping for embedded objects.
EmbedFieldStrategy.javaClass Mapping for an embedded persistent object.
EmbedValueHandler.javaClass Base class for embedded value handlers.
EnumValueHandler.javaClass Value handler for JDK1.5 enum field types.
FlatClassStrategy.javaClass Mapping for classes mapped to their superclass table.
FullClassStrategy.javaClass Mapping for when the class maps all fields to its own table.
HandlerCollectionTableFieldStrategy.javaClass
HandlerFieldStrategy.javaClass Mapping for a single-valued field that delegates to a ValueHandler .
HandlerHandlerMapTableFieldStrategy.javaClass Mapping for a map of keys and values both controlled by ValueHandler s.
HandlerRelationMapTableFieldStrategy.javaClass
HandlerStrategies.javaClass Utility methods for strategies using value handlers.
IdentityJoinable.javaClassJoinable for the datastore identity column.
ImmutableValueHandler.javaClass Handler for simple type and string values.
InputStreamLobEntity.javaClass An entity with an InputStream.
InputStreamWrapper.javaClass This class is used to kwon where the content of the InputStream is load.
InValueDiscriminatorStrategy.javaClass Base discriminator strategy that determines the class of database records using a column holding a value mapped to a class, and limits SELECTs using an IN (...) statement.
LobEntity.javaInterface
LobFieldStrategy.javaClass Direct mapping from a stream value to a column.
LRSCollectionFieldStrategy.javaInterface Interface implemented by collection strategies so that they can support large result set collections.
LRSMapFieldStrategy.javaInterface Interface implemented by map strategies so that they can support large result set maps.
LRSProxyCollection.javaClass Large result set collection.
LRSProxyMap.javaClass Large result set map.
MapTableFieldStrategy.javaClass Base class for map mappings.
MaxEmbeddedBlobFieldStrategy.javaClass Mapping for serialized fields on a dictionary that has a maximum embedded BLOB size.
MaxEmbeddedByteArrayFieldStrategy.javaClass Mapping for byte array fields on a dictionary that has a maximum embedded BLOB size.
MaxEmbeddedCharArrayFieldStrategy.javaClass Mapping for CLOB character array on a dictionary that has a maximum embedded CLOB size.
MaxEmbeddedClobFieldStrategy.javaClass Mapping for CLOB string on a dictionary that has a maximum embedded CLOB size.
MaxEmbeddedLobFieldStrategy.javaClass Base class for LOBs on databases that limit the max embedded LOB size.
MultiColumnVersionStrategy.javaClass Uses multiple version numbers spanning multiple columns for optimistic versioning.
NanoPrecisionTimestampVersionStrategy.javaClass Uses a timestamp for optimistic versioning with nanosecond precision.
NoneClassStrategy.javaClass Strategy for classes that aren't mapped.
NoneDiscriminatorStrategy.javaClass No-op Discriminator strategy.
NoneFieldStrategy.javaClass An unmapped field.
NoneVersionStrategy.javaClass No-op version strategy.
NumberVersionStrategy.javaClass Uses a version number for optimistic versioning.
ObjectIdClassStrategy.javaClass Class mapping for embedded object id fields.
ObjectIdValueHandler.javaClass Handler for embedded object id fields.
PrimitiveFieldStrategy.javaClass Direct mapping from a primitive value to a column.
PrimitiveWrapperArrays.javaClass Primitive wrapper array helper methods.
ReaderLobEntity.javaClass An entity with a Reader field.
ReaderWrapper.javaClass This class is used to kwon where the content of the Reader is load.
RelationCollectionInverseKeyFieldStrategy.javaClass Maps a relation to a collection of other objects using an inverse foreign key in the related object table.
RelationCollectionTableFieldStrategy.javaClass Maps a collection of related objects through an association table.
RelationFieldStrategy.javaClass Mapping for a single-valued relation to another entity.
RelationHandlerMapTableFieldStrategy.javaClass
RelationMapInverseKeyFieldStrategy.javaClass Uses an inverse foreign key in the table of the map value to determine map values.
RelationMapTableFieldStrategy.javaClass Uses an association table to hold map values.
RelationRelationMapTableFieldStrategy.javaClass
RelationStrategies.javaClass Helper methods for relation mappings.
RelationToManyInverseKeyFieldStrategy.javaClass Maps a relation to a set of other objects using an inverse foreign key in the related object table.
RelationToManyTableFieldStrategy.javaClass Maps a set of related objects through an association table.
StateComparisonVersionStrategy.javaClass Uses a state image to determine whether concurrency violations take place.
StoreCollectionFieldStrategy.javaClass Base class for strategies that are stored as a collection, even if their field value is something else.
StringFieldStrategy.javaClass Direct mapping from a string value to a column.
SubclassJoinDiscriminatorStrategy.javaClass Discriminator strategy that outer joins to all possible subclass tables to determine the class of an instance.
SuperclassDiscriminatorStrategy.javaClass Discriminator strategy that delegates to superclass discriminator.
SuperclassVersionStrategy.javaClass Version strategy that delegates to the suerpclass version.
TestInputStreamLob.javaClass Defines all the abstract methods from AbstractLobTest to tests the the LOB support with an InputStream.
TestReaderLob.javaClass Defines all the abstract methods from AbstractLobTest to tests the the LOB support with a Reader.
TimestampVersionStrategy.javaClass Uses a timestamp for optimistic versioning.
UntypedPCValueHandler.javaClass Handler for unknown persistence-capable object fields that stores stringified oids.
ValueMapDiscriminatorStrategy.javaClass Maps metadata-given values to classes.
VerticalClassStrategy.javaClass Mapping for subclasses that join to their superclass table.
XMLValueHandler.javaClass Base class for xml value handlers.
w_w_w__._j__a___va_2__s__.___com__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.