Liferay 7.0-ce-b4

com.liferay.portal.kernel.dao.orm
Interface SessionFactory

All Known Implementing Classes:
AccountPersistenceImpl, AddressPersistenceImpl, AddressPersistenceImpl2, AnnouncementsDeliveryPersistenceImpl, AnnouncementsEntryFinderBaseImpl, AnnouncementsEntryFinderImpl, AnnouncementsEntryPersistenceImpl, AnnouncementsFlagPersistenceImpl, AssetCategoryFinderBaseImpl, AssetCategoryFinderImpl, AssetCategoryPersistenceImpl, AssetCategoryPropertyFinderBaseImpl, AssetCategoryPropertyFinderImpl, AssetCategoryPropertyPersistenceImpl, AssetEntryFinderBaseImpl, AssetEntryFinderImpl, AssetEntryPersistenceImpl, AssetLinkPersistenceImpl, AssetTagFinderBaseImpl, AssetTagFinderImpl, AssetTagPersistenceImpl, AssetTagStatsPersistenceImpl, AssetVocabularyFinderBaseImpl, AssetVocabularyFinderImpl, AssetVocabularyPersistenceImpl, BasePersistenceImpl, BlogsEntryFinderBaseImpl, BlogsEntryFinderImpl, BlogsEntryPersistenceImpl, BlogsStatsUserFinderBaseImpl, BlogsStatsUserFinderImpl, BlogsStatsUserPersistenceImpl, BrowserTrackerPersistenceImpl, CalEventFinderBaseImpl, CalEventFinderImpl, CalEventPersistenceImpl, ClassNamePersistenceImpl, ClusterGroupPersistenceImpl, CompanyPersistenceImpl, ContactPersistenceImpl, CounterFinderImpl, CounterPersistenceImpl, CountryPersistenceImpl, DLContentPersistenceImpl, DLFileEntryFinderBaseImpl, DLFileEntryFinderImpl, DLFileEntryMetadataFinderBaseImpl, DLFileEntryMetadataFinderImpl, DLFileEntryMetadataPersistenceImpl, DLFileEntryPersistenceImpl, DLFileEntryTypeFinderBaseImpl, DLFileEntryTypeFinderImpl, DLFileEntryTypePersistenceImpl, DLFileRankFinderBaseImpl, DLFileRankFinderImpl, DLFileRankPersistenceImpl, DLFileShortcutPersistenceImpl, DLFileVersionPersistenceImpl, DLFolderFinderBaseImpl, DLFolderFinderImpl, DLFolderPersistenceImpl, DLSyncEventPersistenceImpl, EmailAddressPersistenceImpl, ExpandoColumnPersistenceImpl, ExpandoRowPersistenceImpl, ExpandoTablePersistenceImpl, ExpandoValuePersistenceImpl, ExportImportConfigurationPersistenceImpl, GroupFinderBaseImpl, GroupFinderImpl, GroupPersistenceImpl, ImagePersistenceImpl, LayoutBranchPersistenceImpl, LayoutFinderBaseImpl, LayoutFinderImpl, LayoutFriendlyURLPersistenceImpl, LayoutPersistenceImpl, LayoutPrototypePersistenceImpl, LayoutRevisionPersistenceImpl, LayoutSetBranchPersistenceImpl, LayoutSetPersistenceImpl, LayoutSetPrototypePersistenceImpl, ListTypePersistenceImpl, MBBanPersistenceImpl, MBCategoryFinderBaseImpl, MBCategoryFinderImpl, MBCategoryPersistenceImpl, MBDiscussionPersistenceImpl, MBMailingListPersistenceImpl, MBMessageFinderBaseImpl, MBMessageFinderImpl, MBMessagePersistenceImpl, MBStatsUserPersistenceImpl, MBThreadFinderBaseImpl, MBThreadFinderImpl, MBThreadFlagPersistenceImpl, MBThreadPersistenceImpl, MembershipRequestPersistenceImpl, MultiDataCenterCounterFinderImpl, OrganizationFinderBaseImpl, OrganizationFinderImpl, OrganizationPersistenceImpl, OrgGroupRolePersistenceImpl, OrgLaborPersistenceImpl, PasswordPolicyFinderBaseImpl, PasswordPolicyFinderImpl, PasswordPolicyPersistenceImpl, PasswordPolicyRelPersistenceImpl, PasswordTrackerPersistenceImpl, PhonePersistenceImpl, PluginSettingPersistenceImpl, PortalPreferencesPersistenceImpl, PortletItemPersistenceImpl, PortletPersistenceImpl, PortletPreferencesFinderBaseImpl, PortletPreferencesFinderImpl, PortletPreferencesPersistenceImpl, PortletSessionFactoryImpl, RatingsEntryFinderBaseImpl, RatingsEntryFinderImpl, RatingsEntryPersistenceImpl, RatingsStatsFinderBaseImpl, RatingsStatsFinderImpl, RatingsStatsPersistenceImpl, RecentLayoutBranchPersistenceImpl, RecentLayoutRevisionPersistenceImpl, RecentLayoutSetBranchPersistenceImpl, RegionPersistenceImpl, ReleasePersistenceImpl, RepositoryEntryPersistenceImpl, RepositoryPersistenceImpl, ResourceActionPersistenceImpl, ResourceBlockFinderBaseImpl, ResourceBlockFinderImpl, ResourceBlockPermissionPersistenceImpl, ResourceBlockPersistenceImpl, ResourcePermissionFinderBaseImpl, ResourcePermissionFinderImpl, ResourcePermissionPersistenceImpl, ResourceTypePermissionFinderBaseImpl, ResourceTypePermissionFinderImpl, ResourceTypePermissionPersistenceImpl, RoleFinderBaseImpl, RoleFinderImpl, RolePersistenceImpl, ServiceComponentFinderBaseImpl, ServiceComponentFinderImpl, ServiceComponentPersistenceImpl, SessionFactoryImpl, SocialActivityAchievementPersistenceImpl, SocialActivityCounterFinderBaseImpl, SocialActivityCounterFinderImpl, SocialActivityCounterPersistenceImpl, SocialActivityFinderBaseImpl, SocialActivityFinderImpl, SocialActivityLimitPersistenceImpl, SocialActivityPersistenceImpl, SocialActivitySetFinderBaseImpl, SocialActivitySetFinderImpl, SocialActivitySetPersistenceImpl, SocialActivitySettingPersistenceImpl, SocialRelationPersistenceImpl, SocialRequestPersistenceImpl, SubscriptionPersistenceImpl, SystemEventPersistenceImpl, TeamFinderBaseImpl, TeamFinderImpl, TeamPersistenceImpl, TicketPersistenceImpl, TrashEntryPersistenceImpl, TrashVersionPersistenceImpl, UserFinderBaseImpl, UserFinderImpl, UserGroupFinderBaseImpl, UserGroupFinderImpl, UserGroupGroupRoleFinderBaseImpl, UserGroupGroupRoleFinderImpl, UserGroupGroupRolePersistenceImpl, UserGroupPersistenceImpl, UserGroupRoleFinderBaseImpl, UserGroupRoleFinderImpl, UserGroupRolePersistenceImpl, UserIdMapperPersistenceImpl, UserNotificationDeliveryPersistenceImpl, UserNotificationEventPersistenceImpl, UserPersistenceImpl, UserTrackerPathPersistenceImpl, UserTrackerPersistenceImpl, VirtualHostPersistenceImpl, WebDAVPropsPersistenceImpl, WebsitePersistenceImpl, WorkflowDefinitionLinkPersistenceImpl, WorkflowInstanceLinkPersistenceImpl

public interface SessionFactory


Method Summary
 void closeSession(Session session)
           
 Session getCurrentSession()
           
 Dialect getDialect()
           
 Session openNewSession(Connection connection)
           
 Session openSession()
           
 

Method Detail

closeSession

void closeSession(Session session)
                  throws ORMException
Throws:
ORMException

getCurrentSession

Session getCurrentSession()
                          throws ORMException
Throws:
ORMException

getDialect

Dialect getDialect()
                   throws ORMException
Throws:
ORMException

openNewSession

Session openNewSession(Connection connection)
                       throws ORMException
Throws:
ORMException

openSession

Session openSession()
                    throws ORMException
Throws:
ORMException

Liferay 7.0-ce-b4