Version
Access
Access, sometimes referred to as Factory, is a type of interface that deals with the creation, location, persistence, release, etc. of objects that represent actual data. These interfaces are primarily specific to the type of objects on which they operate, hence there is no single definition of an access interface. For example, EntityAccess defines how an Entity can be created or saved.


