Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Lesson - 71 : Hibernate - Most Important Methods

  • Sada Learning Hub
  • 2018-09-25
  • 735
Lesson - 71 : Hibernate - Most Important Methods
hibernate interview questionshibernate tutorialshibernate architecturehibernate mappinghibernate annotationshibernate configurationhibernate criteriahibernate classeshibernate cascadehibernate crudhibernate collection mappinghibernate envershibernate frameworkhibernate generator classhibernate hqlhibernate life cyclehibernate native sqlhibernate object stateshibernate one to manyhibernate query language tutorialhibernate relationships
  • ok logo

Скачать Lesson - 71 : Hibernate - Most Important Methods бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Lesson - 71 : Hibernate - Most Important Methods или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Lesson - 71 : Hibernate - Most Important Methods бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Lesson - 71 : Hibernate - Most Important Methods

Hibernate – Most Important Methods:
buildSessionFactory() : Create a SessionFactory using the properties and mappings in this configuration. The SessionFactory will be immutable, so changes made to this Configuration after building the SessionFactory will not affect it.
openSession() : SessionFactory.openSession() always opens a new session that you have to close once you are done with the operations.
beginTransaction() : Begin a unit of work and return the associated Transaction object. If a new underlying transaction is required, begin the transaction. Otherwise continue the new work in the context of the existing underlying transaction.
commit() : Commit this transaction.
close() : End the session by releasing the JDBC connection and cleaning up.
load(Class clazz,serializable id) : Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
get(Class clazz,serializable id) : Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
persist() : Make a transient instance persistent.
save() : Persist the given transient instance, first assigning a generated identifier.
saveOrUpdate() : Either save(Object) or update(Object) the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).
update() : Update the persistent instance with the identifier of the given detached instance.
merge() : Copy the state of the given object onto the persistent object with the same identifier.
evict() : Remove this instance from the session cache.
clear() : Completely clear the session.
delete() : Remove a persistent instance from the datastore.
createQuery() : Create a Query instance for the given HQL query string.
list() : Return the query results as a List.
executeUpdate() : Execute the update or delete statement.
createCriteria() : Create Criteria instance for the given class (entity or subclasses/implementors)
createSQLQuery() : Create a SQLQuery instance for the given SQL query string.
getnamedQuery() : Create a Query instance for the named query string defined in the metadata.

Hibernate Examples Project Github Link : https://github.com/SadaLearningHub1/H...

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]